Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Remove all alerts and add toast messages
- Accept user submissions for the lesson quiz and evaluate
- Initial lesson statistics
|
|
|
|
|
|
- Replace manual django url pattern in course progress and course js
- Add overflow horizontal scroll in quiz side bar
- Use bootstrap input text style in quiz
|
|
|
|
|
|
|
|
- Remove bootstrap-tabs.js
- Minor UI changes in some templates
|
|
- Fix indentation
- Add proper corresponding closing <div> tags
- Add closing <span> tags
- Minor changes in inconsistent HTML tags and commented HTML code
|
|
|
|
templates
|
|
|
|
- Add yaksh_logo to navbar
- Add yaksh_text image on login page
- Modify footer bar
- Remove fron sidebar and add on navbar
|
|
|
|
|
|
|
|
Removed snippet append in the check view as snippet is not posted in
request.
Added an overlay when an user submits a code, with a status text on it.
This is to block user from triggering any other event when JS is
running. Overlay disappears when JS complete its execution.
On time out a request is posted via JS, it receives a JSON response but
cannot display user the error as time is over. So in such case, the
django itself handles the result and does not return JSONv response.
|
|
|
|
Added side navigation bar.
Edit and view Profile base template set properly.
Added a tab "Enrolled Courses" for students to only view the courses
they are enrolled in.
|
|
Looks better in small devices as well.
|
|
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.
|
|
Removed css redundancy.
Removed unwanted css.
Included css and js imports in base template.
Upgraded jquery to v1.9 for now.
|
|
A simple interface for students to view their answerpaper.
Moderator has an option where he can allow to students to view their
answerpaper.
|
|
|
|
|
|
|
|
remove older change
Remove further changes
interface changes
interface changes
small views.py change
change in code evaluator
code evaluator changes
python code evaluator change
exception changes in code evaluator and test cases for python
Update test_python_evaluation.py
changed variable name in test case
Views.py conflict resolve
|
|
|