diff --git a/questionnaires/edeqs/edeqs_armt.json b/questionnaires/edeqs/edeqs_armt.json index b31e9e7f..a6fab5a4 100644 --- a/questionnaires/edeqs/edeqs_armt.json +++ b/questionnaires/edeqs/edeqs_armt.json @@ -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 +]