A long answer task is one in which the student is expected to write more than a few words in response.
A matching task is one in which the student is presented with two lists of elements and is asked to match elements from one list with their corresponding element in the other.
A matching task is one in which the student is presented with two lists of elements and is asked to match elements from one list with their corresponding element in the other.
The task's UUID.
The Part to which this task belongs.
The order in the part in which this task falls.
The version of the task entity, for offline locking. Default = 0.
An object containing common settings for tasks.
The left list of elements.
The right list of elements.
The answers as a vector of Int -> Int tuples. Note that not every element needs to be accounted for in the answers.
Whether the choices should be presented randomly, or in the order in which they are defined.
When the entity was created. Default = None.
When the entity was last updated. Default = None.
A multiple-choice task is one in which the student must select one or more from a list of possible answers.
A multiple-choice task is one in which the student must select one or more from a list of possible answers.
The task's UUID.
The Part to which this task belongs.
The order in the part in which this task falls.
The version of the task entity, for offline locking. Default = 0.
An object containing common settings for tasks.
A vector of possible choices a student can select from.
A vector of indeces indicating which choices are "correct".
Whether the student is allowed to select more than one answer.
Whether the choices should be presented randomly, or in the order in which they are defined.
When the entity was created. Default = None.
When the entity was last updated. Default = None.
An ordering task is one for which the student must place a given set of elements in the correct sequence, or order.
An ordering task is one for which the student must place a given set of elements in the correct sequence, or order.
A short answer task is one for which the student is expected to write only a couple words.
A short answer task is one for which the student is expected to write only a couple words.
The task's UUID.
The Part to which this task belongs.
The order in the part in which this task falls.
The version of the task entity, for offline locking. Default = 0.
An object containing common settings for tasks.
The maximum length of answer accepted, as a number of characters. Default = 50.
When the entity was created. Default = None.
When the entity was last updated. Default = None.
The supertype for tasks.
The supertype for tasks. A task is identified by its position within a part, which is in turn identifed by its position within a project.
A long answer task is one in which the student is expected to write more than a few words in response. This task type gives them free reign to enter as much text as they desire.
The task's UUID.
The Part to which this task belongs.
The order in the part in which this task falls.
The version of the task entity, for offline locking.
An object containing common settings for tasks.
When the entity was created.
When the entity was last updated.