{% extends "base.html" %} {% block content %}
Select the stimuli to be uploaded for the experiment. First select the stimulus type. If your are using text as a stimuli paste the texts to the textarea and mark the end of each stimulus with a /n. If you are using images, audio or videofiles use the upload function and select all the stimuli at once from your computer and press submit.
{% from "_formhelpers.html" import render_field %} {% endblock %}