Commit Graph

6849 Commits

Author SHA1 Message Date
Mushtaq Ali
d337da7458 Remove pretty print from markdown xml - TNL-5768
Revert commit bf9d467
2016-11-03 12:15:48 +05:00
Mushtaq Ali
0e8dacc72a Revert "format xml before displaying" 2016-11-03 12:01:30 +05:00
Andy Armstrong
afee725fb1 Allow authors to remove option for unproctored exams
TNL-5084
2016-10-31 16:58:15 -04:00
Ned Batchelder
ab9452434d Merge pull request #13837 from edx/release
Release to master
2016-10-26 05:28:04 -04:00
Albert (AJ) St. Aubin
43b4141cdf Merge pull request #13613 from edx/aj/TNL-5644_exposed_icon
Aj/tnl 5644 exposed icon
2016-10-24 17:47:18 -04:00
Albert St. Aubin
055fd6ea8f Refactored the status icon and span to a unified template and updated tests 2016-10-24 16:48:58 -04:00
alisan617
a154fea9f9 submit button in RTL 2016-10-24 10:04:38 -04:00
Albert (AJ) St. Aubin
c01df60014 Merge pull request #13786 from edx/aj/TNL-5549_problemMetaRefactor
Aj/tnl 5549 problem meta refactor
2016-10-21 13:03:32 -04: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
Nimisha Asthagiri
aa000c1a3d Support for rescoring a problem only if the new score is higher
TNL-5046
2016-10-20 15:08:54 -04:00
alisan617
6255e20262 Merge pull request #13646 from edx/alisan/capa-i18n-btn-bar-fix-TNL-5642
Capa button bar attempt message position for i18n
2016-10-20 11:55:21 -04:00
alisan617
a43c1e9469 change layout in submit button bar for i18n 2016-10-20 09:27:48 -04:00
Mushtaq Ali
387f210363 Add support for additional answers for Numerical Input problems
TNL-5581
2016-10-20 09:40:01 +00:00
cahrens
113aec25bf eslint corrections 2016-10-19 16:19:10 -04:00
cahrens
0fb37ceeb6 Replace with JS code. 2016-10-18 16:27:29 -04:00
cahrens
337d4947c0 Rename to edit.js 2016-10-18 16:27:29 -04:00
Christina Roberts
7de60d1278 Merge pull request #13764 from edx/christina/tnl-5735
Fix screen-reader capa status prefixing
2016-10-18 14:43:01 -04:00
Christina Roberts
b693d98a1f Merge pull request #13531 from Bound3R/patch-1
Remove invalid selector
2016-10-18 14:38:46 -04:00
cahrens
485a88fabc Prefix status with Question number.
TNL-5735
2016-10-18 12:58:16 -04:00
Christina Roberts
971f102b1d Merge pull request #13743 from edx/christina/capa-display-conversion
Convert capa/display.coffee to JS.
2016-10-18 12:56:28 -04:00
cahrens
a1d3c31681 eslint fixes and other cleanup 2016-10-18 09:33:59 -04:00
Christina Roberts
046ee7bd96 Merge pull request #12923 from CredoReference/static-page-for-instructors-only
Ability to hide Pages from students
2016-10-17 17:10:33 -04:00
Dmitry Viskov
bb09fdb7be Ability to hide Pages from students 2016-10-14 22:43:26 +03:00
Greg Martin
4ddda443b8 Implement localized datetimes in browser
moment-timezone require config

jasmine test fix, duplicate req. cleanup
2016-10-14 15:25:38 -04:00
cahrens
1b03a0090d Replace with CoffeeScript generated version of JS.
Includes reformatting to 4 spaces.
2016-10-14 13:14:19 -04:00
cahrens
7a443737f6 Convert display.coffee to js.
First just rename.
2016-10-14 13:13:14 -04:00
cahrens
b366ad6d33 Convert display.coffee to js. 2016-10-14 13:13:14 -04:00
Christina Roberts
c8a3367269 Merge pull request #13705 from edx/christina/javascript_loader
Christina/javascript loader
2016-10-14 12:57:19 -04:00
Brian Beggs
9a23babc9d Merge pull request #13747 from edx/release
Merge hotfix back to master.
2016-10-13 14:46:02 -04:00
cahrens
bee04095bd Fix eslint violations. 2016-10-13 13:59:00 -04:00
cahrens
b8ddf709dc Convert javascript_loader to JS.
Also reformat to 4 spaces per indent.
2016-10-13 13:59:00 -04:00
alisan617
8d429a91f3 add child of text check unit page 2016-10-12 17:23:51 -04:00
Brian Beggs
fa81f303f5 Merge pull request #13735 from edx/release
Merge release -> master for release-2016-10-12
2016-10-12 14:06:17 -04:00
Albert St. Aubin
088b5c6615 Corrected issue with the Show Hint button enabled state with single hint.
TNL-5737
2016-10-11 15:50:40 -04:00
Andy Armstrong
51167aedef Merge pull request #11710 from raccoongang/kssl/ui_conditional_module
Add ui in studio for conditional_module.
2016-10-11 10:45:39 -04:00
alisan617
d7c841f80d Merge pull request #13703 from edx/alisan/capa-button-bar-label-minor-fix
put display previously removed in capa space pr
2016-10-07 11:46:19 -04:00
Brian Jacobel
bc66285b53 Merge pull request #13588 from edx/bjacobel/5555
UX improvements to sequence nav
2016-10-07 11:09:45 -04:00
Mushtaq Ali
23388588e7 Merge pull request #13564 from edx/mushtaq/video-transcript
Handle when no video transcript uploaded for a language
2016-10-07 20:08:25 +05:00
alisan617
e1f2072c42 put display previously removed in capa space pr 2016-10-07 10:32:05 -04:00
Mushtaq Ali
11a07ca8c9 Show validation message when no transcript file uploaded for a language in a video component in studio.
Also, don't show respective transcript language in video language menu when a related transcript is not uploaded for that language.

TNL-5200
2016-10-07 19:15:44 +05:00
muhammad-ammar
aed1ea8028 fix attribute access 2016-10-07 12:14:32 +05:00
cahrens
1122c40f07 Moving ignore rules to relevant classes instead general rule.
Also replaces section with div, updates short_id, and makes textbox accessible.

TNL-5576, TNL-5575, TNL-5574, TNL-5671, TNL-5376
2016-10-06 17:35:54 -04:00
muhammad-ammar
c3b6b10478 Problem (capa) feedback UX revamp.
TNL-4877
2016-10-06 17:34:43 -04:00
Christina Roberts
432f6cdf0c Merge pull request #13680 from edx/christina/revert-capa-form
Revert "single form element per capa problem"
2016-10-06 17:18:48 -04:00
cahrens
53a6edd032 Revert "single form element per capa problem"
This reverts commit 943a3a5eb1.
2016-10-06 16:00:19 -04:00
Eric Fischer
e24915d286 Revert "Merge pull request #13614 from edx/efischer/revert_grades"
This reverts commit 9aa35cd8ad.
2016-10-06 14:25:27 -04:00
muhammad-ammar
943a3a5eb1 single form element per capa problem
TNL-5402
2016-10-06 14:27:39 +05:00
Andy Armstrong
ecf4515b6e Introduce id verification step for proctored exams
TNL-5083
2016-10-05 17:22:35 -04:00
Jesse Shapiro
22c42dbf78 Merge pull request #13602 from open-craft/haikuginger/deprecate-dnd-v1
[SOL-1612] Add DnDv2 to advanced problems; relabel DnDv1 as deprecated
2016-10-05 15:28:50 -04:00
Brian Jacobel
8b0b4f5ce2 Redesign sequence nav, move breadcrumbs out of sequence container
TNL-5555
2016-10-05 13:39:27 -04:00