Browse Source

update json form fixture

pull/826/head
Kat 3 years ago committed by Kat
parent
commit
d8c5bda005
  1. 5
      spec/fixtures/forms/2021_2022.json

5
spec/fixtures/forms/2021_2022.json vendored

@ -159,6 +159,7 @@
} }
}, },
"age2": { "age2": {
"check_answers_card_number": 2,
"check_answer_label": "Person 2’s age", "check_answer_label": "Person 2’s age",
"header": "Do you know person 2’s age?", "header": "Do you know person 2’s age?",
"type": "numeric", "type": "numeric",
@ -168,6 +169,7 @@
"width": 2 "width": 2
}, },
"sex2": { "sex2": {
"check_answers_card_number": 2,
"check_answer_label": "Person 2’s gender identity", "check_answer_label": "Person 2’s gender identity",
"header": "Which of these best describes person 2’s gender identity?", "header": "Which of these best describes person 2’s gender identity?",
"type": "radio", "type": "radio",
@ -388,6 +390,9 @@
"depends_on": [ "depends_on": [
{ {
"illness": 1 "illness": 1
},
{
"illness": 100
} }
] ]
} }

Loading…
Cancel
Save