- 20 Mar, 2017 4 commits
-
-
put scorable first
sanfordstudent committed -
Sanford Student committed
-
bug fix
sanfordstudent committed -
Sanford Student committed
-
- 17 Mar, 2017 2 commits
-
-
implements scorablexblockmixin and moves drag and drop v2 to use raw grades.
sanfordstudent committed -
for TNL-6593
Sanford Student committed
-
- 10 Mar, 2017 2 commits
-
-
Fix typo in README.md
George Song committed -
FIxed `test.po` -> `text.po`
Leonardo committed
-
- 09 Mar, 2017 1 commit
-
-
Changed the order of the submit button to match capa action bar on pl…
Albert (AJ) St. Aubin committed
-
- 06 Mar, 2017 1 commit
-
-
Albert St. Aubin committed
-
- 28 Feb, 2017 1 commit
-
-
Fix typo in README.md
George Song committed
-
- 24 Feb, 2017 1 commit
-
-
Corrected "exSisting" typo
Leonardo committed
-
- 05 Feb, 2017 1 commit
-
-
Makes draggable items more visible in IE 11
Jillian Vogel committed
-
- 02 Feb, 2017 2 commits
-
-
Jillian Vogel committed
-
Changes the outline-style to dotted to improve visibility. Also, IE 11 doesn't support outline-offset, which is what we use to ensure that the draggable item outline is visible against the background. So we've used an inset drop-shadow for normal mode.
Jillian Vogel committed
-
- 20 Jan, 2017 1 commit
-
-
removed duplicate msgids
Zia Fazal committed
-
- 19 Jan, 2017 1 commit
-
-
Zia Fazal committed
-
- 17 Jan, 2017 23 commits
-
-
a11y Interaction Improvements
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
Implement our own SR message area instead of relying on SR tools from edX LMS, so that screen reader messages work even when this xblock is used outside of LMS.
Matjaz Gregoric committed -
It is redundant since div elements are not focusable by default anyway.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
The role="group" wrapper of the problem should use aria-labelledby referencing the problem title. If the problem is configured to not show the title, the hardcoded "Drag and Drop Problem" aria-label is used.
Matjaz Gregoric committed -
We are now using SR.readText function to prompt the screen reader to read feedback messages, so there is no need to use aria-live, which was sometimes conflicting with SR.readText.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
The i tag is for italic and should not be used for icons.
Matjaz Gregoric committed -
It looks like concatenating separate feedback messages into a single string and passing it to readText makes the screen reader read out the feedback in its entirety more reliably than using readTexts to pass a collection of separate feedback messages.
Matjaz Gregoric committed -
When the number of attempts is unlimited, we were hiding the "You have used X out of Y attempts" text, which becomes "You have used X out of null attempts" when attempts are unlimited. The text was hidden, but it was still read out by the screen reader. Do not include the text in the DOM when attempts are unlimited at all.
Matjaz Gregoric committed -
Wrapping each tabbed page in a <section> is an appropriate use of the section element, but separating a single tab into multiple sections is not.
Matjaz Gregoric committed -
In the past, we were using zone title as the zone ID. This is no longer the case as we programatically generate zone IDs, so this fix is only relevant to old problems (such as some problems from the DnDv2 demo course). We have already been sanitizing zone.uid to be used for zone id attributes, but we missed zone description id attribute.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
The button role was misleading and is not needed.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
Usability improvements for screen reader users
Matjaz Gregoric committed
-