Skip to content

Commit

Permalink
Merge pull request #345 from RADAR-base/art
Browse files Browse the repository at this point in the history
Update ART-transition questionnaire
  • Loading branch information
mpgxvii authored Jan 16, 2025
2 parents 1a8289b + 4c68afb commit 4df7c68
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions questionnaires/about_you_remote/about_you_remote_armt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3370,14 +3370,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(1)] = '1'",
"branching_logic": "[where_masked_4weeks] = '1'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 1"
"evaluated_logic": "responses['where_masked_4weeks'] == '1'"
},
{
"field_name": "housemates_masked",
Expand All @@ -3404,14 +3404,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(2)] = '1'",
"branching_logic": "[where_masked_4weeks] = '2'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 2"
"evaluated_logic": "responses['where_masked_4weeks'] == '2'"
},
{
"field_name": "school_masked",
Expand All @@ -3438,14 +3438,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(3)] = '1'",
"branching_logic": "[where_masked_4weeks] = '3'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 3"
"evaluated_logic": "responses['where_masked_4weeks'] == '3'"
},
{
"field_name": "work_masked",
Expand All @@ -3472,14 +3472,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(4)] = '1'",
"branching_logic": "[where_masked_4weeks] = '4'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 4"
"evaluated_logic": "responses['where_masked_4weeks'] == '4'"
},
{
"field_name": "medical_masked",
Expand All @@ -3506,14 +3506,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(5)] = '1'",
"branching_logic": "[where_masked_4weeks] = '5'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 5"
"evaluated_logic": "responses['where_masked_4weeks'] == '5'"
},
{
"field_name": "other_mask_specify",
Expand All @@ -3527,14 +3527,14 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(6)] = '1'",
"branching_logic": "[where_masked_4weeks] = '6'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 6"
"evaluated_logic": "responses['where_masked_4weeks'] == '6'"
},
{
"field_name": "other_masked",
Expand All @@ -3561,13 +3561,13 @@
"text_validation_min": "",
"text_validation_max": "",
"identifier": "",
"branching_logic": "[where_masked_4weeks(6)] = '1'",
"branching_logic": "[where_masked_4weeks] = '6'",
"required_field": "y",
"custom_alignment": "",
"question_number": "",
"matrix_group_name": "",
"matrix_ranking": "",
"field_annotation": "",
"evaluated_logic": "responses['where_masked_4weeks'] == 6"
"evaluated_logic": "responses['where_masked_4weeks'] == '6'"
}
]

0 comments on commit 4df7c68

Please sign in to comment.