wip: showing first couple of questions
[edumed.git] / wtem / templates / wtem / main.html
index bee75ec..ccb6023 100644 (file)
@@ -4,3 +4,19 @@
 {% block extra_script %}
     {% compressed_js 'wtem' %}
 {% endblock %}
+
+
+
+{% block body %}
+
+{% for exercise in exercises %}
+    {% with 'wtem/exercises/'|add:exercise.type|add:'.html' as template_name %}
+    {% include  template_name with exercise=exercise no=forloop.counter %}
+    {% endwith %}
+{% endfor %}
+
+
+<hr/>
+<button style="display: block; margin: auto;" id="submit_answers">Wyƛlij moje odpowiedzi</button>
+
+{% endblock %}
\ No newline at end of file