fix for wannabe hackers
[edumed.git] / stage2 / templates / stage2 / answer_list.html
index aa00891..c0f7dc8 100644 (file)
@@ -3,9 +3,10 @@
 
 {% block body %}
   <h1>{% if marked %}Ocenione odpowiedzi{% else %}Odpowiedzi do oceny{% endif %}</h1>
-  <p>Zadanie <cite>{{ assignment.title }}</cite> (max {{ assignment.max_points }} pkt)</p>
-  <p><strong>{% if assignment.is_active %}Możliwość oceniania zostanie włączona po terminie wysyłania rozwiązań</strong>{% endif %}</p>
-  {% if not assignment.is_active %}
+  <h2>{{ assignment.title }} (max {{ assignment.max_points }} pkt)</h2>
+  {% if assignment.is_active %}
+    <p><strong>Możliwość oceniania zostanie włączona po terminie wysyłania rozwiązań</strong></p>
+  {% else %}
     {% if marked %}
       <p><a href="{% url 'stage2_answer_list' assignment.id %}">Przejdź do odpowiedzi do oceny</a></p>
     {% else %}
     {% endif %}
   {% endif %}
   <p>{% if not marked and not assignment.is_active %}Pozostało {% endif %}{{ answers|length }} odpowiedzi</p>
+  {% if field_counts %}
+    <ul>
+      {% for field_name, count in field_counts %}
+        <li>{{ field_name }}: {{ count }} odpowiedzi</li>
+      {% endfor %}
+    </ul>
+  {% endif %}
   {% for answer in answers %}
     <h3>{{ answer.participant }}</h3>
+    {% for label, value in answer.fields %}
+      <p>
+        <strong>{{ label }}</strong>: {{ value }}
+      </p>
+    {% endfor %}
     {% for label, attachment in answer.attachments %}
       <p>
         <strong>{{ label }}</strong>: