| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| calc | ||
| capa | ||
| chem | ||
| sandbox-packages | ||
| symmath | ||
| xmodule | ||
| django_startup.py | ||
| extract_tar.py | ||
| html_to_text.py | ||
| logsettings.py | ||
| mail_utils.py | ||
| rooted_paths.py | ||
| supertrace.py | ||
| tempdir.py | ||
| test_generate.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 |
|---|---|---|
| .. | ||
| calc | Loading commit data... | |
| capa | Loading commit data... | |
| chem | Loading commit data... | |
| sandbox-packages | Loading commit data... | |
| symmath | Loading commit data... | |
| xmodule | Loading commit data... | |
| django_startup.py | Loading commit data... | |
| extract_tar.py | Loading commit data... | |
| html_to_text.py | Loading commit data... | |
| logsettings.py | Loading commit data... | |
| mail_utils.py | Loading commit data... | |
| rooted_paths.py | Loading commit data... | |
| supertrace.py | Loading commit data... | |
| tempdir.py | Loading commit data... | |
| test_generate.py | Loading commit data... |