Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | test condition added to test_server.py | prathamesh | |
2014-03-13 | Code to test scilab in test_server.py | prathamesh | |
included timeout with scilab command to prevent scilab from running scilab infinitely. | |||
2014-03-03 | Autochecks 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. | |||
2014-02-12 | Modified snippet | prathamesh | |
Snippet textarea extends according to the length of the snippet with numbering. The textarea to write code is dynamic with numbering. The textarea extends as per the length of the code. | |||
2014-02-03 | added versions to the packages | prathamesh | |
2013-08-19 | This branch was created for testing the app. | prathamesh | |
Changes made here are during the testing phase. And the feedbacks recevied are implemented. | |||
2013-07-08 | Added few questions. Made changes to fix minor bugs which were found during ↵ | prathamesh | |
testing. | |||
2013-07-03 | Merge branch 'fresh_java' of https://github.com/prathamesh920/online_test ↵ | prathamesh | |
into deploy_server Conflicts: testapp/templates/exam/question.html | |||
2013-07-03 | merged java | prathamesh | |
2013-07-03 | corrected a small malfunction | Hardik Ghaghada | |
2013-07-03 | Merge branch 'fresh_js_changes' of https://github.com/hardythe1/online_test ↵ | Hardik Ghaghada | |
into fresh_js_changes | |||
2013-07-03 | clean code | prathamesh | |
2013-07-02 | edited views & model to congrtulate student & corrected indentation at ↵ | Hardik Ghaghada | |
various places | |||
2013-07-02 | corrected indentation at various places | Hardik Ghaghada | |
2013-07-02 | Edited view to give a message if all the questions are correctly answered | Hardik Ghaghada | |
2013-07-02 | minor changes | prathamesh | |
2013-07-02 | clean C and Cpp | prathamesh | |
2013-07-02 | Merge branch 'C-Cpp' of https://github.com/prathamesh920/online_test into ↵ | prathamesh | |
fresh_C_Cpp | |||
2013-07-02 | changes made | prathamesh | |
2013-07-02 | c files moved | prathamesh | |
2013-07-01 | Merge pull request #11 from hardythe1/fresh_snippet_feature | Prabhu Ramachandran | |
Fresh snippet feature | |||
2013-07-01 | corrected indentation in all js files | Hardik Ghaghada | |
2013-07-01 | comments and print statement removed | prathamesh | |
2013-07-01 | resolved conflicts | Hardik Ghaghada | |
2013-07-01 | made changes as per the comments on pull request | Hardik Ghaghada | |
2013-07-01 | edited JS to give a msg when the answer is correct | hardythe1 | |
2013-06-11 | Modified textarea in student interface to notify about using tabs for ↵ | Hardik Ghaghada | |
indentation | |||
2013-06-11 | Implemented tabs for indentation for snippets | Hardik Ghaghada | |
2013-06-10 | Added the snippet feature & cleaned JS | Hardik Ghaghada | |
2013-06-05 | c_cpp_files | prathamesh | |
2013-06-05 | c and cpp files isolated | prathamesh | |
2013-06-04 | Corrected a syntax error at line 479 | Hardik Ghaghada | |
2013-05-08 | Function to check C-C++ code | prathamesh | |
Added a function which compiles C and C++ code submitted by the student. 1) If compilation is successful, then the submitted code is tested using test-cases. 2) To test the function written by the student, a C++ file calls the function and passes the argument to the function. Then the function checks for the expected return value. 3) If the return value is as expected, then a different set of arguments are passed, and the output is checked. 4) If for all set of arguments the output is as expected then the student code is graded correct else the error is displayed to the student. Changed the way the code is graded. Previously, the algorithm checked the student code for all test-cases. If all the test-cases were satisfied, the last-line of the program was reached and printed "All Correct". So at any point if a test-case fails, the last line is not reached as the program was terminate. When the string "All Correct" was found in the output, the code was graded as RIGHT else WRONG. This is not a proper way for code checking, as the student code *may* contain a print statement with the string('All Correct'), and thus can get program RIGHT even though it is WRONG. So now the student code is tested as follows: 1) The code checks for all test-cases. 2) If all test-cases are satisfied then it returns 0. 3) If any one of the test-case fails, the program is terminated and will return 1. 4) Now depending on the return status(0 or 1), it will grade the code. a) if 0 then RIGHT b) if 1 then WRONG This ensures, no manipulation from student side. | |||
2013-04-30 | Snippet feature implemented | Hardik Ghaghada | |
2013-04-29 | Added a separate textarea for non-editable code for snippet feature | Hardik Ghaghada | |
2013-04-27 | Merge branch 'model_changes' of ... | Prabhu Ramachandran | |
https://github.com/hardythe1/online_test into master. Conflicts: production.cfg testapp/production.py | |||
2013-04-27 | corrected the file through pep8 parser for conventions | Hardik Ghaghada | |
2013-04-26 | missed this file in the previous commit | Hardik Ghaghada | |
2013-04-26 | Dumped JS from HTML pages to separate JS files | Hardik Ghaghada | |
2013-04-26 | Dumped all JS in question.js file | Hardik Ghaghada | |
2013-04-26 | Corrected small malfunction in start function | Hardik Ghaghada | |
2013-04-26 | Corrected small malfunction due to indetentation and 80 column wrapping | Hardik Ghaghada | |
2013-04-26 | Resolved Conflicts | Hardik Ghaghada | |
2013-04-26 | Correct small malfunctions due to indentations & 80 column wrapping | Hardik Ghaghada | |
2013-04-24 | Corrected a minor error in fetch_questions function | Hardik Ghaghada | |
2013-04-24 | 80 Cols per line, corrected indentation in files & implemented DRY | Hardik Ghaghada | |
2013-04-04 | Edited JavaScript to resolve a small malfunction | Hardik Ghaghada | |
2013-03-18 | Added code snippets for questions | Jay Parikh | |
2012-11-12 | change setting for URLs | jayparikh111 | |
2012-11-08 | removed global set varible | jayparikh111 | |