X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/2e008ebe7ee77a359366823d1604e111fab98ca3..fd65827f7d34921b927dfd735099b0690aa3a2df:/wtem/templates/wtem-wtem/exercises/edumed_wybor.html diff --git a/wtem/templates/wtem-wtem/exercises/edumed_wybor.html b/wtem/templates/wtem-wtem/exercises/edumed_wybor.html new file mode 100644 index 0000000..5238c2f --- /dev/null +++ b/wtem/templates/wtem-wtem/exercises/edumed_wybor.html @@ -0,0 +1,46 @@ +
+ +

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 %} + +
+
    + {% for option in exercise.options %} +
  1. + + +
  2. + {% endfor %} +
+
+ + {% if exercise.open_part %} +
+
+ {% for para in exercise.open_part %} +

+ {{para}} +

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