app/soc/models/answer.py
changeset 512 aae25d2b4464
parent 339 b9be44e09530
child 568 6713617751b4
equal deleted inserted replaced
511:52557918ec8f 512:aae25d2b4464
    78   #: For Questions that are not multiple-choice (see the choice_ids and
    78   #: For Questions that are not multiple-choice (see the choice_ids and
    79   #: choices properties of soc.models.question.Question), this list will
    79   #: choices properties of soc.models.question.Question), this list will
    80   #: contain a single string that is a free-form text answer.
    80   #: contain a single string that is a free-form text answer.
    81   #:
    81   #:
    82   #: For Questions that *are* multiple-choice, this list will contain one
    82   #: For Questions that *are* multiple-choice, this list will contain one
    83   #: or more short, plain-text, "link_name-like" strings representing the
    83   #: or more short, plain-text, "link_id-like" strings representing the
    84   #: "encoded" answer choices (see the choice_ids property in
    84   #: "encoded" answer choices (see the choice_ids property in
    85   #: soc.models.question.Question).  For such multiple-choice Questions,    
    85   #: soc.models.question.Question).  For such multiple-choice Questions,    
    86   #: how many strings are stored depends on the max_answers property of
    86   #: how many strings are stored depends on the max_answers property of
    87   #: the soc.models.question.Question entity for which this is an Answer.
    87   #: the soc.models.question.Question entity for which this is an Answer.
    88   #:
    88   #: