Age | Commit message (Collapse) | Author |
|
|
|
|
|
Date time picker and python assertion exception fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
student-interface
Resolved
Conflicts:
yaksh/templates/yaksh/question.html
Added testarea back for now.
|
|
|
|
|
|
Student test interface improved.
Made time-left component fixed at the top
Reset button for code question shifted inside the editor panel.
Reduced the empty space at the top and few improvement in look and feel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|