app/soc/models/question.py
changeset 342 72482d8e5b34
parent 339 b9be44e09530
child 351 b37fc4c1e189
equal deleted inserted replaced
341:cad57d104bc7 342:72482d8e5b34
    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
    40     work.abstract:  the Question text, asked to the respondent
    41 
    41 
    42     work.authors:  the Authors of the Work referred to by this relation
    42     work.author:  the author of the Work referred to by this relation
    43       are the authors of the Question
    43       is the original author of the actual Question, regardless of
       
    44       which Quizzes might incorporate the Question
    44 
    45 
    45     work.reviews:  even Questions can be "reviewed" (possibly commented
    46     work.reviews:  even Questions can be "reviewed" (possibly commented
    46       on during creation or annotated once put into use).
    47       on during creation or annotated once put into use).
    47 
    48 
    48     work.partial_path: used to scope (and, when combined with
    49     work.partial_path:  used to scope (and, when combined with
    49       work.link_name, uniquely identify) a Question in the same way the
    50       work.link_name, uniquely identify) a Question in the same way the
    50       property are used with Documents, etc.
    51       property are used with Documents, etc.
    51 
    52 
    52     work.link_name: used to identify (and, when combined with
    53     work.link_name:  used to identify (and, when combined with
    53       work.partial_path, *uniquely* identify) a Question in the same way
    54       work.partial_path, *uniquely* identify) a Question in the same way
    54       these properties are used with Documents, etc.
    55       these properties are used with Documents, etc.
    55       
    56       
    56   In addition to any explicit ReferenceProperties in the Question Model
    57   In addition to any explicit ReferenceProperties in the Question Model
    57   and those inherited as described above, a Question entity participates
    58   and those inherited as described above, a Question entity participates