From 563c27cd81b0c0632cd0a2004ddc9861c45adce0 Mon Sep 17 00:00:00 2001 From: Pauline Conde Date: Fri, 22 Nov 2024 15:24:45 +0000 Subject: [PATCH] Update Questionnaire edeqs/edeqs_armt.json --- questionnaires/edeqs/edeqs_armt.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/questionnaires/edeqs/edeqs_armt.json b/questionnaires/edeqs/edeqs_armt.json index ffe7b26d..b31e9e7f 100644 --- a/questionnaires/edeqs/edeqs_armt.json +++ b/questionnaires/edeqs/edeqs_armt.json @@ -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", @@ -518,14 +518,14 @@ "text_validation_min": "", "text_validation_max": "", "identifier": "", - "branching_logic": "[height_uom]= '1'", + "branching_logic": "[height_uom]=1", "required_field": "", "custom_alignment": "", "question_number": "", "matrix_group_name": "", "matrix_ranking": "", "field_annotation": "", - "evaluated_logic": "responses['height_uom'] == '1'" + "evaluated_logic": "responses['height_uom'] == 1" }, { "field_name": "height_in_centimetres", @@ -539,13 +539,13 @@ "text_validation_min": "", "text_validation_max": "", "identifier": "", - "branching_logic": "[height_uom]= '2'", + "branching_logic": "[height_uom]=2", "required_field": "", "custom_alignment": "", "question_number": "", "matrix_group_name": "", "matrix_ranking": "", "field_annotation": "", - "evaluated_logic": "responses['height_uom'] == '2'" + "evaluated_logic": "responses['height_uom'] == 2" } -] +] \ No newline at end of file