Skip to content

Commit

Permalink
fix question options
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Dec 14, 2023
1 parent 69efeac commit 9beb913
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yal/question_sets/endline/platform_review_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9beb913

Please sign in to comment.