X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9889197918d4166fc7453e866ab0f4ca72056cc3..4b2479a67217baa238beb0b407a63ff1025b09f1:/wtem/templates/wtem-wtem/exercises/edumed_wybor.html?ds=sidebyside diff --git a/wtem/templates/wtem-wtem/exercises/edumed_wybor.html b/wtem/templates/wtem-wtem/exercises/edumed_wybor.html deleted file mode 100644 index 5238c2f..0000000 --- a/wtem/templates/wtem-wtem/exercises/edumed_wybor.html +++ /dev/null @@ -1,46 +0,0 @@ -
- -

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