MultipleChoicesSeveralGoodAnswersQuestion
Models a question which several propositions and possibly several good answers.
Supertype
Subtypes
None
JSON Representation
{ "title" : string, "type" : "MultipleChoicesSeveralGoodAnswers", ("media" : { "type" : string, "url" : URL },) "propositions" : string[], ("goodAnswer" : string[]) }
Fields description
See Question for a general description of the inherited fieldstitle
, media
and goodAnswer
.
Field | Meaning | Constraints |
---|---|---|
propositions |
A set of choices offered to the answering user. | Contains between 2 and 6 distinct strings, between 1 and 50 characters long. |
goodAnswer |
The correct proposition(s) of this question. |
A subset of strings contained in propositions . See Question to know when this field is present.
|