Age | Commit message (Expand) | Author |
2018-04-17 | Multiple changes in models | ankitjavalkar |
2018-04-13 | Change in python test, grader and request handler | adityacp |
2018-04-10 | Get answerpaper status for quiz completion | adityacp |
2018-04-06 | Change in grader.py and python_assertion_evaluator.py | adityacp |
2018-04-06 | Add test cases to check if code passes without testcases | maheshgudi |
2018-04-06 | Fix a bug that allows answer to be true if there are no test cases to a code ... | maheshgudi |
2018-04-06 | Remove unused render_to_response imports in views and decorators | ankitjavalkar |
2018-04-06 | Highlight error line in code mirror for python | adityacp |
2018-04-06 | Add error line number in error output | adityacp |
2018-04-05 | Change in test_python_evaluation.py | adityacp |
2018-04-05 | Change error_messages.py, python_assertion_evaluator.py and grader.py | adityacp |
2018-04-04 | Change models test to get course completion percentage | adityacp |
2018-04-04 | Change and add test for course progress | adityacp |
2018-04-04 | Change in templates and js | adityacp |
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-23 | Add migrations for release 0.8 | adityacp |
2018-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran |
2018-03-22 | Merge https://github.com/fossee/online_test into fix_quiz_completion | adityacp |
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 | Rebase changes for shuffle testcase | maheshgudi |
2018-03-21 | Merge pull request #456 from ankitjavalkar/preview-qp | Prabhu Ramachandran |
2018-03-21 | Deprecate multiple management commands | ankitjavalkar |
2018-03-21 | Merge pull request #452 from ankitjavalkar/change-mgmt-command | Prabhu Ramachandran |
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran |
2018-03-21 | Merge pull request #446 from adityacp/fix_clone_course | Prabhu Ramachandran |
2018-03-21 | Merge pull request #448 from adityacp/update_docs | Prabhu Ramachandran |
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 Tests for CourseStatus methods | prathamesh |
2018-03-21 | Change default grading system behaviour | prathamesh |
2018-03-21 | Add weightage for Quiz and Create Grading System App | prathamesh |
2018-03-21 | Add condition to get quiz status if answerpaper is created | adityacp |
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 | 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 | Improve test cases for arrange question type | mahesh |
2018-03-16 | Add testcases for custom templatetag filters | mahesh |
2018-03-16 | Arrange options according to last submitted answer if any | mahesh |