Document Upload¶
A Document Upload response collects a file from the student instead of a typed answer.
Typical uses include:
- scanned handwritten work
- annotated PDFs
- spreadsheets
- code files
Example¶
"response": {
"mode": "Document Upload",
"uploadMode": "code",
"codeType": "alphanumeric",
"fileExtensions": ["pdf", "png"],
"notGraded": true
}
Parameters¶
uploadModedirect: the student uploads the file during the activitycode: Möbius generates a document code and the file can be uploaded later on the student's behalfcodeTypenumericalphabeticalphanumericfileExtensions: allowed upload extensions without dotsnotGraded: whether the response is treated as not graded / manual collection
Notes¶
- Document upload questions are manually reviewed in Möbius workflows.
- Nobius normalizes this response type to the lower-level fields used by the rendered Mobius package.
- Adaptive questions in Nobius reject
Document Uploadresponse areas during validation.