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

QuizSubmissionAttempt

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

QuizSubmissionAttempt

Represents an attempt to answer a submitted quiz question.

Properties

.start (String) The time when the attempt begun. [1]

.answer (String) The answer given to the question.

.correct (Boolean) Whether or not the answer was correct.


[1] Not timestamp so I don't need to convert back to the original object. To get a timestamp, use new Date(.start).getTime()

Clone this wiki locally