summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-07new question templateprathamesh
2016-12-07basic interface to add multiple testcases to a questionprathamesh
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-18Merge pull request #158 from adityacp/fix_file_upload_and_tooltipPrabhu Ramachandran
Fix file upload and tooltip
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 pull request #155 from prathamesh920/student-interfacePrabhu Ramachandran
Student interface
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-17Merge pull request #152 from ankitjavalkar/partialPrabhu Ramachandran
Partial Grading
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
2016-11-10Fix minor errors, fix template rendering in grade userankitjavalkar
2016-11-10Add point based weightage for partial grading instead of percentage based ↵ankitjavalkar
partial grading
2016-11-10Add partial grade mark for stdio test case and fix model test casesankitjavalkar
2016-11-10Fix test cases for partial grading featureankitjavalkar
2016-11-10Add partial grading to multiple evaluatorsankitjavalkar
2016-11-10dd basic partial marking feature per test caseankitjavalkar
2016-11-08Merge pull request #151 from prathamesh920/UI-modificationsPrabhu Ramachandran
UI modifications Level 1
2016-11-01Merge pull request #150 from ankitjavalkar/view-test-update1Prabhu Ramachandran
Add views test for add_course view
2016-11-01courses and question paper creation UI modifiedprathamesh
2016-11-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
UI-modifications Resolved Conflicts: yaksh/templates/manage.html yaksh/templates/yaksh/design_questionpaper.html
2016-11-01modified profile and password reset/change templatesprathamesh
2016-10-27Add views test for add_course viewankitjavalkar
2016-10-26Merge pull request #149 from adityacp/fixed_output_dir_creationPrabhu Ramachandran
Fixed output directory creation
2016-10-26Migration from bootstrap 1.4 to bootstrap 3.3prathamesh
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
2016-10-25changed mkdir to makedirsadityacp
2016-10-25creation of user output directory from code evaluatoradityacp
2016-10-25removed creation of user output directoryadityacp
2016-10-21Merge pull request #148 from adityacp/fix_extract_filesPrabhu Ramachandran
Fix Questions zip extract files
2016-10-21Merge pull request #147 from ankitjavalkar/no-delete-questionPrabhu Ramachandran
Hide questions instead of deletion
2016-10-18changed comment spacingadityacp
2016-10-17removed print statementadityacp
2016-10-17changes in evaluator and file utilsadityacp
2016-10-17extract uploaded questions zip in tempadityacp
2016-10-13Fix variable name in for loopankitjavalkar
2016-10-13Minor fixes: Hide question instead of deletionankitjavalkar
2016-10-13Hide questions instead of deletionankitjavalkar