Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | Question navigator implemented | prathamesh | |
Students can now move from one question to another through the navigator window. Also, the questions attempted will have different color then the ones which are not attempted. | |||
2015-01-20 | View updated to take infinite quizzes. | prathamesh | |
2015-01-20 | Assignment upload interface implementation | prathamesh | |
2015-01-16 | added view, urls for assignment upload & changed the model | hardythe1 | |
2014-09-23 | Merge branch 'models_modification' into HEAD | prathamesh | |
2014-09-23 | Models and views modified. | prathamesh | |
Added number of attempts option for quiz. Also days lag between two attempts. added test status and attempt number for the test. Removed profile foreign key from answer paper models since user foreign key is present in the answer paper model. Urls slightly modified to include attemt number for a given quiz. | |||
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-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-11 | Moved code server in the app folder. | prathamesh | |
moved output folder in the app. | |||
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 | Mutiple correct choices question type added. | 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-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 | isDigit() issue resolved | prathamesh | |
2014-06-05 | main files indented. | prathamesh | |
comments removed from views file | |||
2014-05-12 | Files modified according to the pep8 coding standard. | 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-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-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-04 | Corrected a syntax error at line 479 | Hardik Ghaghada | |
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 | corrected the file through pep8 parser for conventions | 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-03-18 | Added code snippets for questions | Jay Parikh | |
2012-11-08 | removed global set varible | jayparikh111 | |