wip: open question sample
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 31 Oct 2013 11:06:36 +0000 (12:06 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 15 Jan 2014 10:18:53 +0000 (11:18 +0100)
wtem/templates/wtem/exercises/open.html [new file with mode: 0644]

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