Browse Source

Correct content and answer display for household characteristics

pull/349/head
Paul Robert Lloyd 3 years ago
parent
commit
faec67800f
  1. 2
      Gemfile.lock
  2. 466
      config/forms/2021_2022.json
  3. 4
      spec/fixtures/forms/2021_2022.json

2
Gemfile.lock

@ -111,7 +111,7 @@ GEM
ruby2_keywords (>= 0.0.2, < 1.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.562.0)
aws-partitions (1.559.0)
aws-sdk-core (3.127.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)

466
config/forms/2021_2022.json

File diff suppressed because it is too large Load Diff

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

@ -84,7 +84,7 @@
},
"relat2": {
"check_answer_label": "Person 2’s relationship to lead tenant",
"header": "Whats person 2’s relationship to lead tenant",
"header": "What is person 2’s relationship to lead tenant",
"type": "radio",
"answer_options": {
"0": {
@ -97,7 +97,7 @@
},
"age2": {
"check_answer_label": "Person 2’s age",
"header": "What’s person 2’s age",
"header": "Do you know person 2’s age?",
"type": "numeric",
"min": 0,
"max": 150,

Loading…
Cancel
Save