Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation
and testcase compilation errors respectively.
- Add test case for C/C++ and Java
|
|
|
|
|
|
|
|
|
|
- Add try except in grader to get exceptions for python stdio and python assertion evaluation
- Add additional tests
- Add condition in request handler to avoid error if codemirror is not instantiated
|
|
|
|
- Pep8 changes
- Add assertion test using nose tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Answerpaper method validate_validate takes server port as an argument.
- Added tests for all question types
|
|
|
|
|
|
answerpaper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for Python assertion
|
|
|
|
|
|
|
|
|
|
Hook evaluator
|
|
|
|
|
|
|
|
|
|
|
|
- Error are sent as list
- Error are None if answer is fully correct
- Error is rendered as in grade user and code questions as neat CSS divs
- Fix corresponding test cases
- Fix get_question answers in models.py
|