cahrens
f399508d46
Fix pylint issue to get under threshold.
2016-10-25 15:24: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
Mushtaq Ali
387f210363
Add support for additional answers for Numerical Input problems
...
TNL-5581
2016-10-20 09:40:01 +00:00
cahrens
1b03a0090d
Replace with CoffeeScript generated version of JS.
...
Includes reformatting to 4 spaces.
2016-10-14 13:14:19 -04:00
Jillian Vogel
1a8a1274d8
Merge pull request #13534 from open-craft/jill/choice_response_computed
...
Allows ChoiceResponse problems to set correctness with python variables
2016-10-14 17:55:12 +10:30
Jillian Vogel
8124aacfcc
Allows ChoiceResponse CAPA problems to use script-computed variables to
...
determine choice correctness, as MultipleChoiceResponse problems already do.
Adds a unit test for this change, and for the existing MultipleChoiceResponse
computed correctness capability.
2016-10-14 08:20:14 +10:30
muhammad-ammar
47280eddb6
support descriptons for multiple inputs group
...
TNL-5403
2016-10-06 17:36:04 -04: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
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
6ff762b63e
allow html inside label and descriptions
...
TNL-5557
2016-09-27 15:48:27 +05:00
Jesse Zoldak
3de366dcf9
Fix pylint errors
2016-09-24 06:53:26 -04:00
Jesse Zoldak
24ae284f34
Move helper methods from the capa tests module __init__ file
2016-09-23 13:21:49 -04:00
Jesse Zoldak
7242fe138b
Declare additional requirements for installing the capa module
2016-09-23 13:07:00 -04:00
cahrens
c7c8a4e500
Don't delete question p-tag if children.
...
TNL-5510
2016-09-14 09:45:24 -04:00
muhammad-ammar
d85cdcace2
update question tag extraction logic
2016-09-06 16:35:34 +05:00
Ehtesham
1b960e3e17
requiring codemirror compressed with all addons included
2016-09-02 21:40:20 +05:00
muhammad-ammar
f91583c24c
make responsetypes with multiple inputtypes accessible
2016-09-02 19:44:25 +05:00
muhammad-ammar
19cc68c8c3
make numerical and math expression input accessible
...
TNL-4973
2016-09-02 19:44:24 +05:00
Ehtesham
31be6fad43
make CAPA dropdown problems accessible
2016-09-02 19:44:24 +05:00
muhammad-ammar
e1a595d88a
make textinput accessible
...
TNL-4972
2016-09-02 19:44:23 +05:00
muhammad-ammar
7240b6256c
Associate descriptions with question text
...
TNL-5014
2016-09-02 19:44:22 +05:00
Ehtesham
3556f2a3ea
make CAPA problems (MultipleChoice and Checkboxes) accessible
2016-09-02 19:44:22 +05:00
muhammad-ammar
d14928cc61
separation based on responsetypes poc
...
FEDX-176
2016-09-02 19:44:22 +05:00
alisan617
6ed5b2e3fc
filter doinline escape string for inline css
2016-08-23 10:07:12 -04:00
alisan617
9a9db99720
trailing text positioning in num input type question TNL-4584
2016-08-10 18:55:27 -04:00
Brian Jacobel
163ff84699
Run eslint autofixer on /common
2016-08-08 15:59:18 -04:00
Ned Batchelder
76bc4fb98e
Fix 29 anomalous-backslash-in-string errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
8571ceabeb
Fix many wrong-assert-type errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Hamza Munir
3ad2f09233
tnl-4141 only whitespaces not allowed in answer and fixed the pep8 violation.
2016-06-30 14:34:31 +05:00
Jesse Zoldak
fcfacf22c8
Revert "TNL 4141"
2016-06-28 07:19:25 -04:00
Hamza Munir
8f329a70da
removed the check if it is a string
2016-06-27 14:41:05 +05:00
Hamza Munir
29864eeacf
TNL 4141
...
Problem was when we added a problem with
empty string as an answer it created the problem instead of throwing an excpetion
A test added to check that and exception is thrown when a problem is
being created with empty string as an answer.
A test is removed which used to test that problem should be graded incorrect if blank space is chosen as answer.
2016-06-22 16:57:04 +05:00
ssemenova
c1f793172f
change icon tags from i to span
...
TNL-4692
2016-06-07 10:52:00 -04:00
Akiva Leffert
9f5d46118d
Enable multi-device for FormulaResponse
...
We've already audited this for responsiveness. Just need to turn it on.
JIRA: https://openedx.atlassian.net/browse/MA-1809
2016-04-14 16:37:37 -04:00
Wouter de Vries
b90369a486
Added random seed to metadata that is sent to external grader
2016-03-24 11:53:50 +01:00
Ayub khan
b462e632ef
Merge pull request #11119 from Ayub-Khan/ayubkhan/TNL-767
...
Fix behaviour on empty response to problems
2016-03-02 13:28:06 +05:00
Adam Palay
c63dcf0dfe
render mathjax in svg by default (TNL-4145)
...
mathjax preview should be inline by default
2016-02-24 12:51:30 -05:00
Chris Rodriguez
9e0497dfab
Updating response status messaging
2016-02-09 08:16:20 -05:00
Martin Segado
a15388b20c
Allow python variable interpolation in CustomResponse 'expect' and 'answer' attributes
2016-01-20 15:11:51 -05:00
Syed Hassan Raza
e630fba9a7
Add accessible text
2016-01-13 14:13:56 +05:00
Ayub-Khan
dce5bbc039
fix TNL-767 When students click "check" without submitting an answer, our basic problem types respond in inconsistent ways.
2016-01-12 15:41:48 +05:00
Syed Hassan Raza
cfb761bf29
Indicator-container div apply to status
2016-01-12 15:03:03 +05:00
Sarina Canelake
96ddf544ff
Remove Pylint violations
2015-12-17 16:29:28 -05:00
Ned Batchelder
f5d0f3ff55
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Nimisha Asthagiri
0698076440
Transformer: StudentViewTransformer
2015-11-05 23:29:12 +00:00
Renzo Lucioni
2f0e663581
Use ugettext_noop instead of lambdas assigned to the underscore
...
Replaces instances of an old hack with the more clear ugettext_noop.
2015-11-04 09:17:18 -05:00