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

SpellingTest

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

SpellingTest

Represents a spelling test assignment.

Extends Assignment

Properties

.random_order (Boolean) Whether or not the spelling test questions are to be shown in random order.

.time_limit (Number) How long the user has to answer each question in seconds.

.language (String) The language used in the spelling test.

.voice_key (String) The key of the voice used. (???)

.tray_ids (Array<Number>) An array of tray IDs for the spelling test.

Methods

.getOwnSubmission()

Get your own submission to the assignment. Returns Promise<SpellingTestSubmission>

.getSubmissions([...ids])

  • [...ids] (Number) A list of all submission IDs to retrieve. Leave out to retrieve all.

Get a list of submissions to the assignment. Returns Promise<Array<SpellingTestSubmission>>

.getTrays([...ids])

  • [...ids] (Number) A list of all tray IDs to retrieve. Leave out to retrieve all.

Get a list of trays for the quiz. Returns Promise<Array<SpellingTestTray>>

Clone this wiki locally