Skip to content

Conversation

@amirrr
Copy link
Collaborator

@amirrr amirrr commented Dec 20, 2024

Survey is a newer version of the old demographic survey.

Additions

  • Country specific salary ranges with local currency + buckets for every select-able country
  • Zip code US and postal code rest of the world
  • Occupation industry drop down + specific job input
  • Race for internationals
  • Fix Cypress test failing with firefox

@JamesPHoughton
Copy link
Collaborator

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

The duration of each level of education can vary greatly across countries. These differences can lead to problems when attempting to compare statistics across countries. The International Standard Classification of Education (ISCED) is the official framework used to facilitate international comparisons of education systems. It was developed in 1976 by the United Nations Educational, Scientific and Cultural Organization (UNESCO) and was revised in 1997 and 2011. EdStats uses indicators based on the ISCED 2011 classifications listed below:

ISCED 0 = Early childhood education

ISCED 1 = Primary Education

ISCED 2 = Lower Secondary Education

ISCED 3 = Upper Secondary Education

ISCED 4 = Post-secondary non-Tertiary Education

ISCED 5 = Short-cycle tertiary education

ISCED 6 = Bachelors degree or equivalent tertiary education level

ISCED 7 = Masters degree or equivalent tertiary education level

ISCED 8 = Doctoral degree or equivalent tertiary education level

For more information on the ISCED and for country ISCED mappings, consult the UNESCO Institute for Statistics ISCED page.

@cypress
Copy link

cypress bot commented Jan 9, 2025

Surveys    Run #368

Run Properties:  status check passed Passed #368  •  git commit 41ec06998a: International demographic survey (#200)
Project Surveys
Branch Review main
Run status status check passed Passed #368
Run duration 07m 42s
Commit git commit 41ec06998a: International demographic survey (#200)
Committer Amirhossein Nakhaei
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 123
View all changes introduced in this branch ↗︎

@amirrr amirrr requested a review from markwhiting January 9, 2025 19:24
Copy link
Member

@markwhiting markwhiting left a 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.

@amirrr amirrr merged commit 41ec069 into main Jan 14, 2025
6 checks passed
@amirrr amirrr deleted the demographics_full branch January 14, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants