Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

QuizSubmissionQuestion

Edward Smale edited this page Apr 7, 2020 · 2 revisions

QuizSubmissionQuestion

Represents a submitted quiz question.

Properties

.client (Client) The client that initiated the object.

.id (Number) The ID of the submitted quiz question.

.quiz_question_id (Number) The ID of the quiz question.

.description (String) The description of the submitted quiz question.

.options (Array<(String)>) An array of options for the question.

.image (???) The image of the question.

.correct_answer (String) The correct answer of the submitted quiz question.

.attempt1 (QuizSubmissionAttempt) The first attempt made to answer the submitted quiz question.

.attempt2 (QuizSubmissionAttempt) The second attempt made to answer the submitted quiz question.

.attempt3 (QuizSubmissionAttempt) The third attempt made to answer the submitted quiz question.

Clone this wiki locally