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

SpellingTestTray

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

SpellingTestTray

Represents a spelling test tray

Properties

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

.id (Number) The ID of the spelling test tray.

.title (String) The title of the spelling test tray.

.spelling_test_id (Number) The ID of the spelling test.

.task_ids (Array<Number>) An array of tasks for the spelling test tray.

Methods

.getTasks([...ids])

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

Get a list of tasks in the tray. Returns Promise<Array<SpellingTestTrayTask>>

Clone this wiki locally