diff -r 265ed367e8cc -r ffc035725a4e templates/user_dump.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/user_dump.html Thu Apr 22 02:13:32 2010 +0530 @@ -0,0 +1,23 @@ +{% extends 'base.html' %} +{% block content %} +List of answers submitted by {{quiz.user.get_full_name}} for {{quiz_name}} of {{event.title}}
+
+ + + + + + + + {% for ans in quiz.que_answered.all %} + + + + + + {% endfor %} +
QuestionSubmitted Answer Is Correct
{{ans.question.description|slice:":50"}}{{ans.submitted_ans}}

+ +
+{% endblock %} +