Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran | |
2018-03-22 | Resolve conflicts and update to latest changes | adityacp | |
2018-03-21 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | maheshgudi | |
arrange_options | |||
2018-03-21 | Rebase changes for shuffle testcase | maheshgudi | |
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 | Show student grade in course status page | adityacp | |
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 | 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-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 | Add shuffle testcases option to questions | mahesh | |
2018-03-16 | Remove lists from variable name | maheshgudi | |
2018-03-16 | Change question type name to Arrange in correct order | mahesh | |
2018-03-16 | Change custom filter function to get_answer_for_arrange_options | mahesh | |
2018-03-16 | Add testcases for custom templatetag filters | mahesh | |
2018-03-16 | Add test cases for Arrange question type | mahesh | |
2018-03-16 | Add jumble question type | mahesh | |
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 | Add shuffle testcases option to questions | mahesh | |
2018-03-08 | Change model method name in course model | adityacp | |
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-20 | Update to latest changes | adityacp | |
2018-02-20 | Change in models.py, views.py and ursl.py | adityacp | |
- Change urls to take two types of course clone - Change view duplicate_course to copy or clone depending on type - Change view function prof_manage to avoid error while deleting trial answerpapers - Add new model methods for course, module, unit, lesson and quiz to create copies | |||
2018-02-15 | Merge pull request #436 from adityacp/fixes_lesson_feature | Prabhu Ramachandran | |
Additions and fixes for lesson feature | |||
2018-02-15 | Merge pull request #430 from maheshgudi/multiple_answerpaper | Prabhu Ramachandran | |
Fix multiple Answerpaper objects returned error | |||
2018-02-15 | Merge pull request #417 from ankitjavalkar/time-between-attempts | Prabhu Ramachandran | |
Change time_between_attempts field unit Hours | |||
2018-02-15 | Change in models, test_models and views | adityacp | |
- Change learning module test to remove units from course status after successful test run - Remove unnecessary comments from views - Remove unnecessary condition from module get_status method | |||
2018-02-08 | Change in forms.py, views.py and models.py | adityacp | |
- Add new attribute active in lesson and learningmodule model - Change learningmodule get_status method - Add condition in lesson, quiz and module views to check if module is active or not | |||
2018-02-07 | Add course as a unique constraint | mahesh | |
2018-01-30 | Add test cases to check for duplicate answerpapers | mahesh | |
2018-01-30 | Fix bug in make_answerpaper | mahesh | |
2018-01-18 | Update to latest changes from master | adityacp | |
2018-01-18 | Change in views.py and models.py | adityacp | |
- Fetch all the answerpapers using questionpaper and course instead of only questionpaper | |||
2018-01-14 | Change in models.py, course.js and course_detail.html | adityacp | |
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html | |||
2018-01-12 | Add views and models tests for course status | adityacp | |
2018-01-12 | Change in models.py, views.py and urls.py | adityacp | |
- Add new model methods to calculate percent of module and course completion - Add new view function for displaying course status - Add new url to redirect to course status | |||
2018-01-11 | - Change time_between_attempts field unit Hours | ankitjavalkar | |
- Fix bug causing exception when only a single quiz exists with no questionpaper | |||
2018-01-08 | Merge pull request #416 from adityacp/enhance_yaksh_ui | Prabhu Ramachandran | |
Enhance yaksh design | |||
2018-01-08 | Change in models.py and views.py | adityacp | |
- Add new model method for course to check last unit and get next module - Change views to allow student to redirect to next module | |||
2018-01-08 | Add instructions for demo quiz | maheshgudi | |
2018-01-04 | Replace hardcoded codeserver URL in regrade method within models | ankitjavalkar | |
2018-01-04 | Fix bug to allow tests to run successfully | ankitjavalkar | |
2018-01-04 | - Add python-decouple package to requirements | ankitjavalkar | |
- Use sane defaults and python-decouple in yaksh.settings module - Replace hard coded localhost domain name referring to code server with dynamic settings variable |