Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-05 | Merge pull request #346 from maheshgudi/hotfix7 | Prabhu Ramachandran | |
Use MCQ/MCC testcases id instead of options to validate answer | |||
2017-10-05 | Use MCQ/MCC testcases id instead of options to validate answer | maheshgudi | |
2017-10-05 | Merge pull request #344 from ankitjavalkar/allow-paper-revisit | Prabhu Ramachandran | |
Allow user to quit the paper manually and revisit the paper if necessary | |||
2017-10-05 | Merge pull request #345 from prathamesh920/multiline-snippet | Prabhu Ramachandran | |
Changed snippet to textfield. | |||
2017-10-05 | changed div class to avoid conflict with bootstrap | prathamesh | |
2017-10-05 | Fix breaking tests | ankitjavalkar | |
2017-10-05 | Changed snippet to textfield. | prathamesh | |
Not pushing migration file, as it will be merged with release. | |||
2017-10-05 | Allow user to quit the paper manually and revisit the paper if necessary | ankitjavalkar | |
2017-10-05 | Merge pull request #342 from adityacp/show_user_info | Prabhu Ramachandran | |
Show user info | |||
2017-10-05 | Show logged in user info in all templates | adityacp | |
2017-10-05 | Merge pull request #341 from FOSSEE/hotfix7 | Prabhu Ramachandran | |
Hotfix7 | |||
2017-10-05 | Add test to fetch latest answer from answerpaper | adityacp | |
2017-10-05 | Update grade user UI | mahesh | |
2017-10-05 | Will return the last answer submitted | King | |
2017-10-04 | Rename class TestCheck to TestQuestionPaper in test_views.py | adityacp | |
2017-10-04 | Change get_latest_answer in Answerpaper model to order by id | adityacp | |
2017-10-04 | Add tests to check updated Answerpaper marks | adityacp | |
2017-10-04 | User can see previously submitted answers for non code questions | maheshgudi | |
2017-10-04 | Update non-code and non-upload answers instead of creating a new one | maheshgudi | |
2017-10-04 | Fix bug to prevent saving a code question answer on skip | ankitjavalkar | |
2017-09-22 | Merge pull request #331 from maheshgudi/fix_change_password | Prabhu Ramachandran | |
Fix change password and other bug fixes. | |||
2017-09-19 | Fixes Nonetype object has attribute 'encode' error | maheshgudi | |
2017-09-19 | Fixes change password feature for moderators. | maheshgudi | |
2017-09-15 | Merge pull request #326 from FOSSEE/improve-code-server | Prabhu Ramachandran | |
Improve code server | |||
2017-09-12 | Change in variable name | prathamesh | |
2017-09-08 | Modifications as per comments on PR - II | prathamesh | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-05 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/views.py | |||
2017-09-05 | Removed redundancy from request handler JS | prathamesh | |
2017-09-05 | Merge pull request #324 from maheshgudi/bugfix_multiple_answerpaper | Prabhu Ramachandran | |
Minor Bug fix (Anonymous User and Multiple Answerpaper errors) | |||
2017-09-05 | Fixes minor mistake. | maheshgudi | |
2017-09-02 | Issue after merge resolved | prathamesh | |
2017-09-02 | Merge branch 'improve-code-server' of https://github.com/FOSSEE/online_test ↵ | prathamesh | |
into improve-code-server | |||
2017-09-02 | Resolved Conflicts | prathamesh | |
2017-09-01 | Rebase changes | mahesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py |