Browse Source

update test form

pull/833/head
Dushan Despotovic 3 years ago
parent
commit
db8173da33
  1. 10
      spec/fixtures/forms/2021_2022.json

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

@ -13,6 +13,7 @@
"tenant_code_test": { "tenant_code_test": {
"questions": { "questions": {
"tenancycode": { "tenancycode": {
"check_answers_card_number": 0,
"check_answer_label": "Tenant code", "check_answer_label": "Tenant code",
"header": "What is the tenant code?", "header": "What is the tenant code?",
"hint_text": "This is how you usually refer to this tenancy on your own systems.", "hint_text": "This is how you usually refer to this tenancy on your own systems.",
@ -31,6 +32,7 @@
"person_1_age": { "person_1_age": {
"questions": { "questions": {
"age1": { "age1": {
"check_answers_card_number": 1,
"check_answer_label": "Lead tenant’s age", "check_answer_label": "Lead tenant’s age",
"header": "What is the tenant’s age?", "header": "What is the tenant’s age?",
"type": "numeric", "type": "numeric",
@ -52,6 +54,7 @@
"person_1_gender": { "person_1_gender": {
"questions": { "questions": {
"sex1": { "sex1": {
"check_answers_card_number": 1,
"check_answer_label": "Lead tenant’s gender identity", "check_answer_label": "Lead tenant’s gender identity",
"header": "Which of these best describes the tenant’s gender identity?", "header": "Which of these best describes the tenant’s gender identity?",
"type": "radio", "type": "radio",
@ -77,6 +80,7 @@
"description": "", "description": "",
"questions": { "questions": {
"ecstat1": { "ecstat1": {
"check_answers_card_number": 1,
"check_answer_label": "Lead tenant’s working situation", "check_answer_label": "Lead tenant’s working situation",
"header": "Which of these best describes the lead tenant’s socks?", "header": "Which of these best describes the lead tenant’s socks?",
"hint_text": "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest.", "hint_text": "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest.",
@ -125,6 +129,7 @@
"household_number_of_members": { "household_number_of_members": {
"questions": { "questions": {
"hhmemb": { "hhmemb": {
"check_answers_card_number": 0,
"check_answer_label": "Number of Household Members", "check_answer_label": "Number of Household Members",
"header": "How many people are there in the household?", "header": "How many people are there in the household?",
"hint_text": "The maximum number of members is 8", "hint_text": "The maximum number of members is 8",
@ -140,6 +145,7 @@
} }
}, },
"relat2": { "relat2": {
"check_answers_card_number": 2,
"check_answer_label": "Person 2’s relationship to lead tenant", "check_answer_label": "Person 2’s relationship to lead tenant",
"header": "What is person 2’s relationship to lead tenant", "header": "What is person 2’s relationship to lead tenant",
"type": "radio", "type": "radio",
@ -153,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",
@ -162,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",
@ -187,6 +195,7 @@
"description": "", "description": "",
"questions": { "questions": {
"ecstat2": { "ecstat2": {
"check_answers_card_number": 2,
"check_answer_label": "Person 2’s Work", "check_answer_label": "Person 2’s Work",
"header": "Which of these best describes person 2’s working situation?", "header": "Which of these best describes person 2’s working situation?",
"type": "radio", "type": "radio",
@ -216,6 +225,7 @@
"propcode": { "propcode": {
"questions": { "questions": {
"propcode": { "propcode": {
"check_answers_card_number": 0,
"check_answer_label": "", "check_answer_label": "",
"header": "property reference?", "header": "property reference?",
"type": "text" "type": "text"

Loading…
Cancel
Save