Skip to content

Commit

Permalink
Update edeqs_armt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii authored Nov 22, 2024
1 parent 563c27c commit 60d4168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions questionnaires/edeqs/edeqs_armt.json
Original file line number Diff line number Diff line change
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 60d4168

Please sign in to comment.