Name |
Last commit
|
Last update |
---|---|---|
.. | ||
test_files | ||
xmodule | ||
.coveragerc | ||
setup.py |
Python code can commonly contain characters that are invalid XML, such as '<' and '>'. This has proven to be a pain point for instructors implementing custom Python grading functions for their JSInput problems (see sample code below). This change creates a more robust template from which to make modifications. ```python # This is an XML syntax error, when not inside a CDATA section. if i < 0: print('negative') ```
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
test_files | Loading commit data... | |
xmodule | Loading commit data... | |
.coveragerc | Loading commit data... | |
setup.py | Loading commit data... |