summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
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-03-21Add condition to get quiz status if answerpaper is createdadityacp
2018-03-20Fix models test caseadityacp
2018-03-16TestCaseOrder created only mcc/mcq questionsmahesh
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-03-16Improve test cases for TestCaseOrder modelmahesh
2018-03-16Change TestcaseOrder to TestCaseOrdermahesh
2018-03-16Disable/enable shuffle testcase option based on question typemahesh
2018-03-16Add test cases for shuffle testcasemahesh
2018-03-16Add test case order in view_answerpapermahesh
2018-03-16Add shuffle testcases option to questionsmahesh
2018-03-16Remove lists from variable namemaheshgudi
2018-03-16Change question type name to Arrange in correct ordermahesh
2018-03-16Change custom filter function to get_answer_for_arrange_optionsmahesh
2018-03-16Improve test cases for arrange question typemahesh
2018-03-16Add testcases for custom templatetag filtersmahesh
2018-03-16Arrange options according to last submitted answer if anymahesh
2018-03-16Add test cases for Arrange question typemahesh
2018-03-16Add arrange options type question in answerpaper htmlsmaheshgudi
2018-03-16Include Rebase changes from shuffle testcasesmaheshgudi
2018-03-16Add jumble question typemahesh
2018-03-16Improve test cases for TestCaseOrder modelmahesh
2018-03-16TestCaseOrder created only mcc/mcq questionsmahesh
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-03-16Improve test cases for TestCaseOrder modelmahesh
2018-03-16Change TestcaseOrder to TestCaseOrdermahesh
2018-03-16Disable/enable shuffle testcase option based on question typemahesh
2018-03-16Add test cases for shuffle testcasemahesh
2018-03-16Add test case order in view_answerpapermahesh
2018-03-16Add shuffle testcases option to questionsmahesh
2018-03-14Add one command to create moderator group and add users to the groupankitjavalkar
2018-03-08Change model method name in course modeladityacp
2018-03-08Add additional points for topicsadityacp
2018-03-08Allow to search the questions in design question paperadityacp
2018-03-07Multiple 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-06Add view button to preview the questionpaperankitjavalkar
2018-03-06Remove conflict related residual commentankitjavalkar
2018-03-06- Change function names and urls to 'preview_questionpaper'ankitjavalkar
- Add snippet to the questionpaper preview
2018-03-06Add a view to preview and download questionpapersankitjavalkar
2018-03-05Add an else statement instead of continue keywordankitjavalkar
2018-03-05Add a management command to add users to moderator groupankitjavalkar
2018-02-28Change forms.py, models.py, test_models.py and templatesadityacp
- 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-27Change in models.py, views.py, urls.py, test_views.py, courses.htmladityacp
- Allow only deep cloning of a course - Remove tests for shallow course clone
2018-02-27Change documentation for courses, modules and quizzesadityacp
2018-02-22Change templates, test_views.py, urls.py, views.pyadityacp
- Change copy_type to shallow and deep
2018-02-22Change version and copyright yearadityacp
2018-02-22Change in rstadityacp
- Add new documentation according to latest changes - Change existing documentation - Add production deployment in installation section
2018-02-22Add new images and change exisiting images as per latest designadityacp
2018-02-20Update to latest changesadityacp
2018-02-20Add additional tests for clone courseadityacp