From a23a13875c7262c0bd0d77bd90c1ec296c6d1116 Mon Sep 17 00:00:00 2001 From: ibevers Date: Fri, 31 May 2024 13:15:00 -0400 Subject: [PATCH] Fix id-name mismatches (#80) * Fix ids that didn't match schema file name * Fix non-matching ids --- activities/RCADS-25-C/items/total_score | 6 +++--- activities/RCADS-25-Y/items/total_score | 6 +++--- activities/WHODAS36_P/items/WHODAS36_P_D_total_score | 2 +- activities/WHODAS36_S/items/WHODAS36_S_D_total_score | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/activities/RCADS-25-C/items/total_score b/activities/RCADS-25-C/items/total_score index b3f4d6082..2bb66e8ec 100644 --- a/activities/RCADS-25-C/items/total_score +++ b/activities/RCADS-25-C/items/total_score @@ -1,9 +1,9 @@ { "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Field", - "@id": "RCADS-25_total_score", - "prefLabel": "RCADS-25 Score", - "description": "schema for total score of the RCADS-25 Assessment", + "@id": "total_score", + "prefLabel": "RCADS-25 Caregiver Score", + "description": "schema for total score of the RCADS-25 Caregiver Assessment", "schemaVersion": "1.0.0-rc4", "version": "0.0.1", "ui": { diff --git a/activities/RCADS-25-Y/items/total_score b/activities/RCADS-25-Y/items/total_score index b3f4d6082..854852863 100644 --- a/activities/RCADS-25-Y/items/total_score +++ b/activities/RCADS-25-Y/items/total_score @@ -1,9 +1,9 @@ { "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Field", - "@id": "RCADS-25_total_score", - "prefLabel": "RCADS-25 Score", - "description": "schema for total score of the RCADS-25 Assessment", + "@id": "total_score", + "prefLabel": "RCADS-25 Youth Score", + "description": "schema for total score of the RCADS-2 Youth Assessment", "schemaVersion": "1.0.0-rc4", "version": "0.0.1", "ui": { diff --git a/activities/WHODAS36_P/items/WHODAS36_P_D_total_score b/activities/WHODAS36_P/items/WHODAS36_P_D_total_score index 5bf55a858..a52d91b80 100644 --- a/activities/WHODAS36_P/items/WHODAS36_P_D_total_score +++ b/activities/WHODAS36_P/items/WHODAS36_P_D_total_score @@ -1,7 +1,7 @@ { "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Field", - "@id": "WHODAS36_P_D_SUM_07", + "@id": "WHODAS36_P_D_total_score", "prefLabel": "WHODAS 2.0 Proxy Average Score", "description": "Average score of World Health Organization Disability Assessment Schedule (WHODAS 2.0) Proxy-Administered Version", "schemaVersion": "1.0.0-rc4", diff --git a/activities/WHODAS36_S/items/WHODAS36_S_D_total_score b/activities/WHODAS36_S/items/WHODAS36_S_D_total_score index 65b19e123..13c85a6be 100644 --- a/activities/WHODAS36_S/items/WHODAS36_S_D_total_score +++ b/activities/WHODAS36_S/items/WHODAS36_S_D_total_score @@ -1,7 +1,7 @@ { "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic", "@type": "reproschema:Field", - "@id": "WHODAS36_S_D_SUM_07", + "@id": "WHODAS36_S_D_total_score", "prefLabel": "WHODAS 2.0 Self Average Score", "description": "Average score of World Health Organization Disability Assessment Schedule (WHODAS 2.0) Self-Administered Version", "schemaVersion": "1.0.0-rc4",