- 07 Aug, 2012 20 commits
-
-
TODO: * need unique slugs for errors so they don't overwrite each other on export. - try to preserve origin slug. If not possible, generate random one. * figure out what metadata to strip. e.g. ({'data': '<problem><p><h1>Finger Exercise 1...'}, {'data': '<problem points="1" type="lecture"><p><h1>Finger Exercise 1...'}, False) - where did points and type come from? Do we want them there? * separate broken and non-broken test courses
Victor Shnayder committed -
* course.xml is special--has org and course attributes in addition to url_name * strip data_dir from metadata on export * more asserts * work on roundtrip import-export test
Victor Shnayder committed -
Victor Shnayder committed
-
* +improve test.
Victor Shnayder committed -
* needed for CMS performance (can now save just an item, not whole tree) * remove split_to_file methods * simplified AttrMap logic * write each descriptor to a separate file * detect format on import and adjust appropriately. * update tests
Victor Shnayder committed -
Kimth/lms coderesponse
ichuang committed -
Removing the <text> wrapper around choice text for radiogroup and checkboxgroup
ichuang committed -
fix typo in registration button jquery
ichuang committed -
ichuang committed
-
kimth committed
-
kimth committed
-
make the staff debug information appear in a show/hide span
Calen Pennington committed -
Fast grading
Calen Pennington committed -
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Arjun Singh committed
-
arjun/grading fix
kimth committed -
Poor fix for a breaking change in which student answers that were arrays (e.g. those resulting from a checkbox group) would be converted to strings and graded incorrectly.
Arjun Singh committed -
Fixed incorrect default argument so that tests run; however the new value is incorrect and needs to be fixed.
Arjun Singh committed -
ichuang committed
-
- 06 Aug, 2012 20 commits
-
-
Don't contact queueing server on Django load
kimth committed -
kimth committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Edit link fix
ichuang committed -
ichuang committed
-
merging this now because the it looks ok, and it fixes some bugs introduced by the last xserver merge, which are preventing the LMS from running in the current version of master.
ichuang committed -
ichuang committed
-
ichuang committed
-
kimth committed
-
kimth committed
-
kimth committed
-
Conflicts: lms/djangoapps/courseware/module_render.py lms/djangoapps/courseware/views.py
Bridger Maxwell committed -
kimth committed
-
Bridger Maxwell committed
-
kimth committed
-
kimth committed
-
kimth committed
-
kimth committed
-
Kimth/lms coderesponse
Calen Pennington committed
-