Skip to content

Commit

Permalink
Update Questionnaire edeqs/edeqs_armt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Nov 22, 2024
1 parent c57d077 commit 563c27c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,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",
Expand All @@ -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"
}
]
]

0 comments on commit 563c27c

Please sign in to comment.