From 23e6ee55c620bafea5dac5c22e64058c7bf396ed Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 13 Oct 2024 15:29:30 +0200 Subject: [PATCH] multiple choice bug fixed --- slaeforms/templates/standard_template.html | 6 ++++-- slaeforms/userstudy1.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/slaeforms/templates/standard_template.html b/slaeforms/templates/standard_template.html index 56853b5..3a88bda 100644 --- a/slaeforms/templates/standard_template.html +++ b/slaeforms/templates/standard_template.html @@ -262,7 +262,8 @@ step={{question["step"]}} {% elif (questions[question]["type"] == "multiplechoice") %}
-
diff --git a/slaeforms/userstudy1.json b/slaeforms/userstudy1.json index 5c7c02a..2536c5c 100644 --- a/slaeforms/userstudy1.json +++ b/slaeforms/userstudy1.json @@ -8,6 +8,7 @@ "template": "standard_template.html", "stimuli": { "type": "single_video", + "order": "", "list": { "video_1": "platzhalter-video.mp4" },