summaryrefslogtreecommitdiff
path: root/testapp/exam/templates
AgeCommit message (Collapse)Author
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.
2015-01-20Assignment upload interface implementationprathamesh
2015-01-16added view, urls for assignment upload & changed the modelhardythe1
2014-09-23Models 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-07-15minor change to template, to avoid id conflict between two modal popupsprathamesh
2014-07-11Moved templates and static inside the app.prathamesh