Age | Commit message (Collapse) | Author |
|
- Fix minor test case issues
|
|
|
|
|
|
|
|
compatibility
|
|
|
|
Regrade papers
|
|
Moved OUTPUT_DIR to settings.
Temporary directory path is fetched, and
accordingly output path is set.
Now, the outpath directory will always have a write permission.
|
|
Refactor stdio
|
|
|
|
|
|
|
|
'stdout only' cases
|
|
|
|
|
|
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
|