{% extends "base.html" %} {% block content %}


Experiment info:


{% for exp in experiment_info %} {% endif %} {% if exp.status == 'Public' %} Hide experiment {% endif %} {% endif %} {% if exp.randomization == 'On' %} Disable {% endif %} {% endfor %}
Name: {{ exp.name }}
Status: {{ exp.status }} {% if exp.status == 'Hidden' %} Publish
Instructions: {{ exp.instruction }} Edit info
Trial randomization: {{ exp.randomization }} {% if exp.randomization == 'Off' %} Enable
Language: {{ exp.language }}
Stimulus type: {{ mtype.type }}
Experiment ID: {{ exp.idexperiment }}


Background questions:


{% for options in questions1 %} {% endfor %}
Edit
Add more


Rating set:



{% for category in categories1 %} {% for scale in categories1[category] %}

{{ scale[0] }}

{{ scale[1] }}

Edit
{% endfor %} {% endfor %}
Add more


Stimuli:


Please notice that the Page ID is just the reference ID of the stimulus in the database. When stimulus randomization is set to "OFF" the stimulus will be presented in the order below even if there would be numbers missing from the page ID sequence. If randomization is set to "ON" the order will be randomized for each participant.


{% if mtype.type=='text' %} {% for page in media.items %} {% endfor %}
Page ID: {{ page.idpage }} {{ page.text }} Edit
Add more
{% else %}
{% for page in media.items %} Page ID: {{ page.idpage }} {{ page.media }} Replace {% endfor %}
Add more
{% endif %}

{% endblock %}