app/soc/models/question.py
changeset 351 b37fc4c1e189
parent 342 72482d8e5b34
child 512 aae25d2b4464
equal deleted inserted replaced
350:e8f14fde7f0e 351:b37fc4c1e189
    35   Work are used with a Question are described below.
    35   Work are used with a Question are described below.
    36 
    36 
    37     work.title:  the title of the Question, used for finding the
    37     work.title:  the title of the Question, used for finding the
    38       Question in a list of Questions
    38       Question in a list of Questions
    39 
    39 
    40     work.abstract:  the Question text, asked to the respondent
       
    41 
       
    42     work.author:  the author of the Work referred to by this relation
    40     work.author:  the author of the Work referred to by this relation
    43       is the original author of the actual Question, regardless of
    41       is the original author of the actual Question, regardless of
    44       which Quizzes might incorporate the Question
    42       which Quizzes might incorporate the Question
    45 
    43 
    46     work.reviews:  even Questions can be "reviewed" (possibly commented
    44     work.reviews:  even Questions can be "reviewed" (possibly commented
    52 
    50 
    53     work.link_name:  used to identify (and, when combined with
    51     work.link_name:  used to identify (and, when combined with
    54       work.partial_path, *uniquely* identify) a Question in the same way
    52       work.partial_path, *uniquely* identify) a Question in the same way
    55       these properties are used with Documents, etc.
    53       these properties are used with Documents, etc.
    56       
    54       
       
    55     work.content:  the Question text, asked to the respondent
       
    56 
    57   In addition to any explicit ReferenceProperties in the Question Model
    57   In addition to any explicit ReferenceProperties in the Question Model
    58   and those inherited as described above, a Question entity participates
    58   and those inherited as described above, a Question entity participates
    59   in these relationships:
    59   in these relationships:
    60 
    60 
    61     answers)  a 1:many relationship, where each Question has many different
    61     answers)  a 1:many relationship, where each Question has many different