summaryrefslogtreecommitdiff
path: root/testapp/static/exam/js
AgeCommit message (Collapse)Author
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-05Blank lines removed.prathamesh
2014-02-12Modified snippetprathamesh
Snippet textarea extends according to the length of the snippet with numbering. The textarea to write code is dynamic with numbering. The textarea extends as per the length of the code.
2013-07-08Added few questions. Made changes to fix minor bugs which were found during ↵prathamesh
testing.
2013-07-03Merge branch 'fresh_js_changes' of https://github.com/hardythe1/online_test ↵Hardik Ghaghada
into fresh_js_changes
2013-07-01corrected indentation in all js filesHardik Ghaghada
2013-07-01made changes as per the comments on pull requestHardik Ghaghada
2013-07-01edited JS to give a msg when the answer is correcthardythe1
2013-06-11Implemented tabs for indentation for snippetsHardik Ghaghada
2013-06-10Added the snippet feature & cleaned JSHardik Ghaghada
2013-04-29Added a separate textarea for non-editable code for snippet featureHardik Ghaghada
2013-04-26Dumped JS from HTML pages to separate JS filesHardik Ghaghada
2013-04-26Dumped all JS in question.js fileHardik Ghaghada
2013-04-2480 Cols per line, corrected indentation in files & implemented DRYHardik Ghaghada
2013-04-04Edited JavaScript to resolve a small malfunctionHardik Ghaghada
2012-11-01Removed Global variables for Quiz & Questionsjayparikh111
2012-06-25implemented tabs & line numbers in textareaJay Parikh
2012-03-28minor changeshardythe1
2012-03-22Tagging functionality in quizhardythe1
2012-03-22Autocomplete tagging functionalityhardythe1