Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | Fix breaking tests in test_models | CruiseDevice | |
2020-10-07 | Fix tests | ankitjavalkar | |
2020-09-29 | Fix tests | ankitjavalkar | |
2020-09-14 | Merge pull request #751 from CruiseDevice/partial_grade_user | ankitjavalkar | |
Show max marks for all attempts in answerpaper | |||
2020-09-08 | Provide additional attempt to a selected student or extend time. | prathamesh | |
2020-09-01 | Fix tests, Fix PEP8 | CruiseDevice | |
2020-08-28 | fix tests | adityacp | |
2020-06-30 | Fix Tests | prathamesh | |
2020-04-22 | More Tests | CruiseDevice | |
2020-04-14 | Change model name Thread to Post to avoid conflicts | CruiseDevice | |
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix. | |||
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 | |