-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreproschema_demo_protocol_schema
62 lines (62 loc) · 2.18 KB
/
reproschema_demo_protocol_schema
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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic","@type": "reproschema:Protocol",
"@id": "reproschema_demo_protocol_schema",
"prefLabel": {
"en": "reproschema_demo_protocol",
"es": "reproschema_demo_protocol_es"
},
"description": "A demo protocol",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"landingPage": [{
"@id": "README.md",
"inLanguage": "en"
}
],
"messages": [
{
"message": "Test message: Triggered when item1 value is greater than 0",
"jsExpression": "item1 > 0"
}
],
"ui": {
"addProperties": [
{"isAbout": "../activities/0_audio/audio_check_schema",
"variableName": "audio_check_schema",
"prefLabel": {"en": "Audio Check"}
},
{"isAbout": "../activities/1_demographics/demographics_schema",
"variableName": "demographics_schema",
"prefLabel": {"en": "Demographics"}
},
{"isAbout": "../activities/2_psychological/psychological_questionnaire_schema",
"variableName": "psychological_questionnaire_schema",
"prefLabel": {"en": "Psychological Questions"}
},
{"isAbout": "../activities/3_clinical/clinical_schema",
"variableName": "clinical_schema",
"prefLabel": {"en": "Clinical Questions"}
},
{"isAbout": "../activities/4_speech/speech_schema",
"variableName": "speech_schema",
"prefLabel": {"en": "Speech Test"}
},
{"isAbout": "../activities/5_feedback/feedback_schema",
"variableName": "feedback_schema",
"prefLabel": {"en": "Feedback"}
}
],
"order": [
"../activities/0_audio/audio_check_schema",
"../activities/1_demographics/demographics_schema",
"../activities/2_psychological/psychological_questionnaire_schema",
"../activities/3_clinical/clinical_schema",
"../activities/4_speech/speech_schema",
"../activities/5_feedback/feedback_schema"
],
"shuffle": false,
"allow": [
"reproschema:AllowExport"
]
}
}