Support open part in questions of type 'wybor'
[edumed.git] / wtem / templates / wtem / exercises / edumed_wybor.html
index 031c718..d94995d 100644 (file)
         </ol>
     </div>
 
+    {% if exercise.open_part %}
+    <div class="open_part">
+        <div class="description">
+            {% for para in exercise.open_part %}
+                <p class="paragraph">
+                    {{para}}
+                </p>
+            {% endfor %}
+        </div>
+        <textarea style="width: 100%; margin-top:10px;" rows="10"></textarea>
+    </div>
+    {% endif %}
+
 </div>
\ No newline at end of file