Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endline additional questions #696

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions yal/question_sets/endline/gender_attitude_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"type": "list",
"text": "\n".join(
[
"**How do you feel about each of the following "
"statements?* *",
"*How do you feel about each of the following statements?*",
"",
"There are times when a woman deserves to be beaten",
]
Expand Down
9 changes: 4 additions & 5 deletions yal/question_sets/endline/platform_review_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"type": "list",
"text": "\n".join(
[
"*Before joining B-Wise, how often did",
" you have discussions or interact with"
" content about sexual topics?*",
"*Before joining B-Wise, how often did "
"you have discussions or interact with "
"content about sexual topics?*",
]
),
"options": [
Expand All @@ -108,8 +108,7 @@
"text": "\n".join(
[
"*Since joining BWise, have you ever felt like you needed "
"to see a medical service about your mental "
"or sexual health?*",
"to see a medical service about your mental or sexual health?*",
]
),
"options": [
Expand Down
5 changes: 2 additions & 3 deletions yal/question_sets/endline/sexual_consent_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@
"type": "list",
"text": "\n".join(
[
"*Which of these has most influenced",
" your attitudes about sexual",
" relationships and interactions?",
"*Which of these has most influenced your attitudes "
"about sexual relationships and interactions?*",
]
),
"options": [
Expand Down
39 changes: 16 additions & 23 deletions yal/question_sets/endline/sexual_health_literacy_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,9 @@
"type": "list",
"text": "\n".join(
[
"*Over the past 5 months, do you think",
" that your knowledge about the",
" importance of using condoms has",
"changed? *",
"*Over the past 5 months, do you think that your "
"knowledge about the importance of using condoms has "
"changed?*",
]
),
"options": [
Expand All @@ -347,9 +346,8 @@
"type": "list",
"text": "\n".join(
[
"*Which of these has most influenced",
" your knowledge about using",
" condoms?*",
"*Which of these has most influenced your knowledge "
"about using condoms?*",
]
),
"options": [
Expand Down Expand Up @@ -377,8 +375,8 @@
"type": "text",
"text": "\n".join(
[
"*Do you mind telling us what has most",
" influenced your knowledge of using" " condoms?*",
"*Do you mind telling us what has most influenced "
"your knowledge of using condoms?*",
]
),
"next": "endline_8_q14_sexual_health_lit",
Expand All @@ -387,8 +385,7 @@
"type": "list",
"text": "\n".join(
[
"*Are you planning to have a child",
" within the next year?*",
"*Are you planning to have a child within the next year?*",
]
),
"options": [
Expand All @@ -403,9 +400,8 @@
"type": "list",
"text": "\n".join(
[
"*Do you now plan to  use condoms",
" more consistently than you did 5",
" months ago?*",
"*Do you now plan to use condoms more consistently "
"than you did 5 months ago?*",
]
),
"options": [
Expand All @@ -423,9 +419,8 @@
"type": "list",
"text": "\n".join(
[
"*Do you now plan to go for STI or HIV",
" tests more often than you did 5",
" months ago?*",
"*Do you now plan to go for STI or HIV tests more "
"often than you did 5 months ago?*",
]
),
"options": [
Expand All @@ -443,9 +438,8 @@
"type": "list",
"text": "\n".join(
[
"*Which of these has most influenced",
" your plans to use condoms or test for",
" STIs/HIV?*",
"*Which of these has most influenced your plans to "
"use condoms or test for STIs/HIV?*",
]
),
"options": [
Expand Down Expand Up @@ -473,9 +467,8 @@
"type": "text",
"text": "\n".join(
[
"*Do you mind telling us what has",
" most influenced your plans to use",
" condoms or test for STIs/HIV? *",
"*Do you mind telling us what has most influenced "
"your plans to use condoms or test for STIs/HIV? *",
]
),
"next": None,
Expand Down
4 changes: 2 additions & 2 deletions yal/tests/surveys/test_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ async def test_state_sexual_health_lit_assessment_endline_end(tester: AppTester)
"◼️◽️◽️◽️",
"-----",
"",
"**How do you feel about each of the following statements?* *",
"*How do you feel about each of the following statements?*",
"",
"There are times when a woman deserves to be beaten",
]
Expand Down Expand Up @@ -1220,7 +1220,7 @@ async def test_endline_flow(tester: AppTester, rapidpro_mock):
"◼️◽️◽️◽️",
"-----",
"",
"**How do you feel about each of the following statements?* *",
"*How do you feel about each of the following statements?*",
"",
"There are times when a woman deserves to be beaten",
]
Expand Down
Loading