Age | Commit message (Collapse) | Author |
|
|
|
While testing regrade method for code questions, code server needs to
serve.
|
|
|
|
regrade_papers
Resolved
Conflicts:
yaksh/models.py
yaksh/test_models.py
yaksh/urls.py
yaksh/views.py
|
|
A question can be regraded for a given quiz.
Whole quiz can be regraded. Particular user paper can be regraded.
Moved validate_answer from views to models.
regrade method also updates the answer i.e. marks and correctness.
Also, the answer paper percentage is updated.
|
|
Selenium test with qdemo
|
|
|
|
|
|
|
|
|
|
- Add to travis
|
|
|
|
Create course fixtures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python assertion bug fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|