-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
160 additions
and
39 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
generic/respiration_and_cough/items/respiration_and_cough_1_second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", | ||
"@type": "reproschema:Field", | ||
"@id": "respiration_and_cough_1_second", | ||
"prefLabel": "Respiration and cough Task 1", | ||
"description": "First, let's hear you breathe comfortably for 30 seconds.", | ||
"schemaVersion": "1.0.0", | ||
"version": "0.0.1", | ||
"question": "First, let's hear you breathe comfortably for 30 seconds.", | ||
"ui": { | ||
"inputType": "audioCheck" | ||
}, | ||
"responseOptions": { | ||
"valueType": "schema:AudioObject", | ||
"minValue": 0, | ||
"maxValue": 30000 | ||
} | ||
} | ||
|
18 changes: 18 additions & 0 deletions
18
generic/respiration_and_cough/items/respiration_and_cough_2_second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", | ||
"@type": "reproschema:Field", | ||
"@id": "respiration_and_cough_2_second", | ||
"prefLabel": "Respiration and cough Task 2", | ||
"description": "After pressing on record, take 5 big breaths in and out through your nose with your mouth closed.", | ||
"schemaVersion": "1.0.0", | ||
"version": "0.0.1", | ||
"question": "After pressing on record, take 5 big breaths in and out through your nose with your mouth closed.", | ||
"ui": { | ||
"inputType": "audioCheck" | ||
}, | ||
"responseOptions": { | ||
"valueType": "schema:AudioObject", | ||
"minValue": 0, | ||
"maxValue": 120000 | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
generic/respiration_and_cough/items/respiration_and_cough_3_second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", | ||
"@type": "reproschema:Field", | ||
"@id": "respiration_and_cough_3_second", | ||
"prefLabel": "Respiration and cough Task 3", | ||
"description": "After pressing on record, take 5 big breaths in and out through your mouth.", | ||
"schemaVersion": "1.0.0", | ||
"version": "0.0.1", | ||
"question": "After pressing on record, take 5 big breaths in and out through your mouth.", | ||
"ui": { | ||
"inputType": "audioCheck" | ||
}, | ||
"responseOptions": { | ||
"valueType": "schema:AudioObject", | ||
"minValue": 0, | ||
"maxValue": 120000 | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
generic/respiration_and_cough/items/respiration_and_cough_4_second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", | ||
"@type": "reproschema:Field", | ||
"@id": "respiration_and_cough_4_second", | ||
"prefLabel": "Respiration and cough Task 4", | ||
"description": "After pressing on record, exhale, then inhale quickly through your mouth, as if you are trying to catch your breath. Record 3 of these breaths in a single recording.", | ||
"schemaVersion": "1.0.0", | ||
"version": "0.0.1", | ||
"question": "After pressing on record, exhale, then inhale quickly through your mouth, as if you are trying to catch your breath. Record 3 of these breaths in a single recording.", | ||
"ui": { | ||
"inputType": "audioCheck" | ||
}, | ||
"responseOptions": { | ||
"valueType": "schema:AudioObject", | ||
"minValue": 0, | ||
"maxValue": 120000 | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
generic/respiration_and_cough/items/respiration_and_cough_5_second
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", | ||
"@type": "reproschema:Field", | ||
"@id": "respiration_and_cough_5_second", | ||
"prefLabel": "Respiration and cough Task 5", | ||
"description": "After pressing record, cough 5 times.", | ||
"schemaVersion": "1.0.0", | ||
"version": "0.0.1", | ||
"question": "After pressing record, cough 5 times.", | ||
"ui": { | ||
"inputType": "audioCheck" | ||
}, | ||
"responseOptions": { | ||
"valueType": "schema:AudioObject", | ||
"minValue": 0, | ||
"maxValue": 120000 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters