summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Expand)Author
2017-03-06Multiple fixes:ankitjavalkar
2017-03-06Multiple changes:ankitjavalkar
2017-03-06Rename completed_question model method to add_completed_questionankitjavalkar
2017-03-06Allow revisiting all types of question to resubmit answerankitjavalkar
2017-02-08removed max_length from stdio test case attributesmaheshgudi
2017-02-03Merge pull request #206 from maheshgudi/fix-191Prabhu Ramachandran
2017-02-03renamed quiz model attribute from can_skip_questions to allow_skipmaheshgudi
2017-02-03removed none type in answerpaper generationmaheshgudi
2017-02-03added skip question feature. closes #191maheshgudi
2017-02-02Fix test errors and PEP8 formatting.Prabhu Ramachandran
2017-02-02Fix #201.Prabhu Ramachandran
2017-01-25Merge pull request #184 from maheshgudi/mcq_bugfixPrabhu Ramachandran
2017-01-23Minor fixes to instruction field renderingankitjavalkar
2017-01-23Add course instructionsankitjavalkar
2017-01-23moved activate/deactivate course button to the top. Removed instructions from...maheshgudi
2017-01-22rectified monitor answerpaper view. Changed mcqfield from charfield to textfi...maheshgudi
2017-01-21monitor sorts wrt to highest score. removed quiz instructions from models.maheshgudi
2017-01-18added bootstrap labels instead of mark tagmaheshgudi
2017-01-18Can download csv of students' performance per coursemaheshgudi
2017-01-16Merge pull request #176 from maheshgudi/hook_evaluatorPrabhu Ramachandran
2017-01-16Merge pull request #177 from adityacp/fix_management_commandsPrabhu Ramachandran
2017-01-13Fixed a bug which would mark all MCQ and MCC questions' answers as correctmaheshgudi
2017-01-10Change views and models to create demo courseadityacp
2017-01-10Merge https://github.com/fossee/online_test into fix_management_commandsadityacp
2017-01-09added default value to hook code in modelsmaheshgudi
2017-01-09modified variable names in models and hook_evaluatormaheshgudi
2017-01-09Python hook evaluatorMahesh Gudi
2017-01-09Merge pull request #172 from adityacp/update_docsPrabhu Ramachandran
2017-01-06Change question models functionadityacp
2017-01-05Fix cli for python 3adityacp
2017-01-04Change demo settings for yaksh commandsadityacp
2017-01-04Merge https://github.com/fossee/online_test into fix_management_commandsadityacp
2017-01-04Fix management commandsadityacp
2017-01-03modified editing instructions. Instructions are now initialized in forms and ...maheshgudi
2017-01-02Fix test case for models and code serveradityacp
2017-01-02Remove test_case_type field from Questions modeladityacp
2016-12-27Merge pull request #168 from maheshgudi/get_test_cases_fixPrabhu Ramachandran
2016-12-23Fix conflictadityacp
2016-12-23fixed pull conflictsmaheshgudi
2016-12-23fix error; allows get_test_cases method to fetch multiple test cases model cl...maheshgudi
2016-12-23Add new StandardTestCase model field for command line argsadityacp
2016-12-22- Fix grade user rendering issue when question is skippedankitjavalkar
2016-12-22Refactor check method for cleaner code and fixing multiple issuesankitjavalkar
2016-12-21Fix rendering and representation of errorsankitjavalkar
2016-12-21Render output errors properly in grade userankitjavalkar
2016-12-20Fix errors and rename resourcesankitjavalkar
2016-12-20Remove commented codeankitjavalkar
2016-12-20Fix model test casesankitjavalkar
2016-12-20Add further changes to code evaluatorankitjavalkar
2016-12-19Merge pull request #162 from prathamesh920/question-form-interfacePrabhu Ramachandran