diff --git a/eeg_rishikesh/task-meditation_events.json b/eeg_rishikesh/task-meditation_events.json index 4d9ec60d4..6a8ec122c 100644 --- a/eeg_rishikesh/task-meditation_events.json +++ b/eeg_rishikesh/task-meditation_events.json @@ -11,7 +11,8 @@ "Description": "Type of event (different from EEGLAB convention)", "Levels": { "stimulus": "Onset of first question", - "response": "Response to question 1, 2 or 3" + "response": "Response to question 1, 2 or 3", + "STATUS": "Status event" } }, "response_time": { @@ -27,7 +28,8 @@ "4": "Response 2 (this may be a response to question 1, 2 or 3)", "8": "Response 3 (this may be a response to question 1, 2 or 3)", "16": "Indicate involuntary response", - "128": "First question onset (most important marker)" + "128": "First question onset (most important marker)", + "254": "Status event" } } } diff --git a/mrs_fmrs/participants.json b/mrs_fmrs/participants.json index d039ecee0..f29901cee 100755 --- a/mrs_fmrs/participants.json +++ b/mrs_fmrs/participants.json @@ -1,6 +1,6 @@ { "participant_id": { - "Description": "Unique participant identifier" + "Description": "Unique participant identifier" }, "sex": { "Description": "Sex of the participant", @@ -10,7 +10,13 @@ } }, "age": { - "Description": "Age of the participant", - "Units": "years" + "Description": "Age of the participant, in 5-year intervals", + "Format": "string", + "Levels": { + "20-25": "20 to 25 years", + "25-30": "25 to 30 years", + "30-35": "30 to 35 years", + "35-40": "35 to 40 years" + } } }