MultichoiceAnswer
org.sagebionetworks.repo.model.quiz.MultichoiceAnswer
One of the multiple choices in a multiple choice question
| Field | Type | Description |
|---|---|---|
| answerIndex | INTEGER | An index unique within the scope the multiple choice question |
| prompt | STRING | The user-readable prompt or label for this answer |
| isCorrect | BOOLEAN | True if and only if this is a correct response |