summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2017-01-04Fix management commandsadityacp
2016-12-22- Fix grade user rendering issue when question is skippedankitjavalkar
- Modify grade user html template to create readable variables for answer and error
2016-12-22Refactor check method for cleaner code and fixing multiple issuesankitjavalkar
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader
2016-12-21Fix rendering and representation of errorsankitjavalkar
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py
2016-12-21Add errors only if test case is unsuccessfulankitjavalkar
2016-12-21Fix test cases for storing error as listankitjavalkar
2016-12-21Render output errors properly in grade userankitjavalkar
2016-12-21Fix output rendering in the questionankitjavalkar
2016-12-20Fix errors and rename resourcesankitjavalkar
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark
2016-12-20Change weight variable name to mark_fractionankitjavalkar
2016-12-20Remove commented codeankitjavalkar
2016-12-20Fix model test casesankitjavalkar
2016-12-20Change all evaluator structure and make sure eval test cases passankitjavalkar
2016-12-20Add further changes to code evaluatorankitjavalkar
2016-12-20Fix test cases to reflect code server and python evaluator changesankitjavalkar
2016-12-20Refactor code server and python evaluatorankitjavalkar
2016-12-19Merge pull request #162 from prathamesh920/question-form-interfacePrabhu Ramachandran
Question form interface
2016-12-19modified to check form validationprathamesh
2016-12-19changed default weight in model testcase to 1prathamesh
2016-12-19cleaned up the code and made testcase forms dynamicprathamesh
2016-12-19change in add question interfaceprathamesh
2016-12-08form rendering improvedprathamesh
2016-12-07new question templateprathamesh
2016-12-07basic interface to add multiple testcases to a questionprathamesh
2016-12-01change in quiz model test to check instructionsadityacp
2016-12-01removed extra html tag and changed alignment of rendered textadityacp
2016-12-01removed bind function instead used keypressadityacp
2016-11-30fix views tests for quizadityacp
2016-11-30Quiz instructions fetched from database instead of default textadityacp
2016-11-30Render Instructions from textareaadityacp
2016-11-30Added field Instructions in Quizadityacp
2016-11-18Merge pull request #160 from maheshgudi/add_datetimepickerPrabhu Ramachandran
Date time picker and python assertion exception fix
2016-11-18fixed test cases and added timeout exception in python assertionmaheshgudi
2016-11-18changed execption messages in python_assertion_evaluator.maheshgudi
2016-11-18added date time picker for simple start and end quiz time selection.maheshgudi
2016-11-18changed function name from set_hide_status to toggle_hide_statusadityacp
2016-11-18changed assignment upload directoryadityacp
2016-11-18fixed tooltip and Show files which are not hidden for a questionadityacp
2016-11-18changed views to get only unhided filesadityacp
2016-11-18Added Hide field in FileUploadadityacp
2016-11-17Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
student-interface Resolved Conflicts: yaksh/templates/yaksh/question.html Added testarea back for now.
2016-11-17Changes as per suggestionsprathamesh
2016-11-17Removed javascript console statementprathamesh
2016-11-17Improved Student Interfaceprathamesh
Student test interface improved. Made time-left component fixed at the top Reset button for code question shifted inside the editor panel. Reduced the empty space at the top and few improvement in look and feel.
2016-11-17Fix test cases to reflect changes in output messageankitjavalkar
2016-11-16Fix Output display of Code Questionankitjavalkar
2016-11-16Fix error where answer is correct if last test case is correctankitjavalkar
2016-11-16Modify docstrings of evaluatorsankitjavalkar
2016-11-16Change test_case weightage field name to weightankitjavalkar
2016-11-16Fix docstrings, Fix return values of bash evaluatorankitjavalkar