Age | Commit message (Collapse) | Author |
|
Minor view changes
|
|
|
|
|
|
from create_demo_course
|
|
textfield.
|
|
|
|
|
|
Moderator can now download the csv dump of the performance of students in each quiz (best attempt of the quiz) for a course.
|
|
Hook evaluator
|
|
Fix management commands
|
|
1. Due to the new evaluator, an unchecked bug, which marked all mcq and mcc attempts as correct, despite actually marking the wrong answer, has been fixed.
2. Added Test case to check for incorrect mcq and mcc questions
3. question.html would also render error msg for mcq and mcc questions. This has also been fixed.
|
|
|
|
|
|
|
|
|
|
|
|
Update docs and fix minor issues
|
|
|
|
|
|
|
|
|
|
|
|
not fetched from a file
|
|
|
|
|
|
Fixed get_test_cases method
|
|
|
|
|
|
classes.
|
|
|
|
- Modify grade user html template to create readable variables for answer and error
|
|
- Question should skip to new question with new error rendering
- Fix test cases
Fix change_dir context manager in grader
|
|
- 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
|
|
|
|
|
|
|
|
Question form interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
partial grading
|
|
|
|
|