mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-03 17:58:28 +00:00
c9d1db1447
By default, open response assessment files are sent to S3. Here, we store uploaded files with the "filesystem" backend instead. To do so, we must install a forked version of ora2 that fixes a couple issues. Note that the "django" backend is not very usable, as file extensions are lost on upload. Close #97