From 82dcc5eab44982b6efd2b948b11638ab4b4e0f5f Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 21 Aug 2024 11:49:05 +0100 Subject: [PATCH] Add Oura reminders to protocol --- .../armt_protocol/Control/protocol.json | 14 +++++++------- RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json | 14 +++++++------- RADAR-EDIFY-KCL-s1/protocol.json | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/RADAR-EDIFY-KCL-s1/armt_protocol/Control/protocol.json b/RADAR-EDIFY-KCL-s1/armt_protocol/Control/protocol.json index 693e7cbb..5dac1d24 100644 --- a/RADAR-EDIFY-KCL-s1/armt_protocol/Control/protocol.json +++ b/RADAR-EDIFY-KCL-s1/armt_protocol/Control/protocol.json @@ -1,5 +1,5 @@ { - "version": "0.0.9", + "version": "0.0.10", "schemaVersion": "0.0.1", "name": "RADAR EDIFY KCL s1", "healthIssues": ["Eating Disorder"], @@ -533,12 +533,12 @@ }, "repeatQuestionnaire": { "unit": "min", - "unitsFromZero": [540] + "unitsFromZero": [510] }, "reminders": { - "unit": "hour", - "amount": 0, - "repeat": 0 + "unit": "day", + "amount": 7, + "repeat": 3 }, "completionWindow": { "unit": "day", @@ -546,10 +546,10 @@ }, "notification": { "title": { - "en": "Questionnaire time" + "en": "Reminder" }, "text": { - "en": "Please finish them within 3 days." + "en": "Please open the Oura app now to sync the data." } } } diff --git a/RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json b/RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json index f54b7228..2a094ac7 100644 --- a/RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json +++ b/RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.0.7", "schemaVersion": "0.0.1", "name": "RADAR EDIFY KCL s1", "healthIssues": ["Eating Disorder"], @@ -597,12 +597,12 @@ }, "repeatQuestionnaire": { "unit": "min", - "unitsFromZero": [540] + "unitsFromZero": [510] }, "reminders": { - "unit": "hour", - "amount": 0, - "repeat": 0 + "unit": "day", + "amount": 7, + "repeat": 3 }, "completionWindow": { "unit": "day", @@ -610,10 +610,10 @@ }, "notification": { "title": { - "en": "Questionnaire time" + "en": "Reminder" }, "text": { - "en": "Please finish them within 3 days." + "en": "Please open the Oura app now to sync the data." } } } diff --git a/RADAR-EDIFY-KCL-s1/protocol.json b/RADAR-EDIFY-KCL-s1/protocol.json index 693e7cbb..5dac1d24 100644 --- a/RADAR-EDIFY-KCL-s1/protocol.json +++ b/RADAR-EDIFY-KCL-s1/protocol.json @@ -1,5 +1,5 @@ { - "version": "0.0.9", + "version": "0.0.10", "schemaVersion": "0.0.1", "name": "RADAR EDIFY KCL s1", "healthIssues": ["Eating Disorder"], @@ -533,12 +533,12 @@ }, "repeatQuestionnaire": { "unit": "min", - "unitsFromZero": [540] + "unitsFromZero": [510] }, "reminders": { - "unit": "hour", - "amount": 0, - "repeat": 0 + "unit": "day", + "amount": 7, + "repeat": 3 }, "completionWindow": { "unit": "day", @@ -546,10 +546,10 @@ }, "notification": { "title": { - "en": "Questionnaire time" + "en": "Reminder" }, "text": { - "en": "Please finish them within 3 days." + "en": "Please open the Oura app now to sync the data." } } }