-
Notifications
You must be signed in to change notification settings - Fork 0
FlexibleTask
Represents a flexible task assignment.
Extends Assignment
.marking_scheme_id (Number)
The ID of the marking scheme used.
.duration (Number)
How long the task takes to complete.
.duration_units (Number)
The units used for .duration.
.submission_type (String)
The type of submission used.
.bookstore_content_ids (Array<Number>)
An array of bookstore ids. (???)
Get your own submission to the assignment. Returns Promise<FlexibleTaskSubmission>
-
[...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](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)<[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[FlexibleTaskSubmission](https://github.com/edqx/node-smhw-client/wiki/FlexibleTaskSubmission)>>