- 27 Mar, 2018 1 commit
-
-
WL-1459 OSPR-2164
Dmitry Viskov committed
-
- 25 Jan, 2018 1 commit
-
-
EDUCATOR-1156
Eric Fischer committed
-
- 11 Dec, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 08 Dec, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 02 Aug, 2017 1 commit
-
-
Code changes needed to work with the upgraded dependencies from the previous commit.
Eric Fischer committed
-
- 27 Apr, 2017 1 commit
-
-
Usability improvement (Text/File uploads Response: Required/Optional/None)
Dmitry Viskov committed
-
- 22 Jan, 2016 1 commit
-
-
cahrens committed
-
- 16 Dec, 2015 1 commit
-
-
Able to enable full staff grading from studio, save without errors, and view the staff grading step as expected from LMS. Includes: -template additions, staff grading disabled by default -fetching real staff requirements -javascript to hook into the python backend -changing some default assumptions about assessment types -modifications to validation -small bugfix for scroll behaviorwith validation alert. -updates to existing unit tests -additional validation, serialization, and javascript tests -fix for staff requirements bug (no more duble-unpacking) -updates the bundled studio js file -moving StaffWorkflow initilization to api's on_init() method -acceptance tests (lms) -addition of "Staff Assessment Section" to test course for bokchoy tests -renaming `requirements` to `<type>_requirements` in assessment apis
Eric Fischer 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
-
- 16 Mar, 2015 1 commit
-
-
Usman Khalid committed
-
- 02 Mar, 2015 3 commits
-
-
TNL-708
Usman Khalid committed -
TNL-708
Usman Khalid committed -
TNL-708
Usman Khalid committed
-
- 22 Aug, 2014 1 commit
-
-
Currently, Latex rendering is only supported for question prompts in ORA2. This commit introduces Latex rendering in ORA2 student response, peer assessment view, self assessment view, grade view, and staff-info view. The reason that this Latex rendering code is inserted directly into ORA2 is that edx-platform, does not know when to start Latex rendering for ORA2 views that come in via AJAX. This commit introduces "Preview in Latex" feature which allows students to see their response rendered in MathJax before submission. Conflicts: openassessment/xblock/static/js/openassessment-lms.min.js openassessment/xblock/static/js/openassessment-studio.min.js
Se Won Jang committed
-
- 20 Aug, 2014 1 commit
-
-
Previously, instructors were unable to edit the feedback prompt text ("I noticed that this response...") displayed in the response box asking a student to provide feedback on the peer responses they received. To allow instructors to edit this, I've added an editable xml element (feedback_default_text). The text within the element defaults to "I noticed that this response...," but an instructor can change this text to whatever he or she wants by editing the text within the xml element. Editing of this new element has also been added to the authoring gui.
njdup committed
-
- 06 Aug, 2014 2 commits
-
-
Will Daly committed
-
Andrew Dekker committed
-
- 04 Aug, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 31 Jul, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 28 Jul, 2014 1 commit
-
-
Point setup instructions to the README Add instructions for combining/minifying static assets Update workflow overview architecture docs Update AI grading architecture docs Use napoleon keyword argument instead of kwargs Fix example usage docstrings in AI API
Will Daly committed
-
- 22 Jul, 2014 1 commit
-
-
gradyward committed
-
- 16 Jul, 2014 1 commit
-
-
Update container JS to retrieve both name and label for criteria and options Update schema to make 'name' optional and 'label' required; the XBlock editor handler assigns UUIDs to criteria and options that don't have names Assign labels to criteria/options if they do not have any Update the grade template to display criteria/option labels if they're provided, otherwise use the 'name' field Update student facing rubric templates to display the label if it's available Add label field to XML problem definition. Add label field to assessment Add label field to the data dump script. Update the turbo mode template to use option labels Exclude the "name" key for new criteria and options in the JSON dict sent to the server. Default new option points to 1 instead of NaN Add data migration to fill in labels with default values
Will Daly committed
-
- 15 Jul, 2014 1 commit
-
-
Will Daly committed
-
- 08 Jul, 2014 2 commits
-
-
Use text inputs for dates Make feedback prompt mandatory
Will Daly committed -
Stephen Sanchez committed
-
- 07 Jul, 2014 1 commit
-
-
Will Daly committed
-
- 23 Jun, 2014 1 commit
-
-
gradyward committed
-
- 19 Jun, 2014 1 commit
-
-
gradyward committed
-
- 10 Jun, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 09 Jun, 2014 1 commit
-
-
Move openassessment out of the apps directory Use pkg_resources to check whether OA XBlock is installed.
Will Daly committed
-
- 27 May, 2014 1 commit
-
-
Will Daly committed
-
- 22 May, 2014 2 commits
- 14 May, 2014 1 commit
-
-
Will Daly committed
-
- 25 Apr, 2014 1 commit
-
-
Remove unused start/due date args in xml parsing Use textarea attribute to limit submission/feedback text length instead of JavaScript checks. Server truncates submissions/feedback that are too long instead of raising an exception. Refactor peer step JS into its own source file. Move JS namespace and gettext stub into a shared file. Add scrollTo for turbo grade submission.
Will Daly committed
-
- 24 Apr, 2014 1 commit
-
-
If users want rich prompts, they can do that with an HTML Components above the ORA2 question, but doing this makes the prompt box look bad. This adds a check so that the prompt box will not display if the <prompt> XML tag is missing is empty or whitespace-only. Also extends the serializer to serialize missing prompts distinctly from empty prompts. Includes tests for each of these conditions.
Joe Blaylock committed
-
- 22 Apr, 2014 1 commit
-
-
This reverts commit 73df4fa7.
Stephen Sanchez committed
-
- 18 Apr, 2014 2 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
- 07 Apr, 2014 1 commit
-
-
Sylvia Pearce committed
-