summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
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-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-07Fix quiz failure on trying to revisit after attempting all questionsadityacp
2017-10-07Add test to get current question for AnswerPaperadityacp
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-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-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Merge pull request #344 from ankitjavalkar/allow-paper-revisitPrabhu Ramachandran
Allow user to quit the paper manually and revisit the paper if necessary
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Fix breaking testsankitjavalkar
2017-10-05Changed snippet to textfield.prathamesh
Not pushing migration file, as it will be merged with release.
2017-10-05Allow user to quit the paper manually and revisit the paper if necessaryankitjavalkar
2017-10-05Show logged in user info in all templatesadityacp
2017-10-05Add test to fetch latest answer from answerpaperadityacp
2017-10-05Update grade user UImahesh
2017-10-05Will return the last answer submittedKing
2017-10-04Rename class TestCheck to TestQuestionPaper in test_views.pyadityacp
2017-10-04Change get_latest_answer in Answerpaper model to order by idadityacp
2017-10-04Add tests to check updated Answerpaper marksadityacp
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-10-04Fix bug to prevent saving a code question answer on skipankitjavalkar
2017-09-28Add js libraries for tinymce text editoradityacp
2017-09-28Add new js text editor for sending emailsadityacp
2017-09-19Fixes Nonetype object has attribute 'encode' errormaheshgudi
2017-09-19Fixes change password feature for moderators.maheshgudi
2017-09-12Change in variable nameprathamesh
2017-09-08Modifications as per comments on PR - IIprathamesh
2017-09-08Modification as per comments on the PRprathamesh
2017-09-05Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/views.py
2017-09-05Removed redundancy from request handler JSprathamesh
2017-09-05Fixes minor mistake.maheshgudi
2017-09-02Issue after merge resolvedprathamesh
2017-09-02Resolved Conflictsprathamesh
2017-09-01Rebase changesmahesh