Age | Commit message (Collapse) | Author |
|
- Tracebacks with more than 5 lines will not be shown.
- Remove unnecessary imports.
- PEP8 change.
|
|
|
|
|
|
|
|
|
|
for Python assertion
|
|
|
|
|
|
UI-modifications-phase-2
|
|
|
|
|
|
- Modify grade user html template to create readable variables for answer and error
|
|
- 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
|
|
|
|
- code_evaluator module and class renamed to grader
- Test cases fixed
- Comments removed
- weight variable renamed to mark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
partial grading
|
|
|
|
|
|
compatibility
|
|
|
|
|
|
|
|
|
|
|
|
- Fix minor views.py
- Fix minor errors caused due to conflict resolution, rebasing
- Fix errors in forms, views
- Minor Button label change in addquestion.html
- Add snippet to question
- Remove commented code
|
|
|
|
- compiled_output is set during setup
- python exec context renamed
- _compile_command deprecated
|
|
|
|
of test cases
|
|
- Change name from python_standard_evaluator to python_assertion_evaluator
|