Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-21 | Show student grade in course status page | adityacp | |
2018-03-21 | Add Tests for CourseStatus methods | prathamesh | |
2018-03-21 | Change default grading system behaviour | prathamesh | |
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-21 | Add weightage for Quiz and Create Grading System App | prathamesh | |
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-03-21 | Add condition to get quiz status if answerpaper is created | adityacp | |
2018-03-20 | Fix models test case | adityacp | |
2018-03-16 | TestCaseOrder created only mcc/mcq questions | mahesh | |
2018-03-16 | Add shuffle_testcases to QuestionPaper model instead of Question | mahesh | |
2018-03-16 | Improve test cases for TestCaseOrder model | mahesh | |
2018-03-16 | Change TestcaseOrder to TestCaseOrder | mahesh | |
2018-03-16 | Disable/enable shuffle testcase option based on question type | mahesh | |
2018-03-16 | Add test cases for shuffle testcase | mahesh | |
2018-03-16 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-16 | Remove lists from variable name | maheshgudi | |
2018-03-16 | Change question type name to Arrange in correct order | mahesh | |
2018-03-16 | Change custom filter function to get_answer_for_arrange_options | mahesh | |
2018-03-16 | Improve test cases for arrange question type | mahesh | |
2018-03-16 | Add testcases for custom templatetag filters | mahesh | |
2018-03-16 | Arrange options according to last submitted answer if any | mahesh | |
2018-03-16 | Add test cases for Arrange question type | mahesh | |
2018-03-16 | Add arrange options type question in answerpaper htmls | maheshgudi | |
2018-03-16 | Include Rebase changes from shuffle testcases | maheshgudi | |
2018-03-16 | Add jumble question type | mahesh | |
2018-03-16 | Improve test cases for TestCaseOrder model | mahesh | |
2018-03-16 | TestCaseOrder created only mcc/mcq questions | mahesh | |
2018-03-16 | Add shuffle_testcases to QuestionPaper model instead of Question | mahesh | |
2018-03-16 | Improve test cases for TestCaseOrder model | mahesh | |
2018-03-16 | Change TestcaseOrder to TestCaseOrder | mahesh | |
2018-03-16 | Disable/enable shuffle testcase option based on question type | mahesh | |
2018-03-16 | Add test cases for shuffle testcase | mahesh | |
2018-03-16 | Add test case order in view_answerpaper | mahesh | |
2018-03-16 | Add shuffle testcases option to questions | mahesh | |
2018-03-14 | Add one command to create moderator group and add users to the group | ankitjavalkar | |
2018-03-08 | Change model method name in course model | adityacp | |
2018-03-08 | Add additional points for topics | adityacp | |
2018-03-08 | Allow to search the questions in design question paper | adityacp | |
2018-03-07 | Multiple fixes: | ankitjavalkar | |
- Add views test cases in test_views.py - Add minutes unit to preview_questionpaper template - Add error handling in views when random user accesses questionpaper | |||
2018-03-06 | Add view button to preview the questionpaper | ankitjavalkar | |
2018-03-06 | Remove conflict related residual comment | ankitjavalkar | |
2018-03-06 | - Change function names and urls to 'preview_questionpaper' | ankitjavalkar | |
- Add snippet to the questionpaper preview | |||
2018-03-06 | Add a view to preview and download questionpapers | ankitjavalkar | |
2018-03-05 | Add an else statement instead of continue keyword | ankitjavalkar | |
2018-03-05 | Add a management command to add users to moderator group | ankitjavalkar | |
2018-02-28 | Change forms.py, models.py, test_models.py and templates | adityacp | |
- Add help text for timezone field in user registration form - Add new method in course model to get days remaining to start a course - Show start time and end time of a course to the students - Disallow to enroll to a course which is not active - Add model test for the new course method | |||
2018-02-27 | Change in models.py, views.py, urls.py, test_views.py, courses.html | adityacp | |
- Allow only deep cloning of a course - Remove tests for shallow course clone | |||
2018-02-27 | Change documentation for courses, modules and quizzes | adityacp | |
2018-02-22 | Change templates, test_views.py, urls.py, views.py | adityacp | |
- Change copy_type to shallow and deep | |||
2018-02-22 | Change version and copyright year | adityacp | |
2018-02-22 | Change in rst | adityacp | |
- Add new documentation according to latest changes - Change existing documentation - Add production deployment in installation section |