Age | Commit message (Collapse) | Author |
|
partial grading
|
|
|
|
|
|
|
|
|
|
UI modifications Level 1
|
|
Add views test for add_course view
|
|
|
|
UI-modifications
Resolved
Conflicts:
yaksh/templates/manage.html
yaksh/templates/yaksh/design_questionpaper.html
|
|
|
|
|
|
Fixed output directory creation
|
|
Removed css redundancy.
Removed unwanted css.
Included css and js imports in base template.
Upgraded jquery to v1.9 for now.
|
|
|
|
|
|
|
|
Fix Questions zip extract files
|
|
Hide questions instead of deletion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Edit questionpaper
|
|
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.
|
|
|
|
edit_questionpaper
Resolved
Conflicts:
yaksh/views.py
|
|
Can edit question paper.
For creating new and editing existing question paper, same UI and view is used.
Ajax previously used for creation is removed. Not necessary as post
request handles the same.
Removed unnecessary js.
|
|
Migration Python 2 to 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|