Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _docs/instructor/assignment_preparation/bulk_pdf_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ In the drag and drop box, upload the bulk exam PDF. You may submit
more than one PDF at once, but the box's maximum total size is 100Mb
(see note above about the Ubuntu/Apache/php-fpm limits).

Filenames should not contain characters such as (' , " , < , > , \ ) or spaces.

On submit, the bulk PDF is uploaded to the course's
`/uploads/bulk_pdf/gradeable_id` folder and the split PDF items to
`/uploads/split_pdf/gradeable_id` folder.
Expand Down
Loading