app/soc/models/quiz.py
changeset 513 3c1e16637ad7
parent 512 aae25d2b4464
child 533 ba3309b2fd30
equal deleted inserted replaced
512:aae25d2b4464 513:3c1e16637ad7
    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.partial_path/work.link_id: used to scope and uniquely identify
    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.
    56       a Quiz in the same way these properties are used with Documents, etc.
    57 
    57 
    58     work.content:  the "preface" of the Quiz, displayed before any
    58     work.content:  the "preface" of the Quiz, displayed before any
    59       of the Questions, usually containing instructions for the Quiz
    59       of the Questions, usually containing instructions for the Quiz
    60 
    60