-
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.
Change passage to grandfather and make it so that you can't s
ee the passage after reading it
- Loading branch information
Showing
3 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
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,28 @@ | ||
{ | ||
"id": "continue", | ||
"category": "reproschema:Item", | ||
"prefLabel": { | ||
"en": "continue" | ||
}, | ||
"preamble": { | ||
"en": "After clicking continue, you will no longer be able to see the passage." | ||
}, | ||
"question": { | ||
"en": " " | ||
}, | ||
"responseOptions": { | ||
"choices": [ | ||
{ | ||
"name": { | ||
"en": "Continue" | ||
}, | ||
"value": 1 | ||
} | ||
], | ||
"valueType": "xsd:integer" | ||
}, | ||
"ui": { | ||
"inputType": "radio" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
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,28 @@ | ||
{ | ||
"id": "passage", | ||
"category": "reproschema:Item", | ||
"prefLabel": { | ||
"en": "passage" | ||
}, | ||
"preamble": { | ||
"en": "Story Recall" | ||
}, | ||
"question": { | ||
"en": "This task helps us evaluate how you use breathing to support your voice.<br><br> Read the following passage using your normal voice:<br><br> You wished to know all about my grandfather. Well, he is nearly ninety-three years old. He dresses himself in an ancient black frock coat, usually minus several buttons; yet he still thinks as swiftly as ever. A long, flowing beard clings to his chin, giving those who observe him a pronounced feeling of the utmost respect. When he speaks his voice is just a bit cracked and quivers a trifle. Twice each day he plays skilfully and with zest upon our small organ. Except in the winter when the ooze or snow or ice prevents, he slowly takes a short walk in the open air each day. We have often urged him to walk more and smoke less, but he always answers, “Banana Oil!” Grandfather likes to be modern in his language." | ||
}, | ||
"responseOptions": { | ||
"choices": [ | ||
{ | ||
"name": { | ||
"en": "Continue" | ||
}, | ||
"value": 1 | ||
} | ||
], | ||
"valueType": "xsd:integer" | ||
}, | ||
"ui": { | ||
"inputType": "radio" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
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