Age | Commit message (Expand) | Author |
2019-02-18 | Remove the duplicate condition to check if user is quiz creator in preview_qu... | CruiseDevice |
2019-02-18 | Add Preview Question Paper button in add_quiz template | CruiseDevice |
2019-02-18 | Add Preview QuestionPaper button in Quiz view page | CruiseDevice |
2019-01-28 | Fix PEP8 errors in views.py | CruiseDevice |
2019-01-28 | Remove unused variables and imports | CruiseDevice |
2019-01-28 | Code refactor and resolves requested changes. | CruiseDevice |
2019-01-28 | Code refactor | CruiseDevice |
2019-01-28 | Fix #525 | CruiseDevice |
2019-01-14 | Fix PEP8 issue - Line more than 80 columns in views.py | ankitjavalkar |
2019-01-14 | Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacher | ankitjavalkar |
2018-09-28 | Fix errors and test cases | ankitjavalkar |
2018-09-26 | Add templatetag to get question numbers by type | Shelsy |
2018-07-31 | Merge pull request #519 from kumanna/master | King |
2018-07-31 | Fix spelling error: choosen to chosen | Kumar Appaiah |
2018-07-20 | Raise 404 error if course and question paper are not available | adityacp |
2018-07-20 | Make course_id compulsory argument in download_assignment_file view function ... | adityacp |
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp |
2018-07-13 | Fix tests | ankitjavalkar |
2018-07-13 | - Add buttons to Moderator and Student templates | ankitjavalkar |
2018-07-13 | Allow moderator to switch between student and moderator roles | ankitjavalkar |
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King |
2018-07-12 | Merge pull request #487 from adityacp/video_lessons_download | King |
2018-07-10 | Can directly upload yaml questions without zip | maheshgudi |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp |
2018-07-03 | Update to latest changes | adityacp |
2018-06-26 | Fix course download to support Python 2 and 3 | adityacp |
2018-06-26 | Changes in views, models, forms, urls, file_utils | adityacp |
2018-06-07 | Fix test for course status and format error message properly | adityacp |
2018-06-07 | Add tests for views | adityacp |
2018-06-07 | Further pep8 changes | adityacp |
2018-06-07 | Pep8 changes | adityacp |
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran |
2018-05-29 | Change in models, templates, js | adityacp |
2018-05-09 | Merge pull request #466 from ankitjavalkar/remove-ctx-instance | Prabhu Ramachandran |
2018-04-18 | Add test cases | ankitjavalkar |
2018-04-17 | Multiple changes in models | ankitjavalkar |
2018-04-06 | Remove unused render_to_response imports in views and decorators | ankitjavalkar |
2018-04-04 | Change views.py, models.py, urls.py, custom_filters.py | adityacp |
2018-04-02 | Upgrade Django from 1.9.5 to Django 1.10 | ankitjavalkar |
2018-04-02 | Remove the context instance argument in views.py (deprecated since Django 1.1... | ankitjavalkar |
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 arrange_o... | maheshgudi |
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran |
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran |
2018-03-21 | Change default grading system behaviour | prathamesh |
2018-03-21 | Add weightage for Quiz and Create Grading System App | prathamesh |
2018-03-16 | Add test case order in view_answerpaper | mahesh |
2018-03-16 | Add shuffle testcases option to questions | mahesh |
2018-03-16 | Remove lists from variable name | maheshgudi |