From 9beb91344546359e4ea1522a79027f6ccf82646b Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Thu, 14 Dec 2023 12:14:12 +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 bf96b3b9..26c25b0e 100644 --- a/yal/question_sets/endline/platform_review_endline.py +++ b/yal/question_sets/endline/platform_review_endline.py @@ -284,8 +284,9 @@ ("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"), + ("no_need", "No, didn’t need it")( + "dont_understand", "I don't understand" + ), ("skip_question", "Skip question"), ], "next": "endline_12_q10b_platform_review",