-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add PAS questionnaire and update scripts * feat: added GDS and french translations
- Loading branch information
Showing
82 changed files
with
34,268 additions
and
33,028 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
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 |
---|---|---|
@@ -1,15 +1,21 @@ | ||
-- File used to insert new tasks into the DB | ||
|
||
INSERT INTO tasks (id, from_platform, task_type, name, description, external_url, config) VALUES | ||
-- ( | ||
-- NULL, | ||
-- "PSHARPLAB", | ||
-- "QUESTIONNAIRE", | ||
-- "Parkinson Anxiety Scale (PAS)", | ||
-- "", | ||
-- "", | ||
-- '{}' | ||
-- ), | ||
( | ||
NULL, | ||
"PSHARPLAB", | ||
"QUESTIONNAIRE", | ||
"PD-Percep Questionnaire", | ||
"Geriatric Depression Scale - Short Form", | ||
"", | ||
"", | ||
'{ | ||
"taskConfig": {}, | ||
"metadata": [] | ||
}' | ||
'{}' | ||
); |
Oops, something went wrong.