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


Add more stimuli:


{% from "_formhelpers.html" import render_field %}
{% if stimulus_type == 'text' %}
Paste the new texts to the textarea and mark the end of each stimulus with a /n. Do not place the marker at the end of the last text. Example: Text1/n Text2/n Text3
{% endif %} {% if stimulus_type == 'video' or stimulus_type == 'audio' or stimulus_type == 'picture' %}
Add files:
Upload:
{% endif %}
Cancel
{% endblock %}