Age | Commit message (Collapse) | Author |
|
Added side navigation bar.
Edit and view Profile base template set properly.
Added a tab "Enrolled Courses" for students to only view the courses
they are enrolled in.
|
|
Looks better in small devices as well.
|
|
Fixed get_test_cases method
|
|
Modify Evaluators to take moderator code as test case instead of files
|
|
|
|
|
|
|
|
Prettify Error rendering during code questions and grading page
|
|
|
|
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 refactoring
|
|
- code_evaluator module and class renamed to grader
- Test cases fixed
- Comments removed
- weight variable renamed to mark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Question form interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Quiz instructions editable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|