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

Update ART Transition questionnaires #328

Merged
merged 4 commits into from
Nov 22, 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
88 changes: 65 additions & 23 deletions questionnaires/about_you_remote/about_you_remote_armt.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
[
{
"field_name": "adhd_remote_technology_and",
"form_name": "about_you_remote",
"section_header": "",
"field_type": "descriptive",
"field_label": "ADHD ART-transition - About you ",
"select_choices_or_calculations": "",
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "monthly_relationship_change",
"form_name": "about_you_remote",
Expand Down Expand Up @@ -405,8 +384,8 @@
"field_name": "changed_gp_details",
"form_name": "about_you_remote",
"section_header": "",
"field_type": "notes",
"field_label": "If so, please enter them below. \r\n\r\n  \r\n\r\nIf an unexpected problem emerged during the assessments, the research team have a duty of care to contact either your clinical care team (if still in contact) or your GP. Please give the name and address for your GP:  ",
"field_type": "text",
"field_label": "If so, please enter them below. \r\n\r\n  \r\n\r\nIf an unexpected problem emerged during the assessments, the research team have a duty of care to contact either your clinical care team (if still in contact) or your GP. ",
"select_choices_or_calculations": "",
"field_note": "",
"text_validation_type_or_show_slider_number": "",
Expand All @@ -422,6 +401,69 @@
"field_annotation": "",
"evaluated_logic": "responses['gp_changed'] == '1'"
},
{
"field_name": "name_of_gp_practice",
"form_name": "about_you_remote",
"section_header": "",
"field_type": "text",
"field_label": "Name of GP Practice",
"select_choices_or_calculations": "",
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "name_of_gp",
"form_name": "about_you_remote",
"section_header": "",
"field_type": "text",
"field_label": "Name of GP",
"select_choices_or_calculations": "",
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "address_change",
"form_name": "about_you_remote",
"section_header": "",
"field_type": "text",
"field_label": "Address",
"select_choices_or_calculations": "",
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "new_diagnosis",
"form_name": "about_you_remote",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"field_name": "adhd_symp_daily",
"form_name": "adhd_symptoms_daily",
"section_header": "",
"field_type": "radio",
"field_type": "range",
"field_label": "How much have your ADHD symptoms affected your daily activities today? \r\nSelect an option from 1 to 5, where 1 is \"not at all\" and 5 is \"a lot\".",
"select_choices_or_calculations": [
{
Expand Down Expand Up @@ -38,7 +38,7 @@
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"field_annotation": "range-type",
"evaluated_logic": ""
}
]
6 changes: 3 additions & 3 deletions questionnaires/edeqs/edeqs_armt.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"form_name": "edeqs",
"section_header": "",
"field_type": "radio",
"field_label": "Have you exercised in a driven or compulsive way as a means of controlling your weight, shape or body fat, or to burn off calories?",
"field_label": "Have you tried to control your weight or shape by making yourself sick (vomit) or taking laxatives?",
"select_choices_or_calculations": [
{
"code": "1",
Expand Down Expand Up @@ -518,7 +518,7 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[height_uom]= '1'",
"branching_logic": "[height_uom]='1'",
"required_field": "",
"custom_alignment": "",
"question_number": "",
Expand All @@ -539,7 +539,7 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[height_uom]= '2'",
"branching_logic": "[height_uom]='2'",
"required_field": "",
"custom_alignment": "",
"question_number": "",
Expand Down
Loading