Turn In Assignment
classroom_turn_in_submissionSubmit a student assignment to the teacher, changing its state from CREATED or NEW to turned in. Use to hand in work when the submission is ready.
Instructions
Turn in (submit) a student assignment submission. This hands the work to the teacher and is the equivalent of clicking "Turn in". State must currently be CREATED or NEW.
Args:
course_id, coursework_id, submission_id (strings)
Returns: Confirmation. NOTE: This changes submission state and is not trivially reversible (use classroom_reclaim_submission to pull it back if still allowed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| coursework_id | Yes | ||
| submission_id | Yes | From classroom_list_submissions |