{{ extends "global/Page.html" }} {{ block title }} {{ endblock }} {{ block content }} {% if Role_Subject_or_Experimenter != 'Experimenter' %} {{ formfields }} {% else %}

Make sure that Participant Numbers were assigned correctly. In addition to the experimenter, we must have 21 participant computers active (22 computers total). They must each be assigned a unique Participant Number from 1-21.

1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
{% endif %} {{ endblock }} {{ block scripts }} {{ endblock }}