We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506ab42 commit 30f212aCopy full SHA for 30f212a
reproschema/tests/data/activities/activity1.jsonld
@@ -17,8 +17,8 @@
17
},
18
"compute": [
19
{
20
- "variableName": "phq9_total_score",
21
- "jsExpression": "phq9_1 + phq9_2 + phq9_3 + phq9_4 + phq9_5 + phq9_6 + phq9_7 + phq9_8 + phq9_9"
+ "variableName": "activity1_total_score",
+ "jsExpression": "item1 + item2"
22
}
23
],
24
"messages": [
@@ -44,7 +44,7 @@
44
"allow": ["reproschema:Skipped"]
45
46
{ "isAbout": "items/activity1_total_score",
47
48
"requiredValue": true,
49
"isVis": false
50
0 commit comments