X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/338df01332addc2146023ae2ed3a6f2730fb0098..543746a467e90915f7eaf60b7b09f5fa498056e0:/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 new file mode 100644 index 0000000..5238c2f --- /dev/null +++ b/wtem/templates/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