summaryrefslogtreecommitdiff
path: root/grades
AgeCommit message (Collapse)Author
2021-02-01Change templates and modelsadityacp
- Remove unwanted model manager methods - Minor UI refactor for course and question interface
2020-09-25Add TinyMCE, fix minor progressbar issuesCruiseDevice
2020-04-30Merge branch 'master' into APIPalaparthy Adityachandra
2020-03-30Fix ImproperlyConfigured URL issueCruiseDevice
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-05Change in decorators, tests, travisadityacp
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated
2020-03-04Change settingsadityacp
- Add messages in grading systems page - Add password validator in settings - Fix naming in templates
2020-02-28Bump django to the latest versionadityacp
2020-02-19Fix pep style and add test case in test_modelsadityacp
2020-02-12Fix views testsadityacp
2020-02-11Change templates, urls, viewsadityacp
- Remove separate tab for allotted courses in moderator dashboard - Remove separate tab for enrolled courses in student dashboard - Increase pagination items for courses - Remove view function for allotted courses
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Show the grading ranges in a single lineadityacp
2020-01-02Change UI in add grades templateadityacp
2018-06-07Pep8 changesadityacp
2018-04-02Upgrade Django from 1.9.5 to Django 1.10ankitjavalkar
- Change render_to_response usage to render
2018-03-21Move Grading systems from navbar to Courses sidebaradityacp
2018-03-21Add basic UI for grading systemadityacp
2018-03-21Change default grading system behaviourprathamesh
Cannot edit default system. Code as per PEP8 standards. Updates grade after regrade or manual grading Field change from total marks to percentage Removed unused fields from grades app
2018-03-21Treat grades/tests as python package directoryprathamesh
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.