More fixes, those are the final texts !!! #10
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user