summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Expand)Author
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
2016-12-19change in add question interfaceprathamesh
2016-12-07basic interface to add multiple testcases to a questionprathamesh
2016-11-30Added field Instructions in Quizadityacp
2016-11-18changed function name from set_hide_status to toggle_hide_statusadityacp
2016-11-18changed assignment upload directoryadityacp
2016-11-18Added Hide field in FileUploadadityacp
2016-11-16Change test_case weightage field name to weightankitjavalkar
2016-11-10Fix minor errors, fix template rendering in grade userankitjavalkar
2016-11-10Add point based weightage for partial grading instead of percentage based par...ankitjavalkar
2016-11-10Add partial grade mark for stdio test case and fix model test casesankitjavalkar
2016-11-10dd basic partial marking feature per test caseankitjavalkar