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 44a190e commit 69efeac
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 @@ -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"),
Expand Down Expand Up @@ -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"),
],
Expand Down

0 comments on commit 69efeac

Please sign in to comment.