- 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
-
- 21 Oct, 2015 1 commit
-
-
Andy Armstrong committed
-
- 04 Mar, 2015 1 commit
-
-
TNL-708
Usman Khalid committed
-
- 02 Mar, 2015 2 commits
-
-
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
-
- 07 Aug, 2014 1 commit
-
-
Fixed ORA-781, verifies passing the label-corrected context to training examples and training-example-template in addition to the rubric.
gradyward committed
-
- 06 Aug, 2014 1 commit
-
-
Will Daly committed
-
- 04 Aug, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 29 Jul, 2014 1 commit
-
-
Will Daly 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
-
- 24 Jul, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 23 Jul, 2014 1 commit
-
-
gradyward committed
-
- 22 Jul, 2014 4 commits
- 16 Jul, 2014 2 commits
-
-
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 -
Stephen Sanchez committed
-
- 15 Jul, 2014 3 commits
- 14 Jul, 2014 1 commit
-
-
Use resolve dates for default date values
Will Daly committed
-
- 11 Jul, 2014 1 commit
-
-
gradyward committed
-
- 10 Jul, 2014 2 commits
- 09 Jul, 2014 1 commit
-
-
Stephen Sanchez committed
-
- 08 Jul, 2014 1 commit
-
-
Use text inputs for dates Make feedback prompt mandatory
Will Daly committed
-
- 01 Jul, 2014 2 commits
-
-
Remove unused debugger statements Cleanup of JavaScript docstrings and semicolons Sets to lists; remove errors for extraneous keys Handle unicode correctly; fix test cases Use .parent() instead of wrapping the HTML with <li> Fix formatting of missing key error message Remove extra key check Fix feedback checkbox selector in JS Fix rubric dict being stored in the rubric criteria list XBlock field error
Will Daly committed -
Ready For Code Review. Some things still remain to be done, but they are all stylistic Front end things: - Styles - Styles - Styles - Radio Button Inheritance on deletion - Feedback prompt followthrough - Comprehensive front end testing
gradyward 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
-
- 22 May, 2014 1 commit
-
-
Will Daly committed
-
- 25 Mar, 2014 1 commit
-
-
Studio save errors display in the UI.
Will Daly committed
-
- 12 Mar, 2014 2 commits
- 10 Mar, 2014 1 commit
-
-
Validate assessments are specified in the order: peer, then self. Update XBlock date fields to use scope.settings and be named "start" / "due" Add validation to workbench scenario parsing. Resolve unspecified dates. Use resolved dates to determine whether problem/submission/assessments are open or closed.
Will Daly committed
-