Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added to change log | 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 #368 from ankitjavalkar/fix-reset-button | Prabhu Ramachandran | |
Fix the Reset Answer javascript and rename it to Clear Text Area | |||
2017-10-25 | Fix the Reset Answer javascript and rename it to Undo Changes | ankitjavalkar | |
2017-10-25 | Merge pull request #369 from maheshgudi/0.7_bugfix | Prabhu Ramachandran | |
Grade User bugfix | |||
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 typo in changelog | maheshgudi | |
2017-10-25 | Merge branch '0.7_bugfix' of https://github.com/maheshgudi/online_test into ↵ | maheshgudi | |
0.7_bugfix | |||
2017-10-25 | - Fix and add test cases | ankitjavalkar | |
- Fix god-mode/user-mode url pattern | |||
2017-10-20 | Update changelog for the release of v0.7. | mahesh | |
2017-10-20 | Add bash command instead of shebang | mahesh | |
2017-10-20 | Add shebang to bash code evaluator | maheshgudi | |
2017-10-20 | Yaml fields are sorted according to relevance | maheshgudi | |
2017-10-20 | Sort students' name in grade user in alphabetical order | maheshgudi | |
2017-10-17 | Merge pull request #351 from maheshgudi/yaml_fixes | Prabhu Ramachandran | |
Yaml fixes | |||
2017-10-17 | Add tests to verify the change | ankitjavalkar | |
2017-10-17 | Merge pull request #350 from ankitjavalkar/checkpip07 | Prabhu Ramachandran | |
Fix quickstart demo execution | |||
2017-10-17 | Merge pull request #336 from adityacp/new_js_editor | Prabhu Ramachandran | |
New js editor | |||
2017-10-17 | Add shebang to bash code evaluator | maheshgudi | |
2017-10-17 | Yaml fields are sorted according to relevance | maheshgudi | |
2017-10-13 | Sort students' name in grade user in alphabetical order | maheshgudi | |
2017-10-12 | Fix User data UI bug and auto-updates demo course total marks | maheshgudi | |
2017-10-09 | - Add dependencies to setup.py file | ankitjavalkar | |
- Modify demo_settings.py and add new production settings variables | |||
2017-10-09 | Fix expected input as None bug | maheshgudi | |
2017-10-09 | Test to check if files and tags can be skipped from yaml file | maheshgudi | |
2017-10-09 | Fix bug that prevents students from revisiting AnswerPaper with only one ↵ | ankitjavalkar | |
question | |||
2017-10-09 | Merge branch 'yaml_fixes' of https://github.com/maheshgudi/online_test into ↵ | maheshgudi | |
yaml_fixes | |||
2017-10-09 | Fix UI related changes in questions.html and view_answerpaper.html | maheshgudi | |
2017-10-09 | Fix nav sidebar overlapping on questions list | maheshgudi | |
2017-10-09 | Allow file field and tags field to be skipped altogether in an yaml file | maheshgudi | |
2017-10-07 | Merge pull request #348 from adityacp/fix_quit_failure | Prabhu Ramachandran | |
Fix quiz failure | |||
2017-10-07 | Fix quiz failure on trying to revisit after attempting all questions | adityacp | |
2017-10-07 | Add test to get current question for AnswerPaper | adityacp | |
2017-10-07 | Merge pull request #343 from adityacp/fix_shuffle_questions | Prabhu Ramachandran | |
Fix shuffle questions | |||
2017-10-06 | Change models.py | adityacp | |
- Change question_order field from charfield to textfield - Refactor has_questions and current_question functions | |||
2017-10-06 | Disable shuffle questions for demo quiz | adityacp | |
2017-10-06 | Get questions in particular order in template | adityacp | |
2017-10-06 | Add test for shuffle questions and fix broken tests in test_views | adityacp | |
2017-10-06 | Pep8 change in views.py | adityacp | |
2017-10-06 | Add new field in AnswerPaper model and fetch questions as per order | adityacp | |
2017-10-06 | Fix UI related changes in questions.html and view_answerpaper.html | maheshgudi | |
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-06 | Change Answerpaper model method to get shuffled questions | adityacp | |
2017-10-06 | Fix nav sidebar overlapping on questions list | maheshgudi | |
2017-10-06 | Allow file field and tags field to be skipped altogether in an yaml file | maheshgudi | |
2017-10-05 | Merge pull request #346 from maheshgudi/hotfix7 | Prabhu Ramachandran | |
Use MCQ/MCC testcases id instead of options to validate answer |