Experiment elements templates
Parts of experiments made to mix and match. These are not full experiments. Click here for a list of complete experiments.
While many aspects of the experiment setup are included in these templates, some features are still under development, as indicated by the 🚧 icons.

Instructions and end screen

Ethics agreement

Participant metadata

Self-paced reading

Acceptability ratings

Comprehension questions 🚧
You can think of PennController trials as building blocks that you combine to create an experiment. Trials are composed of even smaller building blocks: elements (things that have content) and commands (things that make elements do things). We’ll talk more about elements and commands in upcoming sections. PCIbex documentation
Running Code
To run the code, clone or download the content of the corresponding GitHub repository and copy it into a new empty project in your PCIbex farm. Alternatively, click on the demo link and copy the template.
To download the files from GitHub:
- Click on
Code
andDownload ZIP
. - Unpack the
ZIP
archive. - Create a new empty project on the PCIbex farm of your choosing.
- Upload the files from the archive:
- From
chunk includes
toResources
- From
data_includes
toScripts
- From
css_includes
toAesthetics
- from
js_includes
toModules
- From