set_task_no_submission
Toggle an assignment's no-submission flag. Preview with confirm=false; execute with confirm=true. Reversible and logged.
Instructions
課題の「提出不要」フラグを変更する(提出不要⇔未提出、可逆)。【書き込み操作】confirm:true が無い場合は実行せずプレビューを返す。実行は監査ログに記録される。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | true で実際に変更を実行。省略時はプレビューのみ。 | |
| idnumber | Yes | コースの idnumber | |
| contentsId | Yes | 課題の contentsId(list_assignments の contentsId または id) | |
| contentsType | No | 既定は list_assignments の contentsType(通常 '1') | |
| noSubmission | Yes | true=提出不要にする / false=未提出に戻す |