More fixes, those are the final texts !!! #10

Merged
Jan merged 5 commits from working into main 2024-10-13 15:43:47 +02:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 23e6ee55c6 - Show all commits

View File

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

View File

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