summaryrefslogtreecommitdiff
path: root/yaksh/templates/manage.html
AgeCommit message (Collapse)Author
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-28Add Switch To buttons in main menu and minor UI changesankitjavalkar
2018-09-26Change templates with new UIShelsy
2018-06-26Changes in template, templatetags and static filesadityacp
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly
2018-03-21Move Grading systems from navbar to Courses sidebaradityacp
2018-03-21Add weightage for Quiz and Create Grading System Appprathamesh
App Name: grades Grading System provides with the grade for a given value. It contains different grade ranges. Has its own default grading system. Allows you to modify and add grading system wth grade ranges. To be done: - Need to add README - Good UI - There are fields like can_be_used and order in models for future use. - More tests App name: Yaksh Now every quiz has a default weightage of 100%, can be changed. An aggregate is calculated for a given course. Using grades app a grade is provide to the aggregate value.
2018-01-02Changes in views, models, templates and jsadityacp
- Rename learning_type to type in Lesson model - Change error message in views and change redirection - Change templates to rename learning_type to type for unit - Add new dialog for embedding Video URL
2018-01-02Update to latest changesadityacp
2017-12-29Include updted logo on navbarmaheshgudi
2017-12-24Modify Moderator side UImahesh
- Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page
2017-09-19Fixes change password feature for moderators.maheshgudi
2017-02-21Add a new view for logoutankitjavalkar
2017-01-04Student UI modification.prathamesh
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.
2017-01-03navbar display was not proper in small devices. modified navabar.prathamesh
Looks better in small devices as well.
2016-10-26Migration from bootstrap 1.4 to bootstrap 3.3prathamesh
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
2016-09-23Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
regrade_papers Resolved Conflicts: yaksh/models.py yaksh/test_models.py yaksh/urls.py yaksh/views.py
2016-09-23Regrade Featureprathamesh
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.
2016-09-21changed func name from create_demo_que_ppr to create_demo_quiz_paperadityacp
2016-09-20changed manage and courses templateadityacp
2016-09-08changed input name in html from delete_quiz to delete_papermaheshgudi
2016-09-07only answerpapers are deleted and not the entire trial quizmaheshgudi
2016-09-06users and not course creator will see their own trial papersmaheshgudi
2016-08-25Students can view their submission i.e. answer paperprathamesh
A simple interface for students to view their answerpaper. Moderator has an option where he can allow to students to view their answerpaper.
2016-07-05moderator can now select and delete trial papersmaheshgudi
2016-04-22added jquery file in base.html and manage.htmladityacp
2016-04-18changes for profile editadityacp
2016-04-15EditProfile, ChangePassword, StudentsEnrollment facilityadityacp
2016-03-02Course module implementedprathamesh
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course.
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar