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

Select Experiment Version

You can select multiple versions by pressing CMD (Mac) or STRG (Windows) while clicking.

Main experiment data

Contains the values that are saved by input elements in an experiment and the additional data dictionary.

Codebook

Information on the types and settings of all input elements in the experiment.

Move history

Information on participant's movements in the experiment. Each row contains information about one move, i.e. there can be lots of rows for a single participant.

Full experiment data

Main experiment data, element information (codebook) and values, and the movement history in JSON format. Unlinked data is not included here.

Unlinked experiment data

Shuffled unlinked data: Values that are saved on UnlinkedDataPages. Contains no data that allows linking with specific experiment sessions.

Plugin data

Data provided by plugins.
{% endblock content %}