Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-13 | Add test case | ankitjavalkar | |
2018-02-08 | Change in test_views and test_models | adityacp | |
- Add views test to check active status for lesson and learning module - Change models test for module get_status method | |||
2018-02-07 | Add course as a unique constraint | mahesh | |
2018-01-30 | Add test cases to check for duplicate answerpapers | mahesh | |
2018-01-12 | Add views and models tests for course status | adityacp | |
2018-01-02 | Update to latest changes | adityacp | |
2017-12-05 | Added basic model testcases. | prathamesh | |
2017-11-22 | Fixed existing model tests | prathamesh | |
Also, added "markdown" to requirements | |||
2017-11-15 | Add test case for regrade. | maheshgudi | |
- Answerpaper method validate_validate takes server port as an argument. - Added tests for all question types | |||
2017-11-07 | Made changes as per suggestions | prathamesh | |
2017-10-26 | Removed a testcase check for now | prathamesh | |
As the questions are not assigned in a cleaner way in the setup. Will modify and add the PR improved testcases | |||
2017-10-26 | test models bug fix | prathamesh | |
2017-10-26 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py | |||
2017-10-26 | CSV download for quiz enhanced | prathamesh | |
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user. | |||
2017-10-25 | Merge pull request #367 from ankitjavalkar/fix-revisit-with-one-q | Prabhu Ramachandran | |
Fix revisit with one question | |||
2017-10-25 | - Fix and add test cases | ankitjavalkar | |
- Fix god-mode/user-mode url pattern | |||
2017-10-17 | Add tests to verify the change | ankitjavalkar | |
2017-10-09 | Test to check if files and tags can be skipped from yaml file | maheshgudi | |
2017-10-07 | Add test to get current question for AnswerPaper | adityacp | |