summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-11Merge branch 'redirect_result_view'prathamesh
2014-08-11Merge branch 'app_package'prathamesh
2014-08-11Merge branch 'master' of https://github.com/FOSSEE/online_testprathamesh
2014-08-11fixed minor issues in css.prathamesh
2014-08-11redirect 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-11minor changeprathamesh
2014-08-11minor changeprathamesh
2014-08-11setup.py and readme files updatedprathamesh
2014-08-06Readme modifiedprathamesh
2014-08-05changed 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-08-05Modification in manifiest.in to exlude some files from the testapp packageprathamesh
2014-08-05minor changeprathamesh
2014-08-05added distribution packageprathamesh
2014-08-05testing django-exam app, pip install from gitprathamesh
2014-08-05Placed setup.py in the parent folder.prathamesh
pip install [git repo], this command will automatically run this setup file.
2014-08-05code server as a commandprathamesh
2014-07-31Added entry point: Created code_sever as a command.prathamesh
2014-07-28Merge branch 'reusable_app' of https://github.com/prathamesh920/online_test ↵prathamesh
into packaging_app
2014-07-26Merge pull request #34 from prathamesh920/reusable_appPrabhu Ramachandran
Reusable app
2014-07-26Merge pull request #33 from prathamesh920/initial_fixturesPrabhu Ramachandran
Added initial fixture.
2014-07-24Merge branch 'initial_fixtures' into packaging_appprathamesh
2014-07-24Merge branch 'initial_fixtures' into reusable_appprathamesh
2014-07-24Removed spaceprathamesh
2014-07-23Merge branch 'initial_fixtures' into packaging_appprathamesh
2014-07-23Merge branch 'initial_fixtures' into reusable_appprathamesh
2014-07-23Command 'add_group' created for adding the moderator groupprathamesh
2014-07-15indentationprathamesh
2014-07-15django exam app package.prathamesh
run 'python setup.py sdist' to create the distribution package.
2014-07-15minor change to template, to avoid id conflict between two modal popupsprathamesh
2014-07-15change made to subtract naive and aware datetimesprathamesh
2014-07-11Moved code server in the app folder.prathamesh
moved output folder in the app.
2014-07-11Made modifications.prathamesh
initial_fixture only to add moderator group. sample_question file modified to add language and snippet.
2014-07-11Moved templates and static inside the app.prathamesh
2014-07-11Exam app using django 1.6.5prathamesh
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-09Added initial fixture.prathamesh
Creates moderator group. Adds four questions. "./bin/django loaddata fixture_name" will load the data.
2014-07-03Merge pull request #32 from prathamesh920/question_paper_creation_interfacePrabhu Ramachandran
Question paper creation interface
2014-07-03Removed comments from base cssprathamesh
2014-07-03minor changeprathamesh
2014-07-03Whitespaces strippedprathamesh
2014-07-03Interface to create question paperprathamesh
2014-07-02Merge pull request #31 from hardythe1/User-DashboardPrabhu Ramachandran
User dashboard
2014-07-02removing linkshardythe1
2014-07-02removing linkshardythe1
2014-07-02correcting a small syntax error'hardythe1
2014-07-02changes to start the quiz if prerequisite is passedhardythe1
2014-07-02changes to start the quiz if prerequisite is passedhardythe1
2014-07-02changes to start the quiz if prerequisite is passedhardythe1
2014-07-02Merge pull request #30 from hardythe1/Moderator-DashboardPrabhu Ramachandran
changing moderator's landing page to show list of all quizzes
2014-06-30adding table designinghardythe1
2014-06-30adding marks obtained & percentagehardythe1