Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-05 | changed import exam.* to testapp.exam.* | prathamesh | |
So when the package is installed on a system, it will have proper path to the exam app. | |||
2014-07-24 | Merge branch 'initial_fixtures' into packaging_app | prathamesh | |
2014-07-24 | Removed space | prathamesh | |
2014-07-23 | Merge branch 'initial_fixtures' into packaging_app | prathamesh | |
2014-07-23 | Command 'add_group' created for adding the moderator group | prathamesh | |
2014-07-15 | minor change to template, to avoid id conflict between two modal popups | prathamesh | |
2014-07-15 | change made to subtract naive and aware datetimes | prathamesh | |
2014-07-11 | Moved code server in the app folder. | prathamesh | |
moved output folder in the app. | |||
2014-07-11 | Made modifications. | prathamesh | |
initial_fixture only to add moderator group. sample_question file modified to add language and snippet. | |||
2014-07-11 | Moved templates and static inside the app. | prathamesh | |
2014-07-11 | Exam app using django 1.6.5 | prathamesh | |
Removed version specification to install latest version of django. Added settings.py to the exam app. Removed default from import statement in urls.py since it is deprecated. | |||
2014-07-09 | Added initial fixture. | prathamesh | |
Creates moderator group. Adds four questions. "./bin/django loaddata fixture_name" will load the data. | |||
2014-07-03 | minor change | prathamesh | |
2014-07-03 | Whitespaces stripped | prathamesh | |
2014-07-03 | Interface to create question paper | prathamesh | |
2014-07-02 | Merge pull request #31 from hardythe1/User-Dashboard | Prabhu Ramachandran | |
User dashboard | |||
2014-07-02 | removing links | hardythe1 | |
2014-07-02 | correcting a small syntax error' | hardythe1 | |
2014-07-02 | changes to start the quiz if prerequisite is passed | hardythe1 | |
2014-07-02 | changes to start the quiz if prerequisite is passed | hardythe1 | |
2014-07-02 | changes to start the quiz if prerequisite is passed | hardythe1 | |
2014-06-30 | changes for user dashboard | hardythe1 | |
2014-06-29 | changing moderator's landing page to show list of all quizzes | FOSSEE Project | |
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-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-05 | Merge branch 'scilab_check' into scilab_autocheck | prathamesh | |
Conflicts: testapp/exam/forms.py | |||
2014-06-05 | Fixed indentation. | prathamesh | |
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-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-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. | |||
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 | |