- Sep 18, 2014
-
-
Sylvia Pearce authored
-
David Baumgold authored
Upgrade scipy, lxml, boto, edx-ora2
-
Ben Patterson authored
Disable flaky javascript tests TE-485
-
Ben Patterson authored
-
David Baumgold authored
-
John Eskew authored
-
Waheed Ahmed authored
Fixed full screen functionality for image module in HTMLModule.
-
srpearce authored
Draft of 9-18 release notes
-
Sylvia Pearce authored
-
Sarina Canelake authored
Upgrade edx-jsme to the latest version.
-
Sarina Canelake authored
Move <HR> inside of template conditional
-
Waheed Ahmed authored
TNL-265
-
Sarina Canelake authored
-
Alison Hodges authored
Country and City fields in auth_userprofile
-
Alison Hodges authored
ECOM-128 adds a country dropdown to student registration
-
Usman Khalid authored
Added instructor persmission checking to _has_access_error_desc() in courseware.access
-
stv authored
Otherwise, if `settings.ENABLE_INSTRUCTOR_ANALYTICS` is set to `False`, two horizontal rules are rendered consecutively. The <HR> has also been indented to align with surrounding tags.
-
- Sep 17, 2014
-
-
Chris Rossi authored
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">
-
Andy Armstrong authored
Revert the changes from PR 5152
-
Sarina Canelake authored
Annotation Tools: Adding Try-Catch for anonyous_student_id issue in staging
-
Carlos Andrés Rocha authored
Add edX OAuth2 provider with OpenID Connect support
-
lduarte1991 authored
- changed message and added i18n
-
Sarina Canelake authored
Fixed problems with psychometrics (Opaque Keys)
-
Ben Patterson authored
Update paver bok_choy (test) commands to reflect new default vars.
-
Andy Armstrong authored
The changes in 5152 appear to have introduced a performance problem on stage, so we're going to revert them for now.
-
chrisndodge authored
For microsites, since we don't have a footer override yet for django tem...
-
Sarina Canelake authored
Disable sending activation email also when doing external_auth and setting BYPASS_ACTIVATION_EMAIL_FOR_EXTAUTH=True
-
Carlos Andrés Rocha authored
-
Brandon DeRosier authored
- Update key comparisons for Opaque Keys - Search for 'problem_check' instead of 'save_problem_check' when filtering TrackingLogs.
-
Carlos Andrés Rocha authored
Calling the client root was causing the module store to be modified, affecting test in other Django applications that rely on the default state of the module store.
-
Carlos Andrés Rocha authored
Some tests test were using `CourseFactory` buy not deriving from `ModuleStoreTestCase`, introducing a course leaks that broke other unrelated tests.
-
Ben Patterson authored
-
Chris Dodge authored
For microsites, since we don't have a footer override yet for django templates, remove the footer all together
-
David Baumgold authored
-
zubair-arbi authored
wait for notification on adding video component
-
clytwynec authored
enable auto-capturing of hars in bok-choy tests
-
Ned Batchelder authored
This reverts commit 3f159ea5.
-
John Eskew authored
Merging.
-
Ned Batchelder authored
Revert "username and email request for lti module"
-
Tim Babych authored
Do not generate CSS source maps in production
-