app/soc/models/quiz.py
changeset 512 aae25d2b4464
parent 385 6d410bf49a82
child 513 3c1e16637ad7
equal deleted inserted replaced
511:52557918ec8f 512:aae25d2b4464
    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_name: used to scope and uniquely identify
    55     work.partial_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