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


Experiment info:


{% for exp in experiment_info %} {% endif %} {% if exp.status != 'Hidden' %} Unpublish {% endif %} {% endif %} {% if exp.randomization == 'On' %} Disable {% endif %} {% if exp.research_notification_filename %} {% else %} {% endif %} {% endfor %}
Name: {{ exp.name }}
Status: {{ exp.status }} {% if exp.status == 'Hidden' %} Publish (visible) Publish (private)
Creator: {{ exp.creator_name }} - {{ exp.creation_time }}
Language: {{ exp.language }}
Stimulus type: {{ mtype.type }}
Stimulus size: {{ exp.stimulus_size }}
Trial randomization: {{ exp.randomization }} {% if exp.randomization == 'Off' %} Enable
Use forced ID for participants: {{ exp.use_forced_id }} {% if exp.use_forced_id == 'Off' %} Enable {% endif %} {% if exp.use_forced_id == 'On' %} Disable Check ID {% endif %}
Research bulletin: {{ exp.research_notification_filename }} Remove Upload
Detailed instructions: {{ exp.instruction }} Edit properties
Short description: {{ exp.short_instruction }}
Single sentence instruction: {{ exp.single_sentence_instruction }}
Consent form text: {{ exp.consent_text }}
Experiment database ID: {{ exp.idexperiment }}


Background questions:


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


Add embody tool:

{% for embody_picture in embody_pictures %} {% endfor %}
Embody tool: {% if embody_pictures|length > 0 and experiment_info[0].embody_enabled %} Enabled {% else %} Disabled {% endif %} Add default Add new picture
ID: {{ embody_picture.idembody }}
{{ embody_picture.question }}
Remove


Add questions:



{% 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 %} {% endfor %}
Page ID: {{ page.idpage }} {{ page.text }} Edit
Add more
{% else %}
{% for page in media %} Page ID: {{ page.idpage }} {{ page.media }} Replace {% endfor %}
Add more
{% endif %}

{% endblock %}