|
1 | 1 | { |
2 | | - "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc1/contexts/generic", |
| 2 | + "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema", |
3 | 3 | "@type": "reproschema:Activity", |
4 | | - "@id": "siblingReferenceActivity_schema", |
| 4 | + "@id": "conditionalRefererActivity_schema", |
5 | 5 | "prefLabel": "Sibling Reference Activity", |
6 | | - "description": "Demoes conditional visibility by referring to the global responses variable that stores all responses.", |
| 6 | + "description": "Demos conditional visibility by referring to the global responses variable that stores all responses.", |
7 | 7 | "preamble": "If you selected Response option 1 in the first question, you should see an email question. Otherwise, you should see a text entry question. If you see both or neither, something is broken.", |
8 | | - "schemaVersion": "1.0.0-rc1", |
| 8 | + "schemaVersion": "1.0.0", |
9 | 9 | "version": "0.0.1", |
10 | 10 | "ui": { |
11 | 11 | "addProperties": [ |
12 | 12 | {"isAbout": "../../Activity3/items/email_item", |
13 | 13 | "variableName": "email_item", |
14 | | - "isVis": "[0].includes(responses['https://raw.githubusercontent.com/ReproNim/demo-protocol/tst/static/activities/selectActivity/items/radio_item'])", |
| 14 | + "isVis": "[0].includes(referee.radio_item)", |
15 | 15 | "allow": [ |
16 | 16 | "reproschema:Skipped" |
17 | 17 | ] |
18 | 18 | }, |
19 | 19 | {"isAbout": "../../Activity3/items/text_item", |
20 | 20 | "variableName": "text_item", |
21 | | - "isVis": "[1, 2].includes(responses['https://raw.githubusercontent.com/ReproNim/demo-protocol/tst/static/activities/selectActivity/items/radio_item'])", |
| 21 | + "isVis": "[1, 2].includes(referee.radio_item)", |
22 | 22 | "allow": [ |
23 | 23 | "reproschema:Skipped" |
24 | 24 | ] |
|
0 commit comments