Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 and add test cases | ankitjavalkar | |
- Fix god-mode/user-mode url pattern | |||
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 | Add tests to verify the change | ankitjavalkar | |
2017-10-12 | Fix User data UI bug and auto-updates demo course total marks | maheshgudi | |
2017-10-09 | Fix bug that prevents students from revisiting AnswerPaper with only one ↵ | ankitjavalkar | |
question | |||
2017-10-09 | Allow file field and tags field to be skipped altogether in an yaml file | maheshgudi | |
2017-10-07 | Fix quiz failure on trying to revisit after attempting all questions | adityacp | |
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 | 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 | Change Answerpaper model method to get shuffled questions | adityacp | |
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 | 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 | Will return the last answer submitted | King | |
2017-10-04 | Change get_latest_answer in Answerpaper model to order by id | 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-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-01 | Rebase changes | mahesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Removed all the checkpoints set for selenium tests on travis | prathamesh | |
javascript strings includes method changed to indexOf, as includes belongs to ES6. This was the main reason for failure of selenium tests on travis. | |||
2017-09-01 | Adds test case to check if multiple answerpapers for same arguments are not ↵ | mahesh | |
created. | |||
2017-09-01 | User Cannot skip/jump attempt numbers. Forces incremental nature of attempt ↵ | maheshgudi | |
number. | |||
2017-09-01 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-25 | Fixes order in demo_questions.zip | mahesh | |
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip | |||
2017-08-24 | Merge branch 'yaml_questions' of https://github.com/maheshgudi/online_test ↵ | mahesh | |
into yaml_questions | |||
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-24 | Adds alphabetical order during yaml serializing | maheshgudi | |
2017-08-24 | Add a has_profile decorator | ankitjavalkar | |
2017-08-18 | Adds test cases for yaml | mahesh | |
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper | |||
2017-08-18 | Adds tags in yaml files | mahesh | |
2017-08-18 | Adds a function dict_to_yaml in models | mahesh | |
2017-08-17 | Adds yaml file containing all types of questions | mahesh | |
2017-08-16 | Adds ruamel.yaml instead of pyyaml | mahesh | |
- Preserves escape characters - Adds ruamel.yaml in requirements | |||
2017-08-14 | Front-end modification for improved code server | prathamesh | |
Added JQuery to handle request. Sends ajax request and gets json as response. json contains token i.e uid which is answer id. Using uid, an ajax request is sent after every 2 secs till the server gives the desire result. If the code result has error then html is written on the document. If the result has correct answer then next question is displayed. *includes function for string will not work for older browers. Will substitute with a different function in next commit. | |||
2017-08-11 | Literal scalar values for yaml dump | mahesh | |
2017-08-10 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-07-12 | adds search feature for Profile model in admin interface. | mahesh | |
2017-06-13 | Merge pull request #298 from adityacp/views_test | Prabhu Ramachandran | |
Views test | |||
2017-05-19 | Modify folder name for assignment uploads | adityacp | |
2017-05-16 | Change forms.py, views.py, send_emails.py, models.py | adityacp | |
- Alter activation_key field in Profile model - Change get_activation_key function in send_mail to create secret_key of fixed length - Change forms.py to get updated activation_key - Change views.py to save activation_key | |||
2017-04-28 | Add a negative test case to check attributes are duplicated | ankitjavalkar | |