Skip to content

Commit

Permalink
fix customized responseoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Jan 12, 2024
1 parent 4ca7660 commit acd07f5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
15 changes: 8 additions & 7 deletions activities/DSM-5_Y/items/dsm_cross_ch22
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 1,
"maxValue": 2,
"multipleChoice": false,
"choices": [
{
"schema:value": 1,
"schema:name": "Yes"
"name": "Yes",
"value": 0
},
{
"schema:value": 2,
"schema:name": "No"
"name": "No",
"value": 2
},
{
"schema:value": -9,
"schema:name": "Missing"
"name": "Missing",
"value": -9
}
]
}

}
15 changes: 8 additions & 7 deletions activities/DSM-5_Y/items/dsm_cross_ch23
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 1,
"maxValue": 2,
"multipleChoice": false,
"choices": [
{
"schema:value": 1,
"schema:name": "Yes"
"name": "Yes",
"value": 0
},
{
"schema:value": 2,
"schema:name": "No"
"name": "No",
"value": 2
},
{
"schema:value": -9,
"schema:name": "Missing"
"name": "Missing",
"value": -9
}
]
}

}
15 changes: 8 additions & 7 deletions activities/DSM-5_Y/items/dsm_cross_ch24
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 1,
"maxValue": 2,
"multipleChoice": false,
"choices": [
{
"schema:value": 1,
"schema:name": "Yes"
"name": "Yes",
"value": 0
},
{
"schema:value": 2,
"schema:name": "No"
"name": "No",
"value": 2
},
{
"schema:value": -9,
"schema:name": "Missing"
"name": "Missing",
"value": -9
}
]
}

}
15 changes: 8 additions & 7 deletions activities/DSM-5_Y/items/dsm_cross_ch25
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@
},
"responseOptions": {
"valueType": "xsd:integer",
"minValue": 1,
"maxValue": 2,
"multipleChoice": false,
"choices": [
{
"schema:value": 1,
"schema:name": "Yes"
"name": "Yes",
"value": 0
},
{
"schema:value": 2,
"schema:name": "No"
"name": "No",
"value": 2
},
{
"schema:value": -9,
"schema:name": "Missing"
"name": "Missing",
"value": -9
}
]
}

}

0 comments on commit acd07f5

Please sign in to comment.