Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-22 | Resolve conflicts and update to latest changes | adityacp | |
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran | |
Preview QuestionPaper as an HTML | |||
2018-03-21 | Merge pull request #455 from ankitjavalkar/deprecate-cmd | Prabhu Ramachandran | |
Deprecate multiple management commands | |||
2018-03-21 | Update CHANGELOG | ankitjavalkar | |
2018-03-21 | Deprecate multiple management commands | ankitjavalkar | |
- dump_user_data deprecated - load_exam deprecated - load_question_xml deprecated - results2csv deprecated | |||
2018-03-21 | Merge pull request #452 from ankitjavalkar/change-mgmt-command | Prabhu Ramachandran | |
Add a management command to add users to moderator group | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran | |
Fix clone course | |||
2018-03-21 | Merge pull request #448 from adityacp/update_docs | Prabhu Ramachandran | |
Update documentation | |||
2018-03-21 | Merge pull request #429 from maheshgudi/shuffle_testcases | Prabhu Ramachandran | |
Shuffle testcases | |||
2018-03-21 | Move Grading systems from navbar to Courses sidebar | adityacp | |
2018-03-21 | Show student grade in course status page | adityacp | |
2018-03-21 | Add basic UI for grading system | 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 | Treat grades/tests as python package directory | prathamesh | |
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-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 | Merge pull request #457 from maheshgudi/travis_fix | King | |
Specify tornado version to 4.5.3 | |||
2018-03-16 | Specify tornado version to 4.5.3 | maheshgudi | |
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-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 | Update CHANGELOG | 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 | |||
2018-02-22 | Add new images and change exisiting images as per latest design | adityacp | |
2018-02-20 | Update to latest changes | adityacp | |
2018-02-20 | Merge pull request #444 from adityacp/fix_readme | Mahesh Gudi | |
Fix README.rst | |||
2018-02-20 | Add additional tests for clone course | adityacp | |
2018-02-20 | Change in complete.html and courses.html | adityacp | |
- Remove message from complete.html - Add/Change link for clone course |