- 05 Mar, 2014 1 commit
-
-
Adds a split_test_module XModule, that can choose one of its children to display, based on a get_condition_for_user API added to the runtime. To test, add something like this to an xml course, or make equivalent tweaks in mongo. <vertical url_name="split_test_vert"> <split_test url_name="split1" experiment_id="0" condition_id_to_child='{"0": "i4x://MITx/6.00x/html/split_test_cond0", "1": "i4x://MITx/6.00x/html/split_test_cond1"}'> <html url_name="split_test_cond0">condition 0</html> <html url_name="split_test_cond1">condition 1</html> </split_test> </vertical> Also needs an experiment configured in the course policy json: e.g. "user_partitions": [{"id": 0, "name": "Experiment 0", "description": "Unicorns?", "version": 1, "groups": [{"id": 0, "name": "group 0", "version": 1}, {"id": 1, "name": "group 1", "version": 1}]}] (This particular snippet will work inside a course with org MITx and course name 6.00x) Co-Author: Sarina Canelake <sarina@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Diana Huang <diana@edx.org> Co-Author: Calen Pennington <cale@edx.org> [LMS-2095]
Victor Shnayder committed
-
- 16 Jan, 2014 1 commit
-
-
STUD-1094
David Baumgold committed
-
- 15 Jan, 2014 1 commit
-
-
[LMS-192]
Calen Pennington committed
-
- 23 Oct, 2013 1 commit
-
-
polesye committed
-
- 22 Oct, 2013 1 commit
-
-
Anton Stupak committed
-
- 10 Sep, 2013 1 commit
-
-
LTI blade allows to include LTI components to courses. Python integration, Jasmine and acceptance tests are included.
Valera Rozuvan committed
-
- 09 Sep, 2013 3 commits
-
-
LTI blade allows to include LTI components to courses. Python integration, Jasmine and acceptance tests are included.
Valera Rozuvan committed -
This reverts commit 2894b21c, reversing changes made to 34d0fe15.
Alexander Kryklia committed -
Alexander Kryklia committed
-
- 19 Aug, 2013 1 commit
-
-
And some code cleanup.
Julian Arni committed
-
- 06 Aug, 2013 1 commit
-
-
Prevents sphinx from bailing on builds that involve unavailable imports.
Julian Arni committed
-
- 02 Aug, 2013 2 commits
-
-
And fix path issues.
Julian Arni committed -
Julian Arni committed
-
- 16 Jul, 2013 3 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Julian Arni committed
-
- 11 Jul, 2013 1 commit
-
-
Lyla Fischer committed
-