summaryrefslogtreecommitdiff
path: root/testapp/exam/static
AgeCommit message (Collapse)Author
2015-09-07remove old exam dirankitjavalkar
2015-09-02Change app name to yakshankitjavalkar
2015-09-01Merge pull request #54 from ankitjavalkar/filter-sortPrabhu Ramachandran
Filter fields for questions
2015-08-05Add filters: Minor fixesankitjavalkar
2015-08-05Add filters to question displayankitjavalkar
2015-08-03- Install script: Add subcommandsankitjavalkar
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json
2015-08-03Remove taggit-autocomplete app, make pip compatibleankitjavalkar
Conflicts: testapp/templates/demo_urls.py
2015-05-11- Seperate testcases, Modify views, models, templates for compatibilityankitjavalkar
- Change functions names in code_evaluator
2015-04-26Changes to Question model, Views, Add-Question UIankitjavalkar
- ref_code_path is now part of Question model - MCQ/MCC answers checked using solution field in question model - Formset should reload even after errors - add_question page chould display solution field only in MCQ/MCC
2015-02-24Question navigator implementedprathamesh
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.
2014-08-11fixed minor issues in css.prathamesh
2014-07-11Moved templates and static inside the app.prathamesh