From 69efeacdaa8db0498db5a171e4361de14f6460ba Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Thu, 14 Dec 2023 12:06:37 +0200 Subject: [PATCH] fix question options --- yal/question_sets/endline/platform_review_endline.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yal/question_sets/endline/platform_review_endline.py b/yal/question_sets/endline/platform_review_endline.py index 6677e65d..bf96b3b9 100644 --- a/yal/question_sets/endline/platform_review_endline.py +++ b/yal/question_sets/endline/platform_review_endline.py @@ -246,7 +246,7 @@ ), "options": [ ("yes_got_help", "Yes, and got help"), - ("yes_got_no_help", "Yes, but wasn't helpful"), + ("yes_got_no_help", "Yes, wasn't helpful"), ("no_too_far", "No, too far away"), ("no_not_relevant", "No, not relevant"), ("no_other_reason", "No, other reasons"), @@ -281,9 +281,10 @@ ), "options": [ ("yes_got_help", "Yes, and I got help"), - ("yes_no_help", "Yes, didn't help"), + ("yes_no_help", "Yes, didn't get help"), ("yes_never_used", "Yes, never used it"), ("no", "No, didn't know that"), + ("no_need", "No, didn’t need it") ("dont_understand", "I don't understand"), ("skip_question", "Skip question"), ],