Skip to content

Commit

Permalink
Change passage to grandfather and make it so that you can't s
Browse files Browse the repository at this point in the history
ee the passage after reading it
  • Loading branch information
ibevers committed Nov 6, 2024
1 parent 6dc68c3 commit d600ccb
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
28 changes: 28 additions & 0 deletions generic/story_recall/items/continue
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"
}
28 changes: 28 additions & 0 deletions generic/story_recall/items/passage
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"
}
12 changes: 12 additions & 0 deletions generic/story_recall/story_recall_schema
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,21 @@
"version": "0.0.1",
"ui": {
"order": [
"items/passage",
"items/continue",
"items/story_recall"
],
"addProperties": [
{
"isAbout": "items/passage",
"variableName": "passage",
"isVis": "typeof continue === 'undefined'"
},
{
"isAbout": "items/continue",
"variableName": "continue",
"isVis": true
},
{
"isAbout": "items/story_recall",
"variableName": "story_recall",
Expand Down

0 comments on commit d600ccb

Please sign in to comment.