X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/308fc0f1252dbf98897051a4780679e96eb55f46..72bc005db7e75e723b760e09557a40a859553045:/edumed/templates/contact/collegium-mlodych-test/results.html?ds=sidebyside diff --git a/edumed/templates/contact/collegium-mlodych-test/results.html b/edumed/templates/contact/collegium-mlodych-test/results.html new file mode 100644 index 0000000..8e0164f --- /dev/null +++ b/edumed/templates/contact/collegium-mlodych-test/results.html @@ -0,0 +1,31 @@ +{% extends base_template|default:"base.html" %} +{% load i18n %} + +{% block title %}Wyniki{% endblock %} + +{% block body %} + {% include 'sciezki_logos.html' %} +

Wyniki

+ +

Suma uzyskanych punktów: {{ results.points|floatformat }} na {{ results.total }} możliwych.

+ + {#

Zgłoś się na warsztaty

#} + + {% for question in results.questions %} + {{ question.label }} +
    + {% for answer, chosen, correct in question.answers %} +
  1. {{ answer }}
  2. + {% endfor %} +
+

Komentarze do odpowiedzi:

+ {% for answer in question.answer_data %} +

{{ answer.letter }}:

+ {{ answer.comment }} + {% endfor %} + {% endfor %} + {#

Zgłoś się na warsztaty

#} +

Pytania stworzyli: Grzegorz Stunża, Marcin Wilkowski.

+

Komentarzami opatrzyli: Paulina Piasecka, Paweł Maranowski.

+ +{% endblock %} \ No newline at end of file