summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-26Changes in edit quiz view to set prerequisiteprathamesh
2014-06-26Changes made to quiz form to accept prerequisite quiz.prathamesh
2014-06-25Added test for new model fields and new methods created in models.prathamesh
2014-06-24modification in modelsprathamesh
Added shuffle option in the question paper. Added language field, passing criteria and prerequisite quiz in quiz. Added pass/fail result and percentage field in the answerpaper.
2014-06-23Merge pull request #25 from prathamesh920/question_paper_generatorPrabhu Ramachandran
Question paper generator
2014-06-22Made changes to update_total_marks methodprathamesh
2014-06-21Added assertion in test_get_random_questions, to check the order of questions.prathamesh
2014-06-21TestCases Separatedprathamesh
2014-06-20Changes made as per the suggestions.prathamesh
2014-06-16Models modified.prathamesh
QuestionPaper model modified for generating random questions. Added language field to Question model. Removed tags from Quiz model. Template and javascript for Add and Edit questions modified. Added test cases for models.
2014-06-09Merge branch 'master' of https://github.com/FOSSEE/online_testprathamesh
2014-06-06Merge pull request #24 from prathamesh920/spoken_tutorialPrabhu Ramachandran
Spoken tutorial authentication
2014-06-06changes made as per comments.prathamesh
2014-06-06Merge branch 'spoken_tutorial'prathamesh
2014-06-06minor change in settings.pyprathamesh
2014-06-06minor changesprathamesh
2014-06-06README updated.prathamesh
2014-06-06README file added to the authentication app.prathamesh
2014-06-06Merge pull request #20 from prathamesh920/scilab_autocheckPrabhu Ramachandran
Scilab autocheck
2014-06-06minor changeprathamesh
2014-06-05Merge branch 'scilab_check' into scilab_autocheckprathamesh
Conflicts: testapp/exam/forms.py
2014-06-05Merge branch 'master' of https://github.com/FOSSEE/online_testprathamesh
2014-06-05Merge pull request #18 from prathamesh920/modified_snippetPrabhu Ramachandran
Modified snippet
2014-06-05Fixed indentation.prathamesh
2014-06-05Blank lines removed.prathamesh
2014-06-05Merge branch 'modified_snippet'prathamesh
2014-06-05Merge pull request #16 from prathamesh920/deploy_serverPrabhu Ramachandran
Deploy server
2014-06-05Merge branch 'deploy_server'prathamesh
2014-06-05isDigit() issue resolvedprathamesh
2014-06-05main files indented.prathamesh
comments removed from views file
2014-06-05Merge branch 'deploy_server'prathamesh
2014-05-18Merge pull request #15 from prathamesh920/load_exam_commandPrabhu Ramachandran
load_exam command modified to accept tags.
2014-05-12Files modified according to the pep8 coding standard.prathamesh
2014-05-08load_exam command modified to accept tags.prathamesh
sample_questions template modified. Tags can be added to the template.
2014-03-26User authentication using external database.prathamesh
Django authentication backend overriden to authenticate user using spoken tutorial database. Added database router to handle the database operations.
2014-03-13test condition added to test_server.pyprathamesh
2014-03-13Code to test scilab in test_server.pyprathamesh
included timeout with scilab command to prevent scilab from running scilab infinitely.
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.
2014-02-12Modified snippetprathamesh
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-03added versions to the packagesprathamesh
2013-08-19This branch was created for testing the app.prathamesh
Changes made here are during the testing phase. And the feedbacks recevied are implemented.
2013-07-29Merge pull request #14 from prathamesh920/fresh_javaPrabhu Ramachandran
fresh java
2013-07-08Added few questions. Made changes to fix minor bugs which were found during ↵prathamesh
testing.
2013-07-03Merge branch 'fresh_java' of https://github.com/prathamesh920/online_test ↵prathamesh
into deploy_server Conflicts: testapp/templates/exam/question.html
2013-07-03Merge pull request #12 from prathamesh920/fresh_C_CppPrabhu Ramachandran
Fresh c cpp
2013-07-03merged javaprathamesh
2013-07-03corrected a small malfunctionHardik Ghaghada
2013-07-03Merge branch 'fresh_js_changes' of https://github.com/hardythe1/online_test ↵Hardik Ghaghada
into fresh_js_changes
2013-07-03variable name changedprathamesh
2013-07-03clean codeprathamesh