QuizResponse
org.sagebionetworks.repo.model.quiz.QuizResponse
The set of responses to a Quiz
Field | Type | Description |
---|---|---|
id | INTEGER | The unique ID for this response |
quizId | INTEGER | The ID of the Quiz to which this is a response |
createdBy | STRING | The unique identifier of the one creating the response |
createdOn | STRING | When this response was created |
questionResponses | ARRAY<QuestionResponse> | The list of responses to the questions in the Quiz |