Giulio Gratta
fe59a8ce62
Implementing NYT's ICE track changes to Open Ended Assessements
...
Squashed commits to facilitate cherry-picking. Committers and
original commit messages are:
- ==> @caesar2164, * ==> @jrbl, ~ ==> @jbau
- Added boolean to OE problem CMS settings to turn on ICE track changes
- Added ICE init and tracking start/stop to HTML
- Conditional in Peer Grading HTML for ICE container
- CSS styling for ICE container and insertion/deletion elements
- Added class to track changes HTML
- Added ice.min.js as well as included it in the js requirements for peer grading
- Use track_changes in peer_grading_problem
* Refactor peer_grading_problem to lookup track_changes variable by problem location.
* Whitelist ICE insert, delete tags
* Adds ICE multi-user-editor insert and delete tags to the peer grading sanitize_html whitelist.
- add reset button
* Introduction ICE means we need its inline tags to get passed through
to the feedback target, but we don't want malicious peer feedback
providers introducing <script>, etc, so we use lxml.html.clean to
scrub peer grading input.
* Adds feedback URL autoheating.
* Allows ICE <insert> and <delete> tags but not others.
~ add helptext re: EXPERIMENTAL FEATURES
~ address a bunch of @VikParuchuri review comments on ICE for OEE
~ remove extraneous code
~ change to new xmodule accessors
~ refactor filtering
~ fix broken test test_peer_grading_problem
~ Create track_changes.coffee and remove <script> from
peer_grading_problem.html
~ Remove all reliance on id in favor of local scoping and classes
~ bring up test coverage somewhat
~ remove superflous $.scrollTo
~ TODO: Filtering
2013-09-15 09:49:28 -07:00
Vik Paruchuri
59336ee03c
Fix prompt hiding issue in peer grading
2013-08-16 15:24:38 -04:00
Vik Paruchuri
4f3ec68fb7
Scroll to top in peer and staff grading, preserve line breaks in submissions
2013-08-16 14:12:37 -04:00
marco
c9807db308
styling of peer review interface for students along with minimal adjustments to the staff grading interface as well. added internationalization of peer grading strings.
2013-08-14 14:12:04 -04:00
marco
ab81000665
visual styling changes to staff grading and peer grading, along with additional instances of the use of the baseline variable instead of pixel definitions for padding and margins.
2013-08-13 14:42:34 -04:00
Adam Palay
69ffb6a87b
replace edx with variable substitution
...
fixes template errors
keep tos untranslated
formatting fixes
2013-07-31 19:39:15 -04:00
Calen Pennington
0d3c44996a
LMS i18n from Tsinghua
2013-07-31 19:39:15 -04:00
Vik Paruchuri
701bdc55c0
Minor fixes
2013-04-16 11:55:54 -04:00
Vik Paruchuri
9f04769c00
Better confirmation for flagging
2013-04-10 16:16:13 -04:00
Vik Paruchuri
a64d57ae1d
Add popup when flag box is checked
2013-04-10 16:01:56 -04:00
Vik Paruchuri
9bc8dbd7ca
Fix location strings, re-order checkboxes
2013-02-20 18:04:25 -05:00
Vik Paruchuri
02b0bc2923
Add in answer unknown container/checkbox to pass back to controller
2013-02-13 15:37:42 -05:00
Vik Paruchuri
50ba024ae8
Add additional calibration interstitial page, add in message when calibration essay saved.
2013-02-09 10:43:40 -05:00
Vik Paruchuri
c195fe65cd
Restyle rubric list, submission container
2013-02-07 11:10:29 -05:00
Vik Paruchuri
48719a7a45
Merge branch 'feature/vik/oe-versioning' into feature/vik/improve-oe-ui
...
Conflicts:
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
lms/static/sass/course/_staff_grading.scss
2013-02-06 16:04:01 -05:00
Vik Paruchuri
9e4e98ef74
Fix some css to get things to properly close/open
2013-02-06 15:13:56 -05:00
Vik Paruchuri
02ac72d0af
Doing some restyling on peer grading
2013-02-06 13:49:59 -05:00
Diana Huang
51db547a63
Merge branch 'master' into diana/rubric-ui-improvements
...
Conflicts:
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
2013-02-05 16:18:56 -05:00
Diana Huang
f3be02d772
Merge branch 'master' into diana/rubric-ui-improvements
2013-02-05 09:13:14 -05:00
Vik Paruchuri
cbd0895aad
Add in single peer grading problem view
2013-02-04 16:42:14 -05:00
Diana Huang
68fc794a97
Add in some better encouragement to write feedback
2013-02-01 15:15:42 -05:00
Vik Paruchuri
c1583dbba2
Properly load javascript, fix templates to work with xmodule, modify AJAX handlers
2013-01-31 19:57:35 -05:00
Vik Paruchuri
c2f644656d
Fix HTML return
2013-01-31 19:12:49 -05:00
Vik Paruchuri
bdb82cda65
Strip out JS, old urls
2013-01-31 18:23:30 -05:00
Vik Paruchuri
5f538f078b
Pass flag through from LMS to grading controller
2013-01-30 19:50:36 -05:00
Diana Huang
77fe6ed452
Merge branch 'master' into feature/diana/rubric-input
2013-01-15 14:48:40 -05:00
Vik Paruchuri
301293f8b0
Remove debug statement, fix active page issue on problem page
2013-01-15 14:33:38 -05:00
Diana Huang
3d2ae66cf5
Refactor out rubric rendering and pass along
...
the right information for peer grading
2013-01-15 13:46:18 -05:00
Diana Huang
48be0b15a1
Clean up on staff grading code path and
...
the beginnings of peer grading.
2013-01-15 11:21:10 -05:00
Diana Huang
c4d1b2e643
Use correct user id and make the reload button a back button
2013-01-09 14:41:23 -05:00
Diana Huang
e410703e33
Minor bug fixes and improvements
2013-01-04 17:20:03 -05:00
Diana Huang
093560e859
Updates to copy and styling and a few bugfixes
2013-01-04 16:36:28 -05:00
Diana Huang
fa09e25a1a
Add interstitial page between calibration and grading.
...
Make individual Prompt and Rubric Sections hideable.
2013-01-04 15:18:39 -05:00
Diana Huang
befe36f626
Improvements to calibration feedback step
2013-01-04 14:11:48 -05:00
Diana Huang
ad63c492be
Minor updates to the page to handle showing Calibration feedback.
...
Also, allow for the hiding of the Prompt and the Rubric.
2013-01-04 12:42:38 -05:00
Diana Huang
b5f34a9da6
Show special text when calibrating or when grading.
2013-01-04 11:03:24 -05:00
Diana Huang
becffd4dbb
Updated html and javascript for new pages as well
...
as a fix for the peer grading service
2013-01-03 14:08:56 -05:00
Diana Huang
c0001597a3
Update some of the templates so that they don't break
2013-01-03 13:47:29 -05:00
Diana Huang
c89ff2ac0e
Basic peer grading view using mocks and some cleanup in
...
the peer grading service
2013-01-02 17:44:58 -05:00
Diana Huang
37f261f906
Move peer grading so that there are the individual problem pages
...
and the problem list page
2013-01-02 15:01:59 -05:00