summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Expand)Author
2017-10-25Merge pull request #369 from maheshgudi/0.7_bugfixPrabhu Ramachandran
2017-10-25Merge pull request #367 from ankitjavalkar/fix-revisit-with-one-qPrabhu Ramachandran
2017-10-25- Fix and add test casesankitjavalkar
2017-10-20Yaml fields are sorted according to relevancemaheshgudi
2017-10-20Sort students' name in grade user in alphabetical ordermaheshgudi
2017-10-17Add tests to verify the changeankitjavalkar
2017-10-12Fix User data UI bug and auto-updates demo course total marksmaheshgudi
2017-10-09Fix bug that prevents students from revisiting AnswerPaper with only one ques...ankitjavalkar
2017-10-09Allow file field and tags field to be skipped altogether in an yaml filemaheshgudi
2017-10-07Fix quiz failure on trying to revisit after attempting all questionsadityacp
2017-10-06Change models.pyadityacp
2017-10-06Disable shuffle questions for demo quizadityacp
2017-10-06Add new field in AnswerPaper model and fetch questions as per orderadityacp
2017-10-06Change models.py and test_models.pyadityacp
2017-10-06Change Answerpaper model method to get shuffled questionsadityacp
2017-10-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Merge pull request #344 from ankitjavalkar/allow-paper-revisitPrabhu Ramachandran
2017-10-05Changed snippet to textfield.prathamesh
2017-10-05Allow user to quit the paper manually and revisit the paper if necessaryankitjavalkar
2017-10-05Will return the last answer submittedKing
2017-10-04Change get_latest_answer in Answerpaper model to order by idadityacp
2017-10-04User can see previously submitted answers for non code questionsmaheshgudi
2017-10-04Update non-code and non-upload answers instead of creating a new onemaheshgudi
2017-09-05Merge branch 'master' of https://github.com/FOSSEE/online_test into improve-c...prathamesh
2017-09-05Removed redundancy from request handler JSprathamesh
2017-09-01Rebase changesmahesh
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into improve-c...prathamesh
2017-09-01Removed all the checkpoints set for selenium tests on travisprathamesh
2017-09-01Adds test case to check if multiple answerpapers for same arguments are not c...mahesh
2017-09-01User Cannot skip/jump attempt numbers. Forces incremental nature of attempt n...maheshgudi
2017-09-01updated travis config and added print to debug on travisprathamesh
2017-08-25Fixes order in demo_questions.zipmahesh
2017-08-24Merge branch 'yaml_questions' of https://github.com/maheshgudi/online_test in...mahesh
2017-08-24Merge branch 'master' of https://github.com/fossee/online_test into yaml_ques...mahesh
2017-08-24Adds alphabetical order during yaml serializingmaheshgudi
2017-08-24Add a has_profile decoratorankitjavalkar
2017-08-18Adds test cases for yamlmahesh
2017-08-18Adds tags in yaml filesmahesh
2017-08-18Adds a function dict_to_yaml in modelsmahesh
2017-08-17Adds yaml file containing all types of questionsmahesh
2017-08-16Adds ruamel.yaml instead of pyyamlmahesh
2017-08-14Front-end modification for improved code serverprathamesh
2017-08-11Literal scalar values for yaml dumpmahesh
2017-08-10Merge branch 'master' of https://github.com/fossee/online_test into yaml_ques...mahesh
2017-07-31Adds yaml serialization to download and upload questionsmahesh
2017-07-12adds search feature for Profile model in admin interface.mahesh
2017-06-13Merge pull request #298 from adityacp/views_testPrabhu Ramachandran
2017-05-19Modify folder name for assignment uploadsadityacp
2017-05-16Change forms.py, views.py, send_emails.py, models.pyadityacp
2017-04-28Add a negative test case to check attributes are duplicatedankitjavalkar