{% extends "base.html" %} {% block content %}
Name: | {{ exp.name }} |
|
Status: | {{ exp.status }} | {% if exp.status == 'Hidden' %} Publish | {% endif %} {% if exp.status == 'Public' %} Hide experiment {% endif %}
Instructions: | {{ exp.instruction }} | Edit info |
Trial randomization: | {{ exp.randomization }} | {% if exp.randomization == 'Off' %} Enable | {% endif %} {% if exp.randomization == 'On' %} Disable {% endif %}
Language: | {{ exp.language }} | |
Stimulus type: | {{ mtype.type }} | |
Experiment ID: | {{ exp.idexperiment }} |
|
Add more |
Add more |
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.
Page ID: {{ page.idpage }} | {{ page.text }} |
|
Add more |