More fixes, those are the final texts !!! #10
@ -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>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
"template": "standard_template.html",
|
||||
"stimuli": {
|
||||
"type": "single_video",
|
||||
"order": "",
|
||||
"list": {
|
||||
"video_1": "platzhalter-video.mp4"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user