diff --git a/slaeforms/templates/standard_template.html b/slaeforms/templates/standard_template.html index a55c077..b7debe0 100644 --- a/slaeforms/templates/standard_template.html +++ b/slaeforms/templates/standard_template.html @@ -150,7 +150,7 @@ step={{question["step"]}} {% for question in questions %} {% if (questions[question]["type"] == "likert") %} -
+

{{ questions[question]['text']}}

{% for point in questions[question]["points"] %} diff --git a/slaeforms/templates/studytest.html b/slaeforms/templates/studytest.html index 64505c9..6dfcd82 100644 --- a/slaeforms/templates/studytest.html +++ b/slaeforms/templates/studytest.html @@ -17,11 +17,15 @@ - +
+ + + +