- 24 Sep, 2014 1 commit
-
-
LMS-6617 Fixed wiki merge url regex. TNL-413 ECOM-345 changed any lists that could display with only 1 item to divs ECOM-345 Added aria tags for header ECOM-364 Accessibility update for footer added my name to the authors file Addressing feedback from code review - removing unnecessary element references in selectors Updated header aria-label to be main
Waheed Ahmed committed
-
- 19 Sep, 2014 11 commits
-
-
Release merge - post hotfix-2014-09-19-1
John Eskew committed -
Deployed as hotfix
John Eskew committed -
Clean up translated strings in registration page, dashboard, and track selection flow
Renzo Lucioni committed -
Sylvia/docs/doc 866
srpearce committed -
Sylvia Pearce committed
-
Hiding Insights link for non-staff users
Clinton Blackburn committed -
Clinton Blackburn committed
-
RecommenderXBlock with pyfs, better UX, and modification of logging
Piotr Mitros committed -
Adam Palay committed
-
add tests for static tabs
Adam Palay committed -
swdanielli committed
-
- 18 Sep, 2014 23 commits
-
-
Python zip file importable from an asset
Ned Batchelder committed -
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 -
Correct name of video option
srpearce committed -
Sylvia Pearce committed
-
Upgrade scipy, lxml, boto, edx-ora2
David Baumgold committed -
Disable flaky javascript tests TE-485
Ben Patterson committed -
Ben Patterson committed
-
David Baumgold committed
-
John Eskew committed
-
Fixed full screen functionality for image module in HTMLModule.
Waheed Ahmed committed -
Draft of 9-18 release notes
srpearce committed -
Sylvia Pearce committed
-
write failing tests for info page banner
Adam Palay committed -
Adam Palay committed
-
Adam Palay committed
-
Upgrade edx-jsme to the latest version.
Sarina Canelake committed -
Move <HR> inside of template conditional
Sarina Canelake committed -
TNL-265
Waheed Ahmed committed -
Sarina Canelake committed
-
Country and City fields in auth_userprofile
Alison Hodges committed -
ECOM-128 adds a country dropdown to student registration
Alison Hodges committed -
Added instructor persmission checking to _has_access_error_desc() in courseware.access
Usman Khalid committed -
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.
stv committed
-
- 17 Sep, 2014 5 commits
-
-
Renzo Lucioni committed
-
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 -
Renzo Lucioni committed
-
Revert the changes from PR 5152
Andy Armstrong committed -
Annotation Tools: Adding Try-Catch for anonyous_student_id issue in staging
Sarina Canelake committed
-