submissionModificationMode property
Setting to determine when students are allowed to modify submissions.
If unspecified, the default value is MODIFIABLE_UNTIL_TURNED_IN
.
Possible string values are:
- "SUBMISSION_MODIFICATION_MODE_UNSPECIFIED" : No modification mode specified. This is never returned.
- "MODIFIABLE_UNTIL_TURNED_IN" : Submissions can be modified before being turned in.
- "MODIFIABLE" : Submissions can be modified at any time.
Implementation
core.String? submissionModificationMode;