Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-10-06 | Add test for shuffle questions and fix broken tests in test_views | adityacp | |
2017-10-06 | Change models.py and test_models.py | adityacp | |
- Add else condition in make_answerpaper instead of direct return - Remove while loop in shuffle questions testcase | |||
2017-10-06 | Add test to check shuffle questions | adityacp | |
2017-10-05 | Use MCQ/MCC testcases id instead of options to validate answer | maheshgudi | |
2017-10-05 | Fix breaking tests | ankitjavalkar | |
2017-10-05 | Add test to fetch latest answer from answerpaper | adityacp | |
2017-09-01 | Adds test case to check if multiple answerpapers for same arguments are not ↵ | mahesh | |
created. | |||
2017-08-18 | Adds test cases for yaml | mahesh | |
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper | |||
2017-08-16 | Adds ruamel.yaml instead of pyyaml | mahesh | |
- Preserves escape characters - Adds ruamel.yaml in requirements | |||
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-04-28 | Add a negative test case to check attributes are duplicated | ankitjavalkar | |
2017-04-28 | - Fix bug that prevents addition of a prerequisite to foreignkey field | ankitjavalkar | |
- Fix test cases to ensure fails if prerequisite is not set | |||
2017-04-28 | Add test cases | ankitjavalkar | |
2017-04-19 | Clean AssignementUpload tests in test models | adityacp | |
2017-04-10 | Add test to check assignment uploads | adityacp | |
2017-04-05 | Add multiple fixes based on code review | ankitjavalkar | |
2017-03-31 | Multiple changes to Course: | ankitjavalkar | |
- Allow a start and end time for Course enrollment - Allow Course to be editable | |||
2017-03-21 | rebase changes for simple question types | mahesh | |
2017-03-20 | Merge pull request #252 from adityacp/assignment_upload_check | Prabhu Ramachandran | |
Assignment upload Evaluation | |||
2017-03-16 | Add test for assignment evaluation and Change test_models | adityacp | |
2017-03-11 | made minor template changes and fixed test_models | maheshgudi | |
2017-03-10 | Fix test cases for trial quiz | adityacp | |
2017-03-10 | Add test for ordering of questions | adityacp | |
2017-03-10 | Change views and models | adityacp | |
- Remove Fixed Question Model - Create a fixed question order attribute in models | |||
2017-03-10 | Change models and views test to get fixed questions | adityacp | |
2017-03-09 | rebase changes | maheshgudi | |
2017-03-06 | Multiple fixes: | ankitjavalkar | |
- Add error message details to SeleniumTestError - Fix next question cycling in models - Fix model test cases | |||
2017-03-06 | Multiple changes: | ankitjavalkar | |
- Fix movement from one question to another in next_question - Fix random display of errors from MCQs - Add Notification display if question has been attempted - Fix test cases for changes made | |||
2017-03-06 | Rename completed_question model method to add_completed_question | ankitjavalkar | |
2017-03-02 | removed pk/id based querying in test cases | maheshgudi | |
2017-01-13 | rectified the test for mcq incorrect. | prathamesh | |
2017-01-13 | Fixed a bug which would mark all MCQ and MCC questions' answers as correct | maheshgudi | |
1. Due to the new evaluator, an unchecked bug, which marked all mcq and mcc attempts as correct, despite actually marking the wrong answer, has been fixed. 2. Added Test case to check for incorrect mcq and mcc questions 3. question.html would also render error msg for mcq and mcc questions. This has also been fixed. | |||
2017-01-02 | Fix test case for models and code server | adityacp | |
2016-12-23 | Fix conflict | adityacp | |
2016-12-23 | Change test for load_questions and consolidate_answer_data functions | adityacp | |
2016-12-22 | - Fix grade user rendering issue when question is skipped | ankitjavalkar | |
- Modify grade user html template to create readable variables for answer and error |