Daniel Clemente Laboreo
6d3f8150db
Implement generate_report_data for capa problems
2018-05-24 22:09:58 +03:00
Jeremy Bowman
9477ad23d1
TE-2528 Upgrade testing dependencies
2018-04-25 16:37:29 -04:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
Jeremy Bowman
9ca9aa44c6
PLAT-2060 Use pip-tools to manage requirements files (take 2)
...
This reverts commit a7fa0c211d .
2018-04-12 17:22:48 -04:00
Feanil Patel
a7fa0c211d
Revert "PLAT-2060 Use pip-tools to manage requirements files"
2018-04-10 12:54:41 -04:00
Jeremy Bowman
432347b881
PLAT-2060 Use pip-tools to manage requirements files
2018-04-09 17:07:02 -04:00
Peter Pinch
ed90c80cca
catch mismatched parens
2018-02-27 23:20:57 -05:00
Jeremy Bowman
4cdff4518f
Merge pull request #17425 from edx/jmbowman/PLAT-1949
...
PLAT-1949 Less cluttered management command output
2018-02-07 16:26:39 -05:00
Jeremy Bowman
88cb9f8c77
PLAT-1949 Less cluttered management command output
2018-02-07 13:44:08 -05:00
bmedx
6a22de454f
Upgrade NLTK to 3.2.5, fixup usage and tests
2018-02-07 10:42:23 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Jeremy Bowman
d3d6272d8f
PLAT-1873 to_deprecated_string() cleanup part 1
2018-01-08 13:51:42 -05:00
Jeremy Bowman
65472399df
PLAT-1861 Upgrade to pyfilesystem2
2017-12-22 14:44:24 -05:00
Sofiya Semenova
b159c2712e
Merge pull request #16864 from edx/sofiya/symmath
...
Educator-1879 Symmath fails to initialize because of requests library
2017-12-13 10:18:44 -05:00
Ned Batchelder
3d49d80b58
Fix safe_lxml. SEC-338
...
The imports were sorted in May, which broke the monkeypatching in
safe_lxml. I added two tests that the XML parsers are properly patched,
but they didn't pass until I added the monkeypatching to the start of
the test runs. Once that was done, some tests failed because they
relied on specific details of how empty elements are represented. Those
tests are now fixed.
2017-12-12 16:13:47 -05:00
Sofiya Semenova
8030f82e1c
Ed-1879 Remove requests import in symmath
2017-12-12 15:57:42 -05:00
Jeremy Bowman
fdc50c3aa8
PLAT-1419 Make edxmako a proper template backend
2017-12-01 17:01:52 -05:00
David Ormsbee
94614db46e
CoffeeScript tests migration: Remove implicit returns
2017-11-22 15:39:50 -05:00
David Ormsbee
0880502f26
CoffeeScript tests migration: Decaffeinate files
...
This is running decaffeinate, with no additional cleanup.
2017-11-22 15:39:50 -05:00
David Ormsbee
5c64da2f63
CoffeeScript tests migration: Rename files
...
Step 1 in our migration steps is to rename the CoffeeScript files to
the JS files they will be replaced with, so that we can preserve file
history.
2017-11-22 15:39:50 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
ayub-khan
e0d96abf1c
Minor Code Refactor
...
LEARNER-2653
Jenkins translation job pybabel process
was not able to interpret this line
and causing syntax error.
2017-11-13 18:00:00 +05:00
John Eskew
4de2ad4c25
Upgrade lxml to use pre-built pkg - no longer requires Cython.
2017-09-25 10:33:15 -04:00
Jeremy Bowman
0d7806e0cd
Fix tests that depend on execution order
2017-08-29 11:08:47 -04:00
cahrens
4e3ed8b5c6
Restore more specific error messages.
...
EDUCATOR-929
2017-07-18 15:21:00 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Albert (AJ) St. Aubin
185bac1837
Merge pull request #15012 from edx/aj/EDUCATOR-60
...
Updated the message and style of the status notification when a user …
2017-05-03 13:29:03 -04:00
Albert St. Aubin
d9b8d51dab
Updated the message and style of the status notification when a user enters text into numerical input
2017-05-03 11:50:40 -04:00
J. Cliff Dyer
ea0027f338
refactor CAPA to use scorable xblock mixin
...
for TNL-6594
2017-05-01 15:08:17 -04:00
Jillian Vogel
f18a2be837
Implement optional hiding of capa assessment results
2017-04-13 15:52:57 -07:00
uzairr
d117222f7c
Add timeout in request to xqueue
2017-03-17 10:23:20 +00:00
Ned Batchelder
1ea92aa2d5
Prevent OpenBLAS from spawning worker threads. TNL-6456
...
The RLIMIT_NPROC limit is per-user so simultaneous student submissions
pile up and overflow the limit. Setting this environment variable will
prevent spawning any threads (the 1 means only have one threads, the
already existing main thread).
2017-02-22 16:39:51 -05:00
Jeff LaJoie
1c0a60ebc4
TNL-6095: adds trailing_text id and adds to describedby_html, updates tests
2017-01-10 10:27:59 -05:00
cahrens
ed614448e4
Cleanup of status.
...
Also remove unused empty jsinput_css.css.
2017-01-05 16:09:23 -05:00
cahrens
77be91baf9
Related to javascriptresponse, which was already deleted.
...
I missed these files the first time around.
2017-01-05 16:09:22 -05:00
Adam Palay
c4c5a8e8a9
Revert "tnl-4141 only whitespaces not allowed in answer and fixed the pep8 violation."
...
This reverts commit 3ad2f09233 .
2016-12-20 13:34:28 -05:00
cahrens
156b43ec0f
Allow passing through title to iFrame.
...
Also changes section to div.
TNL-6044
2016-12-05 12:53:57 -05:00
Christina Roberts
81ff20c029
Merge pull request #14080 from edx/christina/delete-javascriptinput
...
Delete javascriptinput and javascriptresponse.
2016-12-01 11:02:25 -05:00
cahrens
a949efc6b5
Delete javascriptinput and javascriptresponse.
...
TNL-6034
2016-12-01 09:14:04 -05:00
Nimisha Asthagiri
aca69f78f2
Update Subsection Grade Report to differentiate Not Attempted and 0
...
TNL-5990
2016-11-30 12:36:26 -05:00
Nimisha Asthagiri
562aeee0ba
Fix CAPA's max_score computation
2016-11-28 07:51:03 -05:00
Nimisha Asthagiri
f1f5a8f12f
Optimize max_score by moving from XModule to Descriptor
...
TNL-5939
2016-11-17 09:17:59 -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
muzaffaryousaf
6b954efabd
Changing form to div for CAPA problem types.
...
TNL-5402
2016-11-08 14:47:30 +05:00
Albert St. Aubin
be0e0b8eec
Updates to correct a11y issues with CodeMirror
...
TNL-5281
2016-11-04 09:25:15 -04:00
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