summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-26Removed a testcase check for nowprathamesh
As the questions are not assigned in a cleaner way in the setup. Will modify and add the PR improved testcases
2017-10-26test models bug fixprathamesh
2017-10-26Added to change logprathamesh
2017-10-26Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py
2017-10-26CSV download for quiz enhancedprathamesh
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-25Merge pull request #368 from ankitjavalkar/fix-reset-buttonPrabhu Ramachandran
Fix the Reset Answer javascript and rename it to Clear Text Area
2017-10-25Fix the Reset Answer javascript and rename it to Undo Changesankitjavalkar
2017-10-25Merge pull request #369 from maheshgudi/0.7_bugfixPrabhu Ramachandran
Grade User bugfix
2017-10-25Merge pull request #367 from ankitjavalkar/fix-revisit-with-one-qPrabhu Ramachandran
Fix revisit with one question
2017-10-25Fix typo in changelogmaheshgudi
2017-10-25Merge branch '0.7_bugfix' of https://github.com/maheshgudi/online_test into ↵maheshgudi
0.7_bugfix
2017-10-25- Fix and add test casesankitjavalkar
- Fix god-mode/user-mode url pattern
2017-10-20Update changelog for the release of v0.7.mahesh
2017-10-20Add bash command instead of shebangmahesh
2017-10-20Add shebang to bash code evaluatormaheshgudi
2017-10-20Yaml fields are sorted according to relevancemaheshgudi
2017-10-20Sort students' name in grade user in alphabetical ordermaheshgudi
2017-10-17Merge pull request #351 from maheshgudi/yaml_fixesPrabhu Ramachandran
Yaml fixes
2017-10-17Add tests to verify the changeankitjavalkar
2017-10-17Merge pull request #350 from ankitjavalkar/checkpip07Prabhu Ramachandran
Fix quickstart demo execution
2017-10-17Merge pull request #336 from adityacp/new_js_editorPrabhu Ramachandran
New js editor
2017-10-17Add shebang to bash code evaluatormaheshgudi
2017-10-17Yaml fields are sorted according to relevancemaheshgudi
2017-10-13Sort students' name in grade user in alphabetical ordermaheshgudi
2017-10-12Fix User data UI bug and auto-updates demo course total marksmaheshgudi
2017-10-09- Add dependencies to setup.py fileankitjavalkar
- Modify demo_settings.py and add new production settings variables
2017-10-09Fix expected input as None bugmaheshgudi
2017-10-09Test to check if files and tags can be skipped from yaml filemaheshgudi
2017-10-09Fix bug that prevents students from revisiting AnswerPaper with only one ↵ankitjavalkar
question
2017-10-09Merge branch 'yaml_fixes' of https://github.com/maheshgudi/online_test into ↵maheshgudi
yaml_fixes
2017-10-09Fix UI related changes in questions.html and view_answerpaper.htmlmaheshgudi
2017-10-09Fix nav sidebar overlapping on questions listmaheshgudi
2017-10-09Allow file field and tags field to be skipped altogether in an yaml filemaheshgudi
2017-10-07Merge pull request #348 from adityacp/fix_quit_failurePrabhu Ramachandran
Fix quiz failure
2017-10-07Fix quiz failure on trying to revisit after attempting all questionsadityacp
2017-10-07Add test to get current question for AnswerPaperadityacp
2017-10-07Merge pull request #343 from adityacp/fix_shuffle_questionsPrabhu Ramachandran
Fix shuffle questions
2017-10-06Change models.pyadityacp
- Change question_order field from charfield to textfield - Refactor has_questions and current_question functions
2017-10-06Disable shuffle questions for demo quizadityacp
2017-10-06Get questions in particular order in templateadityacp
2017-10-06Add test for shuffle questions and fix broken tests in test_viewsadityacp
2017-10-06Pep8 change in views.pyadityacp
2017-10-06Add new field in AnswerPaper model and fetch questions as per orderadityacp
2017-10-06Fix UI related changes in questions.html and view_answerpaper.htmlmaheshgudi
2017-10-06Change models.py and test_models.pyadityacp
- Add else condition in make_answerpaper instead of direct return - Remove while loop in shuffle questions testcase
2017-10-06Add test to check shuffle questionsadityacp
2017-10-06Change Answerpaper model method to get shuffled questionsadityacp
2017-10-06Fix nav sidebar overlapping on questions listmaheshgudi
2017-10-06Allow file field and tags field to be skipped altogether in an yaml filemaheshgudi
2017-10-05Merge pull request #346 from maheshgudi/hotfix7Prabhu Ramachandran
Use MCQ/MCC testcases id instead of options to validate answer