trial
Version: v26.0608
Namespace: https://behaverse.org/schemas/trial
Tidy tables describing trial-level behavioral data for cognitive tests and questionnaires, derived from raw events.
Trial-level data is organised as 7 tidy tables (161 fields total), joined by _id foreign keys. Open a table to browse its fields.
| Table | Fields | Description |
|---|---|---|
| Response | 75 | Main table where each row describes a response in a trial. |
| Stimulus | 19 | Describes each of the stimuli that were shown during an trial. |
| Option | 18 | Describes each option that a subject could choose from in a trial. |
| Input | 15 | A detailed log of all inputs and clicks recorded during the trial. |
| StimulusComponent | 13 | Stimuli can comprise multiple components. This table describes each component of a stimulus. |
| OptionComponent | 14 | Options can comprise multiple components. This table describes each component of an option. |
| Instrument | 7 | Describes the instrument used for data acquisition. |