summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2016-07-07Minor change: Display reset button only if it is code questionankitjavalkar
2016-07-05Merge pull request #108 from adityacp/fix_questions_uploadPrabhu Ramachandran
Fix load and dump questions
2016-07-05Merge pull request #107 from ankitjavalkar/codemirrorPrabhu Ramachandran
Add CodeMirror to Code questions
2016-07-05Merge pull request #101 from maheshgudi/test_modesPrabhu Ramachandran
Test modes
2016-07-05will not create trial paper object if the quiz has expired or is inactivemaheshgudi
2016-07-05changed tests for questions uploadadityacp
2016-07-05changed questions upload, testcases can also be uploadedadityacp
2016-07-05moderator can now select and delete trial papersmaheshgudi
2016-06-07Escape quotes in codemirrorankitjavalkar
2016-06-06changes as per pep8 in modelsadityacp
2016-06-06changed naive datetime to aware datetime in models.py, views.py, tests.pyadityacp
2016-06-03Add codemirrorankitjavalkar
2016-06-01changed mode argument to bool typemaheshgudi
2016-06-01changed mode argument to bool typemaheshgudi
2016-06-01removed some is_trial parametermaheshgudi
2016-05-27modified to make code pep8 compliantmaheshgudi
2016-05-27removed HttpRequest from imports in viewsmaheshgudi
2016-05-27removed exclude from course formmaheshgudi
2016-05-27home button will redirect moderators to exam/manage instead of exam/quizzesmaheshgudi
2016-05-27added no prerequisite required conditionmaheshgudi
2016-05-27fixed model manager method name changes in testcasesmaheshgudi
2016-05-27fixed model manager method name changes in testcasesmaheshgudi
2016-05-27added docstrings to manager methodsmaheshgudi
2016-05-27added help for user mode and god modemaheshgudi
2016-05-27added js function to alert user for prerequisitesmaheshgudi
2016-05-27minor changes in test_mode functionmaheshgudi
2016-05-27changed model manager namesmaheshgudi
2016-05-27added tests to usermode, godmode and test questionsmaheshgudi
2016-05-27minor changes in redirection for test_modemaheshgudi
2016-05-27added test selected button in showquestionsmaheshgudi
2016-05-27added test mode buttons in addquizmaheshgudi
2016-05-27added urls for test_modesmaheshgudi
2016-05-27excludes is_trial in course, quiz formsmaheshgudi
2016-05-27added model manager methods for creating trial_course,quiz and questionpapermaheshgudi
2016-05-27added view functions for godmode, usermode and test_questionsmaheshgudi
2016-05-27Merge pull request #103 from ankitjavalkar/new-django-travisPrabhu Ramachandran
Update django version in .travis.yml
2016-05-27Merge pull request #102 from ankitjavalkar/bootstrap3Prabhu Ramachandran
Add bootstrap 3 files
2016-05-18Fix language registry errorankitjavalkar
2016-05-17comment changesadityacp
2016-05-12Add bootstrap 3 filesankitjavalkar
2016-05-12rebase changes and comments changesadityacp
2016-05-12changes in travis.ymladityacp
2016-05-12display datetime as per user timezoneadityacp
2016-05-10- Adhere to 80 columnsankitjavalkar
- add docstrings - Fix further tests
2016-05-09- Fix testsankitjavalkar
- Fix minor views.py - Fix minor errors caused due to conflict resolution, rebasing - Fix errors in forms, views - Minor Button label change in addquestion.html - Add snippet to question - Remove commented code
2016-05-05Remove commented code and cleanupankitjavalkar
2016-05-05- Fix redirections after saving Questionankitjavalkar
- Rename Cancel button to 'Back to QUestions' in Add Questions page
2016-05-05- Modify question - answer validation in viewsankitjavalkar
- Modify show_question to include test_cases in template context - Modify question display template - Minor changes in forms and urls for proper rebasing
2016-05-05- Add formsets to Add question templatesankitjavalkar
- add/modify test cases in place when adding questions
2016-05-05Modify get_form_object method in forms.pyankitjavalkar