X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/2c29cc5cf878a27f7fd16f4ac2c10472263bcfc1..cc9ea81eebb7202999f71df75c4f140575bcfbb9:/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html index 85122e0..268724c 100644 --- a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html +++ b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html @@ -1,14 +1,17 @@ -
+

Zadanie {{no}}

+ {% for para in exercise.description %}

- {{exercise.description}} - Przeciągnij odpowiedzi i upuść w wybranym polu. + {{para}}

+ + {% endfor %} + Przeciągnij odpowiedzi i upuść w wybranym polu.

{{exercise.buckets_name|default:"kategorie"|capfirst}}:

@@ -25,14 +28,23 @@
-
+

{{exercise.items_name|capfirst}}:

    {% for item in exercise.items %} -
  • {{item.text}}
  • + + {% if item.href %} +
  • + {{item.text}} + +
  • + {% else %} +
  • {{item.text}}
  • + {% endif %} + {% endfor %}