- 27 Apr, 2017 1 commit
-
-
Usability improvement (Text/File uploads Response: Required/Optional/None)
Dmitry Viskov committed
-
- 03 Mar, 2017 1 commit
-
-
Jacques Roussel committed
-
- 13 Nov, 2015 2 commits
-
-
TNL-3450
muhammad-ammar committed -
TNL-2818
Usman Khalid committed
-
- 04 Nov, 2015 1 commit
-
-
- Allow image, pdf-image, or custom file types - Global black list extensions to prevent unsafe file types - Custom file upload is white listed only # Conflicts: # AUTHORS # openassessment/templates/openassessmentblock/edit/oa_edit.html # openassessment/xblock/static/js/openassessment-lms.min.js # openassessment/xblock/static/js/openassessment-studio.min.js # openassessment/xblock/static/js/spec/lms/oa_response.js # openassessment/xblock/static/js/src/lms/oa_base.js # openassessment/xblock/static/js/src/lms/oa_response.js # openassessment/xblock/static/js/src/oa_server.js # openassessment/xblock/static/js/src/studio/oa_edit.js # openassessment/xblock/static/js/src/studio/oa_edit_settings.js # test/acceptance/tests.py
Pan Luo committed
-
- 05 Mar, 2015 1 commit
-
-
We would like to support open assessment file uploads for open-edx installs without access to S3, e.g: to the local fileystem. To that end, we propose to abstract away some of the logic behind the file upload backends so that other backends may be implemented. In this proposed implementation, the uploaded files are stored in the following folder structure: root/bucket/prefix/ filename.jpg/ content metadata.json Note that a couple new settings need to be defined in order to use this feature; a new urls.py file must also be included.
Régis Behmo committed
-
- 08 Jul, 2014 1 commit
-
-
Stephen Sanchez committed
-