summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2018-04-06Fix a bug that allows answer to be true if there are no test cases to a code ↵maheshgudi
question
2018-03-23Add migrations for release 0.8adityacp
2018-03-22Merge branch 'master' into GradesPrabhu Ramachandran
2018-03-22Resolve conflicts and update to latest changesadityacp
2018-03-21Merge branch 'master' of https://github.com/fossee/online_test into ↵maheshgudi
arrange_options
2018-03-21Rebase changes for shuffle testcasemaheshgudi
2018-03-21Merge pull request #456 from ankitjavalkar/preview-qpPrabhu Ramachandran
Preview QuestionPaper as an HTML
2018-03-21Deprecate multiple management commandsankitjavalkar
- dump_user_data deprecated - load_exam deprecated - load_question_xml deprecated - results2csv deprecated
2018-03-21Merge pull request #452 from ankitjavalkar/change-mgmt-commandPrabhu Ramachandran
Add a management command to add users to moderator group
2018-03-21Merge pull request #450 from adityacp/change_student_dashboardPrabhu Ramachandran
Student Dashboard Changes
2018-03-21Merge pull request #446 from adityacp/fix_clone_coursePrabhu Ramachandran
Fix clone course
2018-03-21Merge pull request #448 from adityacp/update_docsPrabhu Ramachandran
Update documentation
2018-03-21Move Grading systems from navbar to Courses sidebaradityacp
2018-03-21Show student grade in course status pageadityacp
2018-03-21Add Tests for CourseStatus methodsprathamesh
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-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-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-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