Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add subscores for cbcl #68

Merged
merged 6 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
750 changes: 591 additions & 159 deletions activities/abcd_cbcl01/abcd_cbcl01_schema

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_adhd_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_adhd_raw",
"prefLabel": "cbcl_adhd_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 14
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_aggressive_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_aggressive_raw",
"prefLabel": "cbcl_aggressive_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 36
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_anxiety_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_anxiety_raw",
"prefLabel": "cbcl_anxiety_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 18
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_anxious_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_anxious_raw",
"prefLabel": "cbcl_anxious_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 26
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_attention_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_attention_raw",
"prefLabel": "cbcl_attention_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 20
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_conduct_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_conduct_raw",
"prefLabel": "cbcl_conduct_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 34
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_depress_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_depress_raw",
"prefLabel": "cbcl_depress_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 26
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_external_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_external_raw",
"prefLabel": "cbcl_external_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 70
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_internal_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_internal_raw",
"prefLabel": "cbcl_internal_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 64
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_oppositional_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_oppositional_raw",
"prefLabel": "cbcl_oppositional_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 10
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_other_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_other_raw",
"prefLabel": "cbcl_other_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 34
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_rulebreak_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_rulebreak_raw",
"prefLabel": "cbcl_rulebreak_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 34
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_social_p_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_social_p_raw",
"prefLabel": "cbcl_social_p_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 22
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_somatic_c_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_somatic_c_raw",
"prefLabel": "cbcl_somatic_c_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 22
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_somatic_p_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_somatic_p_raw",
"prefLabel": "cbcl_somatic_p_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 11
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_thought_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_thought_raw",
"prefLabel": "cbcl_thought_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 30
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_total_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_total_raw",
"prefLabel": "cbcl_total_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 168
}
}
17 changes: 17 additions & 0 deletions activities/abcd_cbcl01/items/cbcl_withdrawn_raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc4/contexts/generic",
"@type": "reproschema:Field",
"@id": "cbcl_withdrawn_raw",
"prefLabel": "cbcl_withdrawn_raw",
"schemaVersion": "1.0.0-rc4",
"version": "0.0.1",
"ui": {
"inputType": "number",
"readonlyValue": true
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 0,
"maxValue": 16
}
}