X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/3fd04fa811ccc4be2c8f949d06faef9b0325a393..28e55ad9db74291ea3ca8380fb2bf96280336f55:/wtem/templates/wtem/exercises/edumed_wybor.html diff --git a/wtem/templates/wtem/exercises/edumed_wybor.html b/wtem/templates/wtem/exercises/edumed_wybor.html index 031c718..db3d70c 100644 --- a/wtem/templates/wtem/exercises/edumed_wybor.html +++ b/wtem/templates/wtem/exercises/edumed_wybor.html @@ -2,13 +2,22 @@

Zadanie {{no}}

+ {% autoescape off %}
{% for para in exercise.description %}

{{para}}

{% endfor %} + + {% if exercise.answer|length == 1 %} + Tylko jedna odpowiedź jest prawidłowa. + {% else %} + Zaznacz wszystkie prawidłowe odpowiedzi. + {% endif %} +
+ {% endautoescape %}
    @@ -21,4 +30,17 @@
+ {% if exercise.open_part %} +
+
+ {% for para in exercise.open_part %} +

+ {{para}} +

+ {% endfor %} +
+ +
+ {% endif %} + \ No newline at end of file