From 34c72c67ef28deb3188b38892515f7a467c8be95 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 8 Nov 2021 14:55:17 +0000 Subject: [PATCH] Remove prefer not to say from illness --- app/constants/db_enums.rb | 1 - config/forms/2021_2022.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/constants/db_enums.rb b/app/constants/db_enums.rb index 13ea58b1b..7eae6f59a 100644 --- a/app/constants/db_enums.rb +++ b/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 diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index fce88a393..fd87e2f0d 100644 --- a/config/forms/2021_2022.json +++ b/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" } } }