Column descriptions
- id
- Participant ID. -1 indicates an unknown participant. -2 indicates the team as a whole. This is relevant for the affective_task_event table, where some events intrinsically involve the team as a whole, rather than just one player. -3 indicates that the participant is a confederate whose identity was not recorded. Participants with IDs > 999 are confederates (i.e., experimenters who stepped in to replace no-show participants or participants who left partway through the group session.)
✎ View and edit SQL
This data as json, copyable, CSV (advanced)
Next page
CREATE TABLE [participant] (
[id] INTEGER PRIMARY KEY
);