Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | Fix test to get lesson or quiz for a unit | adityacp | |
2020-02-19 | Fix pep style and add test case in test_models | adityacp | |
2019-04-09 | Merge pull request #592 from ankitjavalkar/add-prereq-passing-check | King | |
Add functionality to restrict access to next module based on passing previous module | |||
2019-04-09 | Fix PEP8 issues | ankitjavalkar | |
2019-04-08 | Add Test Case | ankitjavalkar | |
2019-02-18 | Remove stray print statement and add additional check during tearDown | CruiseDevice | |
2019-02-18 | Add TestCase for get_filename() of FileUpload model | CruiseDevice | |
2019-01-29 | Fix PEP8 issues | CruiseDevice | |
2019-01-28 | Resolve comments | CruiseDevice | |
2019-01-28 | Fix PEP8 issues | CruiseDevice | |
2019-01-28 | Resolve comments | CruiseDevice | |
- Removes redundant code. | |||
2019-01-28 | More test cases for model method get_categorized_question_indices | CruiseDevice | |
2019-01-28 | Made requested changes in models.py and test_models.py | CruiseDevice | |
- Remove 'category' key from legend_display_types dictionary. - Add a condition to check if question type exists before creating category_question_map. - Add test. - Change lambda to list in defaultdict. | |||
2019-01-28 | Remove unused variables and imports | CruiseDevice | |
2019-01-28 | Add test for new model function | CruiseDevice | |
- Adds test for get_categorized_question_indices function in models. | |||
2019-01-24 | Add Test Cases | ankitjavalkar | |
2018-07-17 | Fix failing tests for models and views | adityacp | |
2018-07-13 | Update migrations to fix order error | maheshgudi | |
2018-07-13 | Add more tests | ankitjavalkar | |
2018-07-13 | Fix tests | ankitjavalkar | |
2018-07-12 | Merge pull request #491 from maheshgudi/catch_compilation_error | King | |
Raise appropriate exceptions for C and Java language to the Grader | |||
2018-07-12 | Fix multiple testcase error | maheshgudi | |
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-06-07 | One more round of pep8 changes | adityacp | |
2018-06-07 | Add tests for models and cpp, java evaluators | 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 | |
Enhance course status | |||
2018-06-07 | Merge pull request #461 from adityacp/fix_quiz_completion | Prabhu Ramachandran | |
Quiz Completion Status | |||
2018-04-18 | Add test cases | ankitjavalkar | |
2018-04-04 | Change models test to get course completion percentage | 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 ↵ | maheshgudi | |
arrange_options | |||
2018-03-21 | Merge pull request #450 from adityacp/change_student_dashboard | Prabhu Ramachandran | |
Student Dashboard Changes | |||
2018-03-21 | Show student grade in course status page | adityacp | |
2018-03-21 | Add Tests for CourseStatus methods | 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 | Change TestcaseOrder to TestCaseOrder | mahesh | |
2018-03-16 | Add test cases for shuffle testcase | mahesh | |
2018-03-16 | Remove lists from variable name | maheshgudi | |
2018-03-16 | Add test cases for Arrange question type | mahesh | |
2018-03-16 | Change TestcaseOrder to TestCaseOrder | mahesh | |
2018-03-16 | Add test cases for shuffle testcase | mahesh | |
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-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 |