-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from RADAR-CNS/release_0.2.3
Release 0.2.3
- Loading branch information
Showing
8 changed files
with
1,996 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"namespace": "org.radarcns.active.thincit", | ||
"type": "record", | ||
"name": "ThincItPdq", | ||
"doc": "THINC-it Assessment derived from PDQ5.", | ||
"fields": [ | ||
{ "name": "time", "type": "double", "doc": "Timestamp in UTC (s) when the test is submitted to the subject." }, | ||
{ "name": "timeCompleted", "type": "double", "doc": "Timestamp in UTC (s) when the subject completes the test." }, | ||
{ "name": "score", "type": "int", "doc": "THINC-it index score - 0 to 4000." }, | ||
{ "name": "questionOne", "type": ["null", | ||
{ | ||
"type": "enum", | ||
"name": "ThincItPdqQuestion", | ||
"doc": "PDQ5 question.", | ||
"symbols": [ | ||
"NEVER", | ||
"RARELY", | ||
"SOMETIMES", | ||
"OFTEN", | ||
"VERYOFTEN" | ||
] | ||
}], "doc": "PDQ5 Question 1.", "default": null}, | ||
{ "name": "questionTwo", "type": ["null", "ThincItPdqQuestion"], "doc": "PDQ5 Question 2.", "default": null}, | ||
{ "name": "questionThree", "type": ["null", "ThincItPdqQuestion"], "doc": "PDQ5 Question 3.", "default": null}, | ||
{ "name": "questionFour", "type": ["null", "ThincItPdqQuestion"], "doc": "PDQ5 Question 4.", "default": null}, | ||
{ "name": "questionFive", "type": ["null", "ThincItPdqQuestion"], "doc": "PDQ5 Question 5.", "default": null}, | ||
{ "name": "appVersion", "type": "int", "doc": "App version." } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"symbols": [ | ||
"RADIO" , | ||
"SLIDER", | ||
"NONE" | ||
"NONE", | ||
"RANGE" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.