summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-14Add recipients to BCC field in send_bulk_mail functionankitjavalkar
2018-04-06Merge pull request #472 from maheshgudi/fix_no_testcase_bugPrabhu Ramachandran
Correct answer for no test cases bug fix.
2018-04-06Add test cases to check if code passes without testcasesmaheshgudi
2018-04-06Fix a bug that allows answer to be true if there are no test cases to a code ↵maheshgudi
question
2018-03-23Merge pull request #467 from adityacp/change_setup_cfgv0.8.0Palaparthy Adityachandra
Change README.md to README.rst in setup.cfg
2018-03-23Change README.md to README.rst in setup.cfgadityacp
2018-03-23Merge pull request #465 from FOSSEE/release-0.8Prabhu Ramachandran
Release 0.8
2018-03-23Change production readme rst fileadityacp
2018-03-23Add migrations for release 0.8adityacp
2018-03-23Update files for release 0.8adityacp
2018-03-23Merge https://github.com/fossee/online_test into release-0.8adityacp
2018-03-22Merge pull request #438 from prathamesh920/GradesPrabhu Ramachandran
Grades
2018-03-22Merge branch 'master' into GradesPrabhu Ramachandran
2018-03-22Merge pull request #434 from maheshgudi/arrange_optionsPrabhu Ramachandran
Arrange options question type
2018-03-22Update changelog for release 0.8adityacp
2018-03-22Add changes wrt v0.8 to the changelog.txt filemaheshgudi
2018-03-22Resolve conflicts and update to latest changesadityacp
2018-03-22Update CHANGELOGankitjavalkar
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-21Merge pull request #455 from ankitjavalkar/deprecate-cmdPrabhu Ramachandran
Deprecate multiple management commands
2018-03-21Update CHANGELOGankitjavalkar
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-21Merge pull request #429 from maheshgudi/shuffle_testcasesPrabhu Ramachandran
Shuffle testcases
2018-03-21Move Grading systems from navbar to Courses sidebaradityacp
2018-03-21Show student grade in course status pageadityacp
2018-03-21Add basic UI for grading systemadityacp
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-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.
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