From: Aleksander Łukasz
Date: Fri, 8 Nov 2013 10:57:26 +0000 (+0100)
Subject: Tweaking instructions
X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/ed127c1da2291a994194ebee3d950ff313c17b7f
Tweaking instructions
---
diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
index f4eac19..67ad08b 100644
--- a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
+++ b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
@@ -11,7 +11,9 @@
{% endfor %}
- PrzeciÄ
gnij odpowiedzi i upuÅÄ w wybranym polu.
+ {% if not exercise.hide_default_instruction %}
+ PrzeciÄ
gnij odpowiedzi i upuÅÄ w wybranym polu.
+ {% endif %}
{{exercise.buckets_name|default:"kategorie"|capfirst}}:
@@ -30,6 +32,9 @@
{{exercise.items_name|capfirst}}:
+ {% if exercise.items_instruction %}
+
{{exercise.items_instruction}}
+ {% endif %}
diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html
index 952b3e9..3dc2d81 100644
--- a/wtem/templates/wtem/main.html
+++ b/wtem/templates/wtem/main.html
@@ -29,6 +29,9 @@
.wtem-items-inline li {
display: inline-block;
}
+ .instruction {
+ font-weight: bold;
+ }