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

SpellingTestSubmission

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

SpellingTestSubmission

Represents a submission to a spelling test assignment.

Extends Submission

Properties

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

.task_ids (Array<Number>) An array of spelling test task IDs.

Methods

.getSubmissionTasks([...ids])

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

Get a list of submitted spelling test tasks. Returns Promise<Array<SpellingTestSubmissionTask>>

.postComment(<content>)

  • content (String) The content of the comment to post.

Post a comment to the submission. Returns Promise<SubmissionComment>

Clone this wiki locally