-
Notifications
You must be signed in to change notification settings - Fork 0
/
StudyFile4.json
113 lines (109 loc) · 2.33 KB
/
StudyFile4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"studyInfo":{
"server":{
},
"weekStartsOn":1,
"pingsFrequency":[
{
"earliestPingNotificationTime":"09:00:00",
"latestPingNotificationTime":"10:00:00",
"expireAfterTime":"12:00:00"
}
],
"streamsOrder":[
"stream1"
],
"streamsNotReplacedByFollowupStream":[
],
"notificationContent":{
"default":{
"title":"test",
"body":"test"
}
},
"alwaysEnableNextButton":false,
"id":"test",
"studyFileURL":"http://localhost:3000/study-file-editor",
"consentFormUrl":"http://localhost:3000/study-file-editor",
"startDate":"2020-03-10T08:00:00.000Z",
"endDate":"2024-03-10T08:00:00.000Z",
"studyGroup":[
{
"userId":"1",
"groupId":"Group A"
},
{
"userId":"2",
"groupId":"Group A"
},
{
"userId":"3",
"groupId":"Group A"
},
{
"userId":"4",
"groupId":"Group B"
},
{
"userId":"5",
"groupId":"Group B"
},
{
"userId":"6",
"groupId":"Group A"
},
{
"userId":"7",
"groupId":"Group A"
},
{
"userId":"8",
"groupId":"Group C"
},
{
"userId":"9",
"groupId":"Group C"
},
{
"userId":"10",
"groupId":"Group C"
},
{
"userId":"11",
"groupId":"Group C"
},
{
"userId":"12",
"groupId":"Group B"
}
],
"streamInCaseOfError":"stream1",
"streamsStartingQuestionIds":{
"stream1":"q1"
}
},
"streams":{
"stream1":{
"q1":{
"id":"q1",
"type":"YesNo",
"question":"q1",
"description":"q1",
"next":null,
"branchStartId":{
}
}
}
},
"extraData":{
},
"streamGroupMapping":[
{
"assignedGroup":[
"Group A",
"Group B"
],
"stream":"stream1"
}
]
}