MultichoiceQuestion
org.sagebionetworks.repo.model.quiz.MultichoiceQuestion
A multiple choice question
Field | Type | Description |
---|---|---|
questionIndex | INTEGER | an index unique in the Quiz, used to refer to this question |
prompt | STRING | the user-readable prompt for this question |
reference | WikiPageKey | Reference to a WikiPage |
docLink | STRING | Link to the document that contains information for background reading related to the question. |
helpText | STRING | A short text that provides a snippet of help to answer the question. |
concreteType | STRING | |
exclusive | BOOLEAN | If true then only one response is correct |
answers | ARRAY<MultichoiceAnswer> | The possible answers for this question |