summaryrefslogtreecommitdiff
path: root/src/templates/templates/question-image.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/templates/question-image.ftl')
-rw-r--r--src/templates/templates/question-image.ftl13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/templates/templates/question-image.ftl b/src/templates/templates/question-image.ftl
index 0cf815c..280c4aa 100644
--- a/src/templates/templates/question-image.ftl
+++ b/src/templates/templates/question-image.ftl
@@ -1,3 +1,10 @@
+<h1>${question.question}</h1>
+<#if question.description??>
+<p>
+ ${question.description}
+</p>
+</#if>
+
<div class="imageQuestion question">
<#list question.answers?keys as answerid>
<#if selectedAnswerId?? && answerid == selectedAnswerId>
@@ -8,9 +15,3 @@
</#list>
</div>
-<h1>${question.question}</h1>
-<#if question.description??>
-<p>
- ${question.description}
-</p>
-</#if>