summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-22Resolve conflicts and update to latest changesadityacp
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-16Merge pull request #457 from maheshgudi/travis_fixKing
Specify tornado version to 4.5.3
2018-03-16Specify tornado version to 4.5.3maheshgudi
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
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-05Update CHANGELOGankitjavalkar
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-20Merge pull request #444 from adityacp/fix_readmeMahesh Gudi
Fix README.rst
2018-02-20Add additional tests for clone courseadityacp
2018-02-20Change in complete.html and courses.htmladityacp
- Remove message from complete.html - Add/Change link for clone course