Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EDIFY protocol #174

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 69 additions & 5 deletions RADAR-EDIFY-KCL-s1/protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.0.3",
"schemaVersion": "0.0.1",
"name": "RADAR EDIFY KCL s1",
"healthIssues": ["Eating Disorder"],
Expand All @@ -16,7 +16,7 @@
"avsc": "questionnaire"
},
"startText": {
"en": "This questionnaire is known as the PHQ8. Clinicians use it to assess current depression in patients. Please note that none of your answers will be collected today. Thank you for taking part in this focus group.",
"en": "This questionnaire is known as the PHQ8. Clinicians use it to assess current depression in patients.",
"it": "",
"nl": "",
"da": "",
Expand Down Expand Up @@ -80,7 +80,7 @@
"avsc": "questionnaire"
},
"startText": {
"en": "",
"en": "This questionnaire is known as the GAD7. Clinicians use it to assess anxiety.",
"it": "",
"nl": "",
"da": "",
Expand Down Expand Up @@ -144,7 +144,7 @@
"avsc": "questionnaire"
},
"startText": {
"en": "",
"en": "This questionnaire is known as the ED15. Clinicians use it to assess eating attitudes and behaviours over the last week.",
"it": "",
"nl": "",
"da": "",
Expand Down Expand Up @@ -197,7 +197,7 @@
}
},
{
"name": "AUDIO_STORY",
"name": "SPEECH TASK",
"showIntroduction": true,
"showInCalendar": true,
"isDemo": false,
Expand Down Expand Up @@ -259,6 +259,70 @@
}
}
}
},
{
"name": "ESM",
"showIntroduction": true,
"showInCalendar": true,
"isDemo": false,
"order": 4,
"questionnaire": {
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/master/questionnaires/",
"name": "esm_story",
"avsc": "questionnaire"
},
"startText": {
"en": "This questionnaire is known as the ESM. Clinicians use it to assess subjective experiences in daily life.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"endText": {
"en": "Thank you for taking the time today.",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"warn": {
"en": "",
"it": "",
"nl": "",
"da": "",
"de": "",
"es": ""
},
"estimatedCompletionTime": 2,
"protocol": {
"repeatProtocol": {
"unit": "day",
"amount": 1
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [600]
},
"reminders": {
"unit": "hour",
"amount": 24,
"repeat": 2
},
"completionWindow": {
"unit": "day",
"amount": 1
},
"notification": {
"title": {
"en": "Questionnaire time"
},
"text": {
"en": "Please finish them within 3 days."
}
}
}
}
]
}
Expand Down
Loading