Make jump_to work with the xml modulestore
* it now works in the context of a specific course_id * add tracking of parent locations to xml modulestore * adjust lots of tests, including some refactoring * NOT working yet: jumping to the right position in a sequence.
Showing
- common/lib/xmodule/xmodule/modulestore/search.py 6 additions, 6 deletionscommon/lib/xmodule/xmodule/modulestore/search.py
- common/lib/xmodule/xmodule/modulestore/tests/__init__.py 12 additions, 0 deletionscommon/lib/xmodule/xmodule/modulestore/tests/__init__.py
- common/lib/xmodule/xmodule/modulestore/tests/test_modulestore.py 34 additions, 0 deletions...lib/xmodule/xmodule/modulestore/tests/test_modulestore.py
- common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py 3 additions, 34 deletionscommon/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
- common/lib/xmodule/xmodule/modulestore/tests/test_xml.py 16 additions, 0 deletionscommon/lib/xmodule/xmodule/modulestore/tests/test_xml.py
- common/lib/xmodule/xmodule/modulestore/xml.py 63 additions, 4 deletionscommon/lib/xmodule/xmodule/modulestore/xml.py
- common/lib/xmodule/xmodule/x_module.py 7 additions, 1 deletioncommon/lib/xmodule/xmodule/x_module.py
- lms/djangoapps/courseware/tests/tests.py 4 additions, 2 deletionslms/djangoapps/courseware/tests/tests.py
- lms/djangoapps/courseware/views.py 2 additions, 2 deletionslms/djangoapps/courseware/views.py
- lms/urls.py 2 additions, 1 deletionlms/urls.py
Loading
Please register or sign in to comment