Quiz Assignment Overrides
Quiz Assignment Overrides API
// Set of assignment-overridden dates for a quiz.
{
// ID of the quiz those dates are for.
"quiz_id": "1",
// An array of quiz assignment overrides. For students, this array will always
// contain a single item which is the set of dates that apply to that student.
// For teachers and staff, it may contain more.
"due_dates": null,
// An array of all assignment overrides active for the quiz. This is visible
// only to teachers and staff.
"all_dates": null
}// Container for set of assignment-overridden dates for a quiz.
{
// The QuizAssignmentOverrideSet
"quiz_assignment_overrides": null
}Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?