Skip to content

Commit

Permalink
remove half isVis
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Jan 12, 2024
1 parent 2639985 commit 4d1a32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions activities/demo/demo_schema
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}
],
"order": [
"demo:sex",
"demo:interview_age"
"demo:interview_age",
"demo:sex"
],
"shuffle": false,
"allow": [
Expand Down
9 changes: 3 additions & 6 deletions nimh_minimal/nimh_minimal_schema
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,21 @@
"isAbout": "activity_path:WHODAS12/WHODAS12_schema",
"prefLabel": {
"en": "WHODAS12"
},
"isVis": "interview_age>=216"
}
},
{
"variableName": "PHQ9_schema",
"isAbout": "activity_path:PHQ-9/PHQ9_schema",
"prefLabel": {
"en": "PHQ9"
},
"isVis": "interview_age>=216"
}
},
{
"variableName": "GAD7_schema",
"isAbout": "activity_path:GAD7/GAD7_schema",
"prefLabel": {
"en": "GAD7"
},
"isVis": "interview_age>=216"
}
},
{
"isAbout": "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema",
Expand Down

0 comments on commit 4d1a32c

Please sign in to comment.