summaryrefslogtreecommitdiff
path: root/testapp
AgeCommit message (Collapse)Author
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-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-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-06-30adding table designinghardythe1
2014-06-30adding marks obtained & percentagehardythe1
2014-06-30changes for user dashboardhardythe1
2014-06-29changing moderator's landing page to show list of all quizzesFOSSEE Project
2014-06-27Merge branch 'model_modification' into multiple_correct_typeprathamesh
2014-06-27Mutiple correct choices question type added.prathamesh
2014-06-27Made the minor changeprathamesh
2014-06-26Made pass field as boolean field.prathamesh
And changed variables to lowercases
2014-06-26changes as per suggestionprathamesh
2014-06-26Changes in edit quiz view to set prerequisiteprathamesh
2014-06-26Changes made to quiz form to accept prerequisite quiz.prathamesh
2014-06-25Added test for new model fields and new methods created in models.prathamesh
2014-06-24modification in modelsprathamesh
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-22Made changes to update_total_marks methodprathamesh
2014-06-21Added assertion in test_get_random_questions, to check the order of questions.prathamesh
2014-06-21TestCases Separatedprathamesh
2014-06-20Changes made as per the suggestions.prathamesh
2014-06-16Models 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-06Merge pull request #24 from prathamesh920/spoken_tutorialPrabhu Ramachandran
Spoken tutorial authentication
2014-06-06changes made as per comments.prathamesh
2014-06-06minor change in settings.pyprathamesh
2014-06-06minor changesprathamesh
2014-06-06README updated.prathamesh
2014-06-06README file added to the authentication app.prathamesh
2014-06-06minor changeprathamesh
2014-06-05Merge branch 'scilab_check' into scilab_autocheckprathamesh
Conflicts: testapp/exam/forms.py
2014-06-05Merge pull request #18 from prathamesh920/modified_snippetPrabhu Ramachandran
Modified snippet
2014-06-05Fixed indentation.prathamesh
2014-06-05Blank lines removed.prathamesh
2014-06-05Merge pull request #16 from prathamesh920/deploy_serverPrabhu Ramachandran
Deploy server
2014-06-05isDigit() issue resolvedprathamesh
2014-06-05main files indented.prathamesh
comments removed from views file
2014-05-12Files modified according to the pep8 coding standard.prathamesh