Jillian Vogel
f18a2be837
Implement optional hiding of capa assessment results
2017-04-13 15:52:57 -07:00
Albert St. Aubin
91fce2a92b
Updates to correct a header styling issue and to make the starting header level selectable
2017-03-20 08:37:33 -04:00
Albert St. Aubin
b4956cf1cb
Updates to add a show answer notification and update focus when the notification is shown.
...
TNL-6356
2017-03-13 09:31:40 -04:00
Albert St. Aubin
8e1fc5f5d3
Updated the focus order for the action bar
2017-02-17 22:46:17 -05:00
Albert St. Aubin
866399ba05
Changes for ui correctness state when saving a problem
...
TNL-1955
2016-11-16 12:30:04 -05:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
alisan617
a43c1e9469
change layout in submit button bar for i18n
2016-10-20 09:27:48 -04:00
muhammad-ammar
c3b6b10478
Problem (capa) feedback UX revamp.
...
TNL-4877
2016-10-06 17:34:43 -04:00
cahrens
53a6edd032
Revert "single form element per capa problem"
...
This reverts commit 943a3a5eb1 .
2016-10-06 16:00:19 -04:00
muhammad-ammar
943a3a5eb1
single form element per capa problem
...
TNL-5402
2016-10-06 14:27:39 +05:00
muhammad-ammar
d14928cc61
separation based on responsetypes poc
...
FEDX-176
2016-09-02 19:44:22 +05:00
muhammad-ammar
8024bae255
enforce display name in CAPA problems
...
FEDX-198
2016-06-09 16:42:19 +05:00
Chris Rodriguez
c619e1ec6b
Adding UXPL classnames to headings
2016-02-29 15:43:17 -05:00
Chris Rodriguez
81d86eea42
Changing H2 to H3 in problem templates
2016-02-02 15:41:02 -05:00
Christine Lytwynec
bb329c7b6f
add sr text for show/hide answer button
2015-12-29 17:03:32 -05:00
Nick Parlante
77f3069655
Extended Feedback and Hints for Problems
...
Extends the common capa response types (string, numeric, multiple
choice, checkbox, dropdown) with feedback and hint
capabilities. "Feedback" refers to feedback shown to the student when
they check the problem, looking at their specific answer. "Hints"
refers to a Hint button in LMS which the student can click at any time
to see hints for that problem. The implementation extends the markdown
syntax to include feedback and hints. There are new Feedback-and-Hint
specific templates in Studio when the author clicks to add a new
problem.
2015-06-17 16:25:04 -07:00
Ahsan Ulhaq
2e0d35f180
Remove submission buttons from aria-live region
...
added a new aria-live region and added problem html into that.
Removed submission buttons out of the aria-live div scope.
TNL-1699
2015-03-24 13:41:07 +05:00
Ahsan Ulhaq
02fc7fd8e7
Removed sr span inside the show answer button
2015-03-13 21:09:04 +05:00
Ahsan Ulhaq
a715bd7053
Standrize buttons in assessment problems
...
Assessment problems was having input type="button" which cause accessibility issues.
changed them to <button> and added span with class sr.
TNL-1693
2015-03-13 21:09:04 +05:00
Waheed Ahmed
865850c2ad
Fixed screen reader issues.
...
TNL-568
TNL-588
TNL-595
2014-10-21 12:33:51 +05:00
Adam Palay
58cb716102
remove role="application" from problems (TNL-563)
...
Committer: Adam Palay <adam@edx.org >
2014-10-06 09:11:55 -04:00
Graham Lowe
5e0849d214
Temporarily disable CAPA problem "Check" button.
...
- update appropriate jasmine tests so that stubbed $postWithPrefix
respects a subset of jQuery promise API.
- add customization for checking state.
- display checking state while button is disabled.
- ensure checking state lasts for at least a second.
2014-04-07 13:17:43 -04:00
Dave St.Germain
0773f0687d
Answer checks should offer feedback to assistive tech. This commit adds
...
a page level javascript SR object to enable reading of alert messages.
LMS-2158
2014-03-20 09:53:44 -04:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
Calen Pennington
0d3c44996a
LMS i18n from Tsinghua
2013-07-31 19:39:15 -04:00
Renzo Lucioni
1fc4ac864e
Add feature showing current score next to problem title
2013-07-19 16:14:24 -04:00
Brian Talbot
8e30981f6f
revises the show/hide answer input to use an HTML button element for accessibility purposes
2013-06-10 16:22:14 -07:00
Ned Batchelder
7c8a90229e
Use 'is None' and 'is not None'
2013-03-04 10:57:25 -05:00
Tom Giannattasio
04119cce3f
remove collapsible from problem template
2012-09-28 12:37:25 -04:00
Victor Shnayder
ae06f13b96
Fix broken submission in firefox
...
- apparently have to define functions before using them...
2012-09-21 18:35:00 -04:00
Tom Giannattasio
4af134b28a
fixed large collapsible text and triple toggle
2012-09-20 17:49:36 -04:00
Kyle Fiedler
03ad061a2f
style for submission feedback
2012-09-13 20:10:45 -04:00
Kyle Fiedler
e6f9f8d9b0
Add js to the problem and move around that css and js to accomodate Tonys new HTML Structure
2012-08-31 11:15:06 -04:00
kimth
3519ea6b2f
Don't display 'None points' on problem rendering
2012-08-15 17:14:27 -04:00
Calen Pennington
0a79130b11
Make problem previews work by saving problem state in the current request session
2012-07-24 16:14:04 -04:00
Calen Pennington
e7d44a2606
Remove explain attribute in favor of solution stanza as exemplified in edx4edx
2012-07-11 22:18:40 -04:00
Calen Pennington
5406b9bb40
Make /static/ urls work in the courseware
2012-07-10 12:54:47 -04:00
Calen Pennington
207777fbe1
Fix up problem display to use the new metadata that's available
2012-07-03 14:20:11 -04:00
Calen Pennington
5ba03130aa
Moving LMS code into subdirectory
2012-06-06 14:09:01 -04:00