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 MAAM questionnaires #309

Merged
merged 10 commits into from
Mar 25, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"form_name": "adhd_medication_use_maam",
"section_header": "",
"field_type": "radio",
"field_label": "Name of medication 1:\r\n(Disclaimer: Medications are carefully decided and monitored by the prescribing team and are not affected by this research participation. If you have any questions regarding your medications, please contact the prescribing team.)",
"field_label": "Name of medication 1:\n(Disclaimer: Medications are carefully decided and monitored by the prescribing team and are not affected by this research participation. If you have any questions regarding your medications, please contact the prescribing team.)",
"select_choices_or_calculations": [
{
"code": "1",
Expand Down Expand Up @@ -1285,13 +1285,13 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"branching_logic": "[meduse_1] = '1'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
"evaluated_logic": "responses['meduse_1'] == '1'"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -550,48 +550,6 @@
"form_name": "adhd_symptoms_and_impairment",
"section_header": "",
"field_type": "radio",
"field_label": "How often do you have difficulty feeling chilled out or contented when you had time to yourself?",
"select_choices_or_calculations": [
{
"code": "1",
"label": "Not at all"
},
{
"code": "2",
"label": "Rarely / a little bit"
},
{
"code": "3",
"label": "Sometimes"
},
{
"code": "4",
"label": "A lot / often"
},
{
"code": "5",
"label": "Almost always / very much"
}
],
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "asrs",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "asrs_15",
"form_name": "adhd_symptoms_and_impairment",
"section_header": "",
"field_type": "radio",
"field_label": "Did you say things without thinking?",
"select_choices_or_calculations": [
{
Expand Down Expand Up @@ -630,7 +588,7 @@
"evaluated_logic": ""
},
{
"field_name": "asrs_16",
"field_name": "asrs_15",
"form_name": "adhd_symptoms_and_impairment",
"section_header": "",
"field_type": "radio",
Expand Down Expand Up @@ -672,7 +630,7 @@
"evaluated_logic": ""
},
{
"field_name": "asrs_17",
"field_name": "asrs_16",
"form_name": "adhd_symptoms_and_impairment",
"section_header": "",
"field_type": "radio",
Expand Down Expand Up @@ -714,7 +672,7 @@
"evaluated_logic": ""
},
{
"field_name": "asrs_18",
"field_name": "asrs_17",
"form_name": "adhd_symptoms_and_impairment",
"section_header": "",
"field_type": "radio",
Expand Down
154 changes: 0 additions & 154 deletions questionnaires/hfs/hfs_armt.json

This file was deleted.

70 changes: 70 additions & 0 deletions questionnaires/maam_ari_self/maam_ari_self_armt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
[
{
"field_name": "ari_self_1_maam",
"form_name": "maam_ari_self",
"section_header": "How well does each of the following statements describe your behaviour/feelings today?",
"field_type": "radio",
"field_label": "I am easily annoyed by others",
"select_choices_or_calculations": [
{
"code": "0",
"label": "Not True"
},
{
"code": "1",
"label": "Somewhat True"
},
{
"code": "2",
"label": "Certainly True"
}
],
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "ari_self_maam",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
},
{
"field_name": "ari_self_2_maam",
"form_name": "maam_ari_self",
"section_header": "",
"field_type": "radio",
"field_label": "I often lose my temper",
"select_choices_or_calculations": [
{
"code": "0",
"label": "Not True"
},
{
"code": "1",
"label": "Somewhat True"
},
{
"code": "2",
"label": "Certainly True"
}
],
"field_note": "",
"text_validation_type_or_show_slider_number": "",
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "ari_self_maam",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": ""
}
]
Loading
Loading