teacher_assignments

Update Assignment Settings

Update assignment settings (randomize_order, binary_grading, typing_enabled, autonomy_mode).

put/teacher/assignments/{assignment_id}/settings

Path parameters

assignment_idstring required

Request body

randomize_orderboolean nullable
binary_gradingboolean nullable
typing_enabledboolean nullable
typed_work_allowedboolean nullable
partial_grade_percentagenumber nullable
autonomy_modeboolean nullable
autonomy_attempts_before_solutioninteger nullable

Response

Successful Response

statusstring
messagestring
updated_atstring date-time required
exercise_idsstring[] nullable
removed_exercise_idsstring[] nullable
new_exercise_idsstring[] nullable
imported_exercisesobject[] nullable

Changes

Changed in 1 of the 2 revisions of this API.1

    • added the new optional request property

      new-optional-request-property