templates/que_dump.html
changeset 48 aae2f69ba89c
parent 44 ffc035725a4e
child 51 80df28feac72
equal deleted inserted replaced
47:8a837762531b 48:aae2f69ba89c
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block content %}
     2 {% block content %}
     3 List of answers submitted for {{quiz_name}} of {{event.title}}<br />
     3 List of answers submitted for {{quiz_name}}<br />
       
     4 <br />
       
     5 {{question.description|linebreaksbr}}<br /><br />
       
     6 <fieldset><pre>{{question.code}}</pre></fieldset>
       
     7 <br />
       
     8 Answers Submitted:<br />
     4 <form action="" method="post">
     9 <form action="" method="post">
     5 <table cellspacing="5" cellpadding="3">
    10 <table cellspacing="5" cellpadding="3">
     6 		<tr>
    11 		<tr>
     7 				<td>User</td>
    12 				<td>User</td>
     8 				<td>Submitted Answer</td>
    13 				<td>Submitted Answer</td>