From 30fa6bb634c05c3bf72363798884547e41a3715e Mon Sep 17 00:00:00 2001 From: Pauline Conde Date: Wed, 3 Apr 2024 12:41:38 +0100 Subject: [PATCH 1/3] Update Questionnaire weight_question_armt/weight_question_armt_armt.json --- .../weight_question_armt_armt.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 questionnaires/weight_question_armt/weight_question_armt_armt.json diff --git a/questionnaires/weight_question_armt/weight_question_armt_armt.json b/questionnaires/weight_question_armt/weight_question_armt_armt.json new file mode 100644 index 00000000..e90c3a51 --- /dev/null +++ b/questionnaires/weight_question_armt/weight_question_armt_armt.json @@ -0,0 +1,23 @@ +[ + { + "field_name": "weight_armt", + "form_name": "weight_question_armt", + "section_header": "", + "field_type": "text", + "field_label": "Please enter your current weight (in kg). You can skip this question if you don't feel comfortable doing so.", + "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": "" + } +] \ No newline at end of file From ce0a32352ac5f4391a665761e95f006205a9aca9 Mon Sep 17 00:00:00 2001 From: Pauline Conde Date: Wed, 3 Apr 2024 12:42:46 +0100 Subject: [PATCH 2/3] Update and rename weight_question_armt_armt.json to weight_question_armt.json --- ...ight_question_armt_armt.json => weight_question_armt.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename questionnaires/weight_question_armt/{weight_question_armt_armt.json => weight_question_armt.json} (94%) diff --git a/questionnaires/weight_question_armt/weight_question_armt_armt.json b/questionnaires/weight_question_armt/weight_question_armt.json similarity index 94% rename from questionnaires/weight_question_armt/weight_question_armt_armt.json rename to questionnaires/weight_question_armt/weight_question_armt.json index e90c3a51..d3d8a454 100644 --- a/questionnaires/weight_question_armt/weight_question_armt_armt.json +++ b/questionnaires/weight_question_armt/weight_question_armt.json @@ -1,7 +1,7 @@ [ { "field_name": "weight_armt", - "form_name": "weight_question_armt", + "form_name": "weight_question", "section_header": "", "field_type": "text", "field_label": "Please enter your current weight (in kg). You can skip this question if you don't feel comfortable doing so.", @@ -20,4 +20,4 @@ "field_annotation": "", "evaluated_logic": "" } -] \ No newline at end of file +] From 98ab3c135d9e4e300d4226e451a860530f9bd2e3 Mon Sep 17 00:00:00 2001 From: Pauline Conde Date: Wed, 3 Apr 2024 12:43:12 +0100 Subject: [PATCH 3/3] Rename weight_question_armt.json to weight_question_armt.json --- .../weight_question_armt.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename questionnaires/{weight_question_armt => weight_question}/weight_question_armt.json (100%) diff --git a/questionnaires/weight_question_armt/weight_question_armt.json b/questionnaires/weight_question/weight_question_armt.json similarity index 100% rename from questionnaires/weight_question_armt/weight_question_armt.json rename to questionnaires/weight_question/weight_question_armt.json