- 16 Oct, 2014 2 commits
-
-
Expose xmodule_runtime as .runtime if it's set (otherwise, fall back to the supplied runtime). This causes all blocks to act like XModules when they have a ModuleSystem, and like XModuleDescriptors if they only have a DescriptorSystem.
Calen Pennington committed -
Also fix those tests to correctly wait until the ajax portions have finished before evaluating the page contents.
Calen Pennington committed
-
- 15 Oct, 2014 1 commit
-
-
When using -p, the underlying diff-quality command will pass that number as a value for --fail-under. For example, paver run_quality -p 75 Will pass 75 into the --fail-under switch on diff-quality. Also upgrades diff-cover in order to take advantage of this funcitonality.
Ben Patterson committed
-
- 14 Oct, 2014 1 commit
-
-
Will Daly committed
-
- 09 Oct, 2014 2 commits
-
-
Braden MacDonald committed
-
LMS-11437
Don Mitchell committed
-
- 30 Sep, 2014 2 commits
-
-
Prevent queries into split using deprecated CourseLocators, BlockUsageLocators, or DefinitionLocators
Calen Pennington committed -
Calen Pennington committed
-
- 29 Sep, 2014 2 commits
-
-
And move from base.txt to github.txt
David Baumgold committed -
Calen Pennington committed
-
- 24 Sep, 2014 2 commits
-
-
Carlos Andrés Rocha committed
-
Ned Batchelder committed
-
- 23 Sep, 2014 1 commit
-
-
Note that the features in this release are opt-in, and course and video behavior will remain the same unless a course explicitly opts in. Major pieces of functionality with this commit: Allows the listing of a user's enrollments, course videos, and updates. In order to make a course available for mobile use, course staff must explicitly set the Course Advanced Setting "Mobile Course Available" to true. Course staff will always see their own courses through the Mobile API regardless of this setting, but students will only be allowed to see a course through the Mobile API if this setting is set to "true". By default, a Course will *not* be available for mobile use. This is a Django app for video resource management. It is completely optional, and is intended to allow video and operations teams to create new encodings of videos (e.g. low res for mobile) and change CDNs without having to edit course data directly. Course teams can now use a "EdX Video ID" setting for Videos, which will leverage VAL. Video units that do not fill in an "EdX Video ID" will behave exactly as they always have. * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag. * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag. * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER). * The Mobile API is a read-only API, but VAL requires database migrations. * Applications that make use of either the Mobile API or VAL must be registered with the OAuth2 provider app in Django Admin.
David Ormsbee committed
-
- 19 Sep, 2014 1 commit
-
-
swdanielli committed
-
- 18 Sep, 2014 2 commits
-
-
Lots of plumbing to allow an asset named python_lib.zip to be imported by jailed Python code. This function can find the "python_lib.zip" asset, and is passed down through ModuleSystem and LoncapaSystem so that capa problems have access to the zipfile.
Ned Batchelder committed -
David Baumgold committed
-
- 17 Sep, 2014 3 commits
-
-
This fixes a minor layout bug in edx-jsme 1.0. See: https://github.com/jazkarta/edx-jsme/issues/1 For convenience, the entire diff from the last release is included here: diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..32e0284 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,13 @@ +=================== +edX-JSME Change Log +=================== + +1.0.1 (2014-09-17) +------------------ + +- Fix alignment issue with the correct/incorrect markers. (#1) + +1.0 (2014-07-28) +---------------- + +- Initial release. diff --git a/edx_jsme/templates/jsmeinput.html b/edx_jsme/templates/jsmeinput.html index 861b43f..5ceaf3d 100644 --- a/edx_jsme/templates/jsmeinput.html +++ b/edx_jsme/templates/jsmeinput.html @@ -38,6 +38,7 @@ waitfor="" value="${value|h}"/> + <br/> <p id="answer_${id}" class="answer"></p> <p class="status">
Chris Rossi committed -
Carlos Andrés Rocha committed
-
David Baumgold committed
-
- 16 Sep, 2014 2 commits
-
-
Piotr Mitros committed
-
LMS-11380
Don Mitchell committed
-
- 15 Sep, 2014 2 commits
-
-
Sarina Canelake committed
-
Christine Lytwynec committed
-
- 12 Sep, 2014 3 commits
-
-
Renzo Lucioni committed
-
Used by MITx/6.341x
Feanil Patel committed -
Andy Armstrong committed
-
- 11 Sep, 2014 2 commits
-
-
Usman Khalid committed
-
Make split_mongo assert block identity uniqueness only over (block_type, block_id) tuples [LMS-11364]
Calen Pennington committed
-
- 10 Sep, 2014 2 commits
-
-
Feanil Patel committed
-
Xavier Antoviaque committed
-
- 09 Sep, 2014 1 commit
-
-
Upgrades to latest pyfs to support auth not through environment variables
Piotr Mitros committed
-
- 08 Sep, 2014 1 commit
-
-
Upgrades to latest pyfs to support auth not through environment variables
Piotr Mitros committed
-
- 07 Sep, 2014 1 commit
-
-
Piotr Mitros committed
-
- 05 Sep, 2014 1 commit
-
-
Tim Babych committed
-
- 29 Aug, 2014 2 commits
-
-
Piotr Mitros committed
-
Stephen Sanchez committed
-
- 28 Aug, 2014 1 commit
-
-
check firefox version, raise exception with instructions for updating
Minh Tue Vo committed
-
- 27 Aug, 2014 2 commits
-
-
Carson Gee committed
-
Calen Pennington committed
-
- 25 Aug, 2014 1 commit
-
-
Catch more places where get_children was giving us version aware references. LMS-11237
Nimisha Asthagiri committed
-