Browse Source

Remove prefer not to say from illness

pull/83/head
Kat 4 years ago
parent
commit
34c72c67ef
  1. 1
      app/constants/db_enums.rb
  2. 3
      config/forms/2021_2022.json

1
app/constants/db_enums.rb

@ -63,7 +63,6 @@ module DbEnums
"Yes" => 1,
"No" => 2,
"Do not know" => 3,
"Prefer not to say" => 100,
}
end

3
config/forms/2021_2022.json

@ -925,8 +925,7 @@
"answer_options": {
"0": "Yes",
"1": "No",
"2": "Do not know",
"3": "Prefer not to say"
"2": "Prefer not to say"
}
}
}

Loading…
Cancel
Save