ResponseCorrectness
org.sagebionetworks.repo.model.quiz.ResponseCorrectness
A user response and whether it is correct.
| Field | Type | Description |
|---|---|---|
| question | Question | a single question in a Quiz |
| response | QuestionResponse | The response to a question |
| isCorrect | BOOLEAN | Is the response correct? |