-
Notifications
You must be signed in to change notification settings - Fork 4
International demographic survey #200
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
Conversation
|
Lets take out the personalized country descriptions of education that currently aren't personalized to the country, e.g. this says that it is personalized to venezuela, but actually has the American system names (e.g. High school...). The danger with this is that if we want to go back and actually use the Venezuelan names, we'll have a confusing dataset that has both types. {
"name": "venezuela residents",
"visibleIf": "{country_reside} = 'Venezuela'",
"title": "Venezuela Residents",
"elements": [
{
"type": "radiogroup",
"name": "education_venezuela",
"title": "What is the highest level of education you have completed?",
"isRequired": true,
"choices": [
{
"value": "2",
"text": "Less than a high school diploma"
},
{
"value": "3",
"text": "High school diploma or GED"
},
{
"value": "4",
"text": "Some college, but no degree"
},
{
"value": "5",
"text": "Associate's degree (for example: AA, AS)"
},
{
"value": "6",
"text": "Bachelor's degree (for example: BA, BS)"
},
{
"value": "7",
"text": "Master's degree (for example: MA, MS, MEng, MBA)"
},
{
"value": "8",
"text": "Doctorate (for example: PhD, EdD)"
}
]
},Instead, lets use the names from here in a generic fallback: https://datatopics.worldbank.org/education/wRsc/classification
|
Surveys
|
||||||||||||||||||||||||||||
| Project |
Surveys
|
| Branch Review |
main
|
| Run status |
|
| Run duration | 07m 42s |
| Commit |
|
| Committer | Amirhossein Nakhaei |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
123
|
| View all changes introduced in this branch ↗︎ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I just want to make sure @JamesPHoughton feels comfortable with the coverage and visuals that we have included.
Survey is a newer version of the old demographic survey.
Additions