Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | fixed minor issues in css. | prathamesh | |
2014-08-11 | redirect to dashboard after exam. | prathamesh | |
After exam is over or time-out the user is redirected to the result page. The user is not logged out. Current time is checked with the quiz end time, so that the user cannot reattempt the quiz. | |||
2014-07-15 | indentation | prathamesh | |
2014-07-15 | django exam app package. | prathamesh | |
run 'python setup.py sdist' to create the distribution package. | |||
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 | 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 | Removed comments from base css | prathamesh | |
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 | 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-07-02 | Merge pull request #30 from hardythe1/Moderator-Dashboard | Prabhu Ramachandran | |
changing moderator's landing page to show list of all quizzes | |||
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-29 | changing moderator's landing page to show list of all quizzes | FOSSEE Project | |
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 | |