Skip to content

Commit

Permalink
106 add french to pd percep (#107)
Browse files Browse the repository at this point in the history
* feat: add PAS questionnaire and update scripts

* feat: added GDS and french translations
  • Loading branch information
nicoalee authored Mar 18, 2024
1 parent b29c5a5 commit a0bebaf
Show file tree
Hide file tree
Showing 82 changed files with 34,268 additions and 33,028 deletions.
40 changes: 40 additions & 0 deletions populate-scripts/initial-populate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -752,4 +752,44 @@ VALUES
"",
"",
'{}'
),
-- JH Bandit Task
(
85,
"PAVLOVIA",
"EXPERIMENTAL",
"JH Bandit Task",
"",
"",
'{}'
),
-- PD Percep Questionnaire
(
86,
"PSHARPLAB",
"QUESTIONNAIRE",
"PD Percep Questionnaire",
"",
"",
'{}'
),
-- Parkinsons Anxiety Scale
(
87,
"PSHARPLAB",
"QUESTIONNAIRE",
"Parkinson Anxiety Scale",
"",
"",
'{}'
),
-- Geriatric Depression Scale - Short Form
(
88,
"PSHARPLAB",
"QUESTIONNAIRE",
"Geriatric Depression Scale - Short Form",
"",
"",
'{}'
);
16 changes: 11 additions & 5 deletions populate-scripts/insert-db.sql
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": []
}'
'{}'
);
Loading

0 comments on commit a0bebaf

Please sign in to comment.