summaryrefslogtreecommitdiff
path: root/testapp/scilab_files
AgeCommit message (Collapse)Author
2015-04-26Code Review: Code refactoringankitjavalkar
- Add from_json classmethod - Question language is passed directly to the code server - Fix errors in evaluation of code - Fix test cases
2014-03-03Autochecks scilab function.prathamesh
A method is created that checks the scilab function submitted by the student. The method removes the terminating commands in scilab. If errors are present then it returns error, else provides input to the function and checks for the expected output. If function returns correct output for all the inputs then the function is graded correct, else throws the error message.