multiple choice bug fixed

This commit is contained in:
Jan 2024-10-13 15:29:30 +02:00
parent 52db4cc0fb
commit 23e6ee55c6
2 changed files with 5 additions and 2 deletions

View File

@ -262,7 +262,8 @@ step={{question["step"]}}
{% elif (questions[question]["type"] == "multiplechoice") %}
<div class="compressWidth">
<label>
<p>
<div>
{{ questions[question]['text']}}
{% for point in questions[question]["points"] %}
@ -272,7 +273,8 @@ step={{question["step"]}}
{{ questions[question]['points'][point]['text']}}</label>
{% endfor %}
</label>
</div>
</p>
</div>
<div class="spacer" aria-hidden="true" style="height:30px"></div>

View File

@ -8,6 +8,7 @@
"template": "standard_template.html",
"stimuli": {
"type": "single_video",
"order": "",
"list": {
"video_1": "platzhalter-video.mp4"
},