- Mar 05, 2014
-
-
Alexander Kryklia authored
-
- Mar 03, 2014
-
-
Gabe Mulley authored
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
-
- Feb 28, 2014
-
-
Chris Dodge authored
-
Dave St.Germain authored
-
Dave St.Germain authored
-
- Feb 27, 2014
-
-
Calen Pennington authored
Fix case where both old and new transcripts are uploaded, but transcript language isn't one of the new transcripts.
-
Calen Pennington authored
[BLD-889]
-
Waheed Ahmed authored
ORA-330
-
- Feb 26, 2014
-
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Alexander Kryklia authored
-
Valera Rozuvan authored
-
Alexander Kryklia authored
-
Valera Rozuvan authored
-
Valera Rozuvan authored
When there is a start-time: Initially, the video starts playing from the start-time. Whenever the player resets for any reason (such as reaching the end of the video), it will reset to start-time instead of 00:00:00. It should not be the case that any time the user presses play, it start playing from start-time. BLD-659.
-
zubiar-arbi authored
update course info module to save content in new 'items' field + update import/export to handle content field other than 'data' or 'metadata' STUD-154
-
- Feb 25, 2014
-
-
Calen Pennington authored
-
Giulio Gratta authored
-
- Feb 24, 2014
-
-
pdehaye authored
This is only a correction in the documentation
-
Alexander Kryklia authored
-
Don Mitchell authored
-
Adam Palay authored
-
Ned Batchelder authored
To get all dates localized, we need all runtimes to have the i18n service, and since runtimes are made by the modulestores, we need to pass it to them. Soon (fingers crossed), modulestores won't be involved in making runtimes, and many of these changes will go away.
-
- Feb 21, 2014
-
-
Calen Pennington authored
-
Calen Pennington authored
This requires fixing the javascript api implementation, and adding an implementation of get_block to the ModuleSystem api. However, the implementation is incomplete, due to mismatches between the expectations of XModule and XBlock. Also adds tests using the Acid block to make sure that the javascript and python apis for children are working correctly.
-
Valera Rozuvan authored
The Video element contains an input with type file. When the Check button was clicked for the multiple choice problem, the code was acting in different ways when there as a Video on the page and when there wasn't. This is because in the check_fd() method there was a selector that was looking for inputs of type file on the whole page instead of just in the current problem. When there was a Video pn the page, the page-wide selector returned the Video's file input, and the check_fd() method went on believing that the multiple choice has a file input. The correct way is to look for file inputs only in the current element. Added a Jasmine JavaScript unit test. BLD-788.
-
Valera Rozuvan authored
-
- Feb 20, 2014
-
-
zubiar-arbi authored
STUD-1133
-
- Feb 19, 2014
-
-
Don Mitchell authored
-
David Baumgold authored
Due to issues with require.js and the latest version of the toolbar. Also included a note in the requirements file explaining the situation, and what needs to happen before this can be upgrade properly.
-
- Feb 18, 2014
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Dave St.Germain authored
-
Alexander Kryklia authored
-
- Feb 14, 2014
-
-
Adam Palay authored
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
-
polesye authored
-
polesye authored
-
- Feb 13, 2014
-
-
Adam Palay authored
-
Dave St.Germain authored
in studio. LMS-1895 and others
-
Calen Pennington authored
-