- 05 Mar, 2014 9 commits
-
-
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 -
Dave St.Germain committed
-
Allow HTML in grader messages.
Han Su Kim committed -
xblock-mentoring: Add repository to requirements & installed apps
Han Su Kim committed -
Xavier Antoviaque committed
-
Adding to installed Django applications is required due to the use of a Django model by the XBlock
Xavier Antoviaque committed -
Alexander Kryklia committed
-
updating commit
Han Su Kim committed -
John Jarvis committed
-
- 04 Mar, 2014 4 commits
-
-
making LMS modal buttons more flexible to handle longer strings in trans...
Han Su Kim committed -
Make forum comment buttons activate by keyboard
Han Su Kim committed -
Frances Botsford committed
-
Neither edit nor delete activated on pressing the space key.
Greg Price committed
-
- 03 Mar, 2014 12 commits
-
-
bug fix for HTML xmodule styling which caused first line of text to be c...
marcotuts committed -
marco committed
-
Add logging to embargo middleware
Sarina Canelake committed -
Import BrokenPromise
Jay Zoldak committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
adding in gray versions of social icons for use in new email template. U...
marcotuts committed -
Add map to problem_check event with descriptions of student answers
Gabe Mulley committed -
Jay Zoldak committed
-
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
The map contains a human readable description of the answer if necessary. It is useful for problem like multiple choice, when the response of the student is replaced by a moniker. For example "choice_0" instead of the full text. Fixes: AN-587
Gabe Mulley committed
-
- 02 Mar, 2014 1 commit
-
-
Sarina Canelake committed
-
- 28 Feb, 2014 14 commits
-
-
Address Microsite PR feedback - separate out middleware from microsite logic, shor...
chrisndodge committed -
New tab (Metrics) in instructor dashboard
David Adams committed -
Metrics tab shows student data: -Count of students opened a subsection -Grade distribution per problem for each section/subsection of the course. Implemented for both the old and beta dashboard Controlled by a feature flag 'CLASS_DASHBOARD' Data is aggregated across all students Aggregate data computed from courseware_studentmodule
Kristin Stephens committed -
Sylvia/documentation/stud 1293
srpearce committed -
Chris Dodge committed
-
Sylvia Pearce committed
-
Release
Adam committed -
allow the prevention of the LMS/CMS from being renderable in an iframe
chrisndodge committed -
Removing Vagrantfile, no longer used, please see configuration repo
Han Su Kim committed -
marco committed
-
Ned/install jsdraw
Adam committed -
Han Su Kim committed
-
Chris Dodge committed
-
Add label to the checkboxes sample template.
Dave St.Germain committed
-