wip: open question sample
[edumed.git] / wtem / templates / wtem / exercises / open.html
diff --git a/wtem/templates/wtem/exercises/open.html b/wtem/templates/wtem/exercises/open.html
new file mode 100644 (file)
index 0000000..3e08265
--- /dev/null
@@ -0,0 +1,17 @@
+<div>
+
+    <h3>Zadanie {{no}}</h3>
+        
+    <div class="description">
+        {% autoescape off %}
+        {% for para in exercise.description %}
+            <p class="paragraph">
+                {{para}}
+            </p>
+        {% endfor %}
+        {% endautoescape %}
+    </div>
+
+    <textarea style="width: 100%; margin-top:10px;" rows="10"></textarea>
+
+</div>
\ No newline at end of file