Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Gradeuser and monitor beautification
|
|
admin can delete answerpaper
|
|
in grade_user.html
|
|
|
|
|
|
|
|
|
|
Fix quiz templates
|
|
|
|
Test modes bug fixes
|
|
|
|
students can view questions in view answerpaper
|
|
added add quiz button to each course
|
|
|
|
|
|
|
|
function and courses template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stdin stdout evaluators
|
|
|
|
|
|
|
|
|
|
View answerpaper
|
|
|
|
|
|
view_answerpaper
Resolved
Conflicts:
yaksh/views.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug fixes
|
|
made UI changes to courses page and teacher can add another teacher
|
|
Add docker deployment to documentation
|
|
|
|
Removed javascript that makes user wait for 2 seconds when the code
question is correct. All the other html elements are accessible by user
during the wait. This also caused the duplicate save during the wait, as
they can skip at that point and the answer is saved again.
Added a check that if question is already answered then do not save it.
This also resolves the monitor(use data) page problem of showing marks
obtained zero even when it is correct.
Removed skipped answers from the monitor page.
|