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

QuizQuestion

Edward Smale edited this page Apr 7, 2020 · 1 revision

QuizQuestion

Represents a question to a quiz.

Properties

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

.id (Number) The ID of the question.

.correct_answer (String) The correct answer to the question.

.incorrect_answers (Array<String>) An array of incorrect answers to the question.

.image_small_url (String) The URL to a small version of the question image.

.image_xsmall_url (String) The URL to an extra small version of the question image.

.image_large_url (String) The URL to a large version of the question image.

.image_file_name (String) The file name of the question image.

.description (String) The description of the question.

.created_timestamp (Number) The timestamp when the question was created.

.updated_timestamp (Number) The timestamp when the question was last updated.

.is_preparing (Boolean) Whether or not the question is preparing. (???)

Clone this wiki locally