Table with information about which participants were involved in the tasks, and whether the data from the EEG, fNIRS, and eye tracking modalities are valid. In most cases, when an experimenter stepped in to replace a participant (e.g., for a no-show participant), they did not wear fNIRS/EEG devices, and in some cases, they did not wear the eye tracker either. Not all groups completed all the tasks, and for some tasks, the data is missing. In cases such as these, the table simply omits rows for which we do not have data.
✎ View and edit SQL
This data as json, copyable, CSV (advanced)
Suggested facets: task
JSON shape: default, array, newline-delimited, object
CSV options: download file expand labels
CREATE TABLE "data_validity" ( [group_session] TEXT REFERENCES [group_session]([id]), [participant] INTEGER REFERENCES [participant]([id]), [station] TEXT REFERENCES [station]([id]), [task] TEXT REFERENCES [task]([id]), [modality] TEXT REFERENCES [modality]([id]), [is_valid] INTEGER, PRIMARY KEY ([group_session], [participant], [station], [task], [modality], [is_valid]) );