Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-02 | changes to start the quiz if prerequisite is passed | hardythe1 | |
2014-06-30 | adding table designing | hardythe1 | |
2014-06-30 | adding marks obtained & percentage | hardythe1 | |
2014-06-30 | changes for user dashboard | hardythe1 | |
2014-06-27 | Merge pull request #28 from prathamesh920/multiple_correct_type | Prabhu Ramachandran | |
Multiple correct type | |||
2014-06-27 | Merge pull request #26 from prathamesh920/model_modification | Prabhu Ramachandran | |
Model modification | |||
2014-06-27 | Merge branch 'model_modification' into multiple_correct_type | prathamesh | |
2014-06-27 | Mutiple correct choices question type added. | prathamesh | |
2014-06-27 | Made the minor change | prathamesh | |
2014-06-26 | Made pass field as boolean field. | prathamesh | |
And changed variables to lowercases | |||
2014-06-26 | changes as per suggestion | prathamesh | |
2014-06-26 | Changes in edit quiz view to set prerequisite | prathamesh | |
2014-06-26 | Changes made to quiz form to accept prerequisite quiz. | prathamesh | |
2014-06-25 | Added test for new model fields and new methods created in models. | prathamesh | |
2014-06-24 | modification in models | prathamesh | |
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-23 | Merge pull request #25 from prathamesh920/question_paper_generator | Prabhu Ramachandran | |
Question paper generator | |||
2014-06-22 | Made changes to update_total_marks method | prathamesh | |
2014-06-21 | Added assertion in test_get_random_questions, to check the order of questions. | prathamesh | |
2014-06-21 | TestCases Separated | prathamesh | |
2014-06-20 | Changes made as per the suggestions. | prathamesh | |
2014-06-16 | Models 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-09 | Merge branch 'master' of https://github.com/FOSSEE/online_test | prathamesh | |
2014-06-06 | Merge pull request #24 from prathamesh920/spoken_tutorial | Prabhu Ramachandran | |
Spoken tutorial authentication | |||
2014-06-06 | changes made as per comments. | prathamesh | |
2014-06-06 | Merge branch 'spoken_tutorial' | prathamesh | |
2014-06-06 | minor change in settings.py | prathamesh | |
2014-06-06 | minor changes | prathamesh | |
2014-06-06 | README updated. | prathamesh | |
2014-06-06 | README file added to the authentication app. | prathamesh | |
2014-06-06 | Merge pull request #20 from prathamesh920/scilab_autocheck | Prabhu Ramachandran | |
Scilab autocheck | |||
2014-06-06 | minor change | prathamesh | |
2014-06-05 | Merge branch 'scilab_check' into scilab_autocheck | prathamesh | |
Conflicts: testapp/exam/forms.py | |||
2014-06-05 | Merge branch 'master' of https://github.com/FOSSEE/online_test | prathamesh | |
2014-06-05 | Merge pull request #18 from prathamesh920/modified_snippet | Prabhu Ramachandran | |
Modified snippet | |||
2014-06-05 | Fixed indentation. | prathamesh | |
2014-06-05 | Blank lines removed. | prathamesh | |
2014-06-05 | Merge branch 'modified_snippet' | prathamesh | |
2014-06-05 | Merge pull request #16 from prathamesh920/deploy_server | Prabhu Ramachandran | |
Deploy server | |||
2014-06-05 | Merge branch 'deploy_server' | prathamesh | |
2014-06-05 | isDigit() issue resolved | prathamesh | |
2014-06-05 | main files indented. | prathamesh | |
comments removed from views file | |||
2014-06-05 | Merge branch 'deploy_server' | prathamesh | |
2014-05-18 | Merge pull request #15 from prathamesh920/load_exam_command | Prabhu Ramachandran | |
load_exam command modified to accept tags. | |||
2014-05-12 | Files modified according to the pep8 coding standard. | prathamesh | |
2014-05-08 | load_exam command modified to accept tags. | prathamesh | |
sample_questions template modified. Tags can be added to the template. | |||
2014-03-26 | User 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-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. |