Age | Commit message (Collapse) | Author |
|
|
|
Removed css redundancy.
Removed unwanted css.
Included css and js imports in base template.
Upgraded jquery to v1.9 for now.
|
|
It was possible that some collapse have the same href.
So if we click on any one group with the same href then only the
first collapse div would collapse.
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
'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.
|
|
|
|
|
|
|
|
|
|
- Add to travis
|
|
|
|
Create course fixtures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|