app/soc/models/quiz.py
changeset 533 ba3309b2fd30
parent 513 3c1e16637ad7
child 645 262b27ed23af
equal deleted inserted replaced
532:3a50bdfb75a9 533:ba3309b2fd30
    50       Questions themselves, see the Question Model)
    50       Questions themselves, see the Question Model)
    51 
    51 
    52     work.reviews:  even Quizzes can be "reviewed" (possibly commented
    52     work.reviews:  even Quizzes can be "reviewed" (possibly commented
    53       on during creation or annotated once put into use).
    53       on during creation or annotated once put into use).
    54 
    54 
    55     work.scope_path/work.link_id: used to scope and uniquely identify
       
    56       a Quiz in the same way these properties are used with Documents, etc.
       
    57 
       
    58     work.content:  the "preface" of the Quiz, displayed before any
    55     work.content:  the "preface" of the Quiz, displayed before any
    59       of the Questions, usually containing instructions for the Quiz
    56       of the Questions, usually containing instructions for the Quiz
       
    57 
       
    58     linkable.scope/linkable.link_id: used to scope and uniquely
       
    59       identify a Quiz in the same way these properties are used with
       
    60       Documents, etc.
    60 
    61 
    61   In addition to any explicit ReferenceProperties in the Quiz Model and
    62   In addition to any explicit ReferenceProperties in the Quiz Model and
    62   those inherited as described above, a Quiz entity participates in these
    63   those inherited as described above, a Quiz entity participates in these
    63   relationships:
    64   relationships:
    64 
    65