From e9e17f860aa0becd798ce33040ae44ce8bf10b65 Mon Sep 17 00:00:00 2001
From: amirrr <6696894+amirrr@users.noreply.github.com>
Date: Fri, 20 Dec 2024 20:15:56 +0100
Subject: [PATCH 01/10] add big demographic survey
---
package-lock.json | 4 +-
package.json | 2 +-
src/index.js | 5 +
.../demographicsLongInternational/README.md | 41 +
.../demographicsLongInternational.cy.jsx | 75 +
.../demographicsLongInternational.json | 21412 ++++++++++++++++
.../demographicsLongInternational.score.js | 5 +
.../screenshotGeneral.png | Bin 0 -> 376411 bytes
.../screenshotUSA.png | Bin 0 -> 445818 bytes
.../demographicsLongInternational/sha.json | 1 +
10 files changed, 21542 insertions(+), 3 deletions(-)
create mode 100644 surveys/demographicsLongInternational/README.md
create mode 100644 surveys/demographicsLongInternational/demographicsLongInternational.cy.jsx
create mode 100644 surveys/demographicsLongInternational/demographicsLongInternational.json
create mode 100644 surveys/demographicsLongInternational/demographicsLongInternational.score.js
create mode 100644 surveys/demographicsLongInternational/screenshotGeneral.png
create mode 100644 surveys/demographicsLongInternational/screenshotUSA.png
create mode 100644 surveys/demographicsLongInternational/sha.json
diff --git a/package-lock.json b/package-lock.json
index c8735da..0a35292 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@watts-lab/surveys",
- "version": "1.16.1",
+ "version": "1.19.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@watts-lab/surveys",
- "version": "1.16.1",
+ "version": "1.19.0",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
diff --git a/package.json b/package.json
index cfacf6c..7c80773 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@watts-lab/surveys",
- "version": "1.18.1",
+ "version": "1.19.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
diff --git a/src/index.js b/src/index.js
index 64f75df..6dc4bf3 100644
--- a/src/index.js
+++ b/src/index.js
@@ -59,6 +59,11 @@ import demographicsSha from "../surveys/demographics/sha.json";
import { default as demographicsScoreFunc } from "../surveys/demographics/demographics.score.js";
export const Demographics = SurveyFactory("demographics", demographicsJson, demographicsScoreFunc, demographicsSha);
+import demographicsLongInternationalJson from "../surveys/demographicsLongInternational/demographicsLongInternational.json";
+import demographicsLongInternationalSha from "../surveys/demographicsLongInternational/sha.json";
+import { default as demographicsLongInternationalScoreFunc } from "../surveys/demographicsLongInternational/demographicsLongInternational.score.js";
+export const DemographicsLongInternational = SurveyFactory("demographicsLongInternational", demographicsLongInternationalJson, demographicsLongInternationalScoreFunc, demographicsLongInternationalSha);
+
import demographicsShortUSJson from "../surveys/demographicsShortUS/demographicsShortUS.json";
import demographicsShortUSSha from "../surveys/demographicsShortUS/sha.json";
import { default as demographicsShortUSScoreFunc } from "../surveys/demographicsShortUS/demographicsShortUS.score.js";
diff --git a/surveys/demographicsLongInternational/README.md b/surveys/demographicsLongInternational/README.md
new file mode 100644
index 0000000..e90c4d1
--- /dev/null
+++ b/surveys/demographicsLongInternational/README.md
@@ -0,0 +1,41 @@
+# Demographics Survey
+
+## Survey purpose
+
+Identify relatievly static attributes about an individual which are not likely to react to the stimulus in an experiment, but may be predictors of behavior.
+
+The survey aims to ask questions that are appropriate to the respondent's home country, and so individuals resident in the US may (e.g.) see different survey questions than respondents from the UK.
+
+### Screenshot
+
+
+
+# Question Sources
+
+This survey aggregates questions from a number of sources:
+
+- Impairment https://analysisfunction.civilservice.gov.uk/policy-store/impairment/
+
+Using the [International Standard Classification of Education](https://en.wikipedia.org/wiki/International_Standard_Classification_of_Education)
+
+Mappings from [UNESCO](http://uis.unesco.org/en/isced-mappings)
+
+# Salary Range
+
+The salary values and ranges were scraped on December 19th 2024 from [salaryexplorer.com](https://www.salaryexplorer.com/), and then rounded and bucketed into (If possible) 8 buckets. The values are in local currency.
+
+## United Kingdom:
+
+#### Education
+
+Some inspiriation from https://www.lse.ac.uk/media-and-communications/assets/documents/research/preparing-for-a-digital-future/Questionnaire.pdf
+
+#### Ethnicity
+
+Source: https://analysisfunction.civilservice.gov.uk/policy-store/ethnicity-harmonised-standard/#questions-for-england
+
+## United states
+
+Questions from ANES: https://electionstudies.org/wp-content/uploads/2020/07/anes_pilot_2020ets_qnnaire.pdf
+
+
diff --git a/surveys/demographicsLongInternational/demographicsLongInternational.cy.jsx b/surveys/demographicsLongInternational/demographicsLongInternational.cy.jsx
new file mode 100644
index 0000000..2906ed4
--- /dev/null
+++ b/surveys/demographicsLongInternational/demographicsLongInternational.cy.jsx
@@ -0,0 +1,75 @@
+import React from "react";
+import { Demographics } from "../../src/index";
+
+const dummy = {
+ set(response) {},
+};
+
+describe("Demographics", () => {
+ it("completes", () => {
+ cy.spy(dummy, "set").as("callback");
+ cy.mount();
+ cy.viewport('macbook-11');
+
+ cy.get(`[data-name="birth_year"] input`).click().type("1985");
+
+ cy.get(`[data-name="gender"] input[value="other"]`).click({ force: true });
+
+ cy.get(`[data-name="gender_other"] input`).click().type("Other gender");
+
+ cy.get(`[data-name="marital_status"] input`).click({ force: true });
+
+ cy.contains("Married or Domestic Partnership").click({ force: true });
+
+ cy.get(`[data-name="language_primary"] input`).click({ force: true });
+ cy.contains("French").click({ force: true });
+
+ cy.get(`[data-name="english_written"] input[value="4"]`).click({
+ force: true,
+ });
+
+ cy.get(`[data-name="english_spoken"] input[value="4"]`).click({
+ force: true,
+ });
+
+ cy.get(`[data-name="employment_status"] input[value="Retired"]`).click({
+ force: true,
+ });
+
+ cy.get(`[data-name="country_reside"] input`).click({ force: true });
+ cy.contains("United States").click({ force: true });
+
+ cy.screenshot("demographics/screenshotGeneral", { overwrite: true });
+
+ cy.get(`input[type="button"][value="Next"]`).click({ force: true });
+
+ cy.get(`[data-name="education_US"] input[value="2"]`).click({
+ force: true,
+ });
+
+ cy.get(`[data-name="race_US"] input[value="White"]`)
+ .next()
+ .click({ force: true });
+ cy.get(`[data-name="race_US"] input[value="Other"]`)
+ .next()
+ .click({ force: true });
+
+ cy.get(`[data-name="income_US"] input[value="$50,000-$74,999"]`).click({
+ force: true,
+ });
+
+ cy.screenshot("demographics/screenshotUSA", { overwrite: true });
+
+ cy.get(`input[type="button"][value="Complete"]`).click({ force: true });
+
+ cy.get(".sv-body").should("not.exist");
+
+ cy.get("@callback").should("have.been.called");
+ cy.get("@callback").then((spy) => {
+ const spyCall = spy.getCall(-1).args[0];
+ console.log(spyCall);
+ expect(spyCall["result"]).to.be.empty;
+ expect(spyCall.responses.birth_year).to.have.string("1985");
+ });
+ });
+});
diff --git a/surveys/demographicsLongInternational/demographicsLongInternational.json b/surveys/demographicsLongInternational/demographicsLongInternational.json
new file mode 100644
index 0000000..b94d5f7
--- /dev/null
+++ b/surveys/demographicsLongInternational/demographicsLongInternational.json
@@ -0,0 +1,21412 @@
+{
+ "title": {
+ "default": "Demographics",
+ "ar": "التركيبه السكانيه",
+ "es": "Demografía",
+ "fr": "Démographie",
+ "hi": "जनसांख्यिकी",
+ "ja": "人口 統計",
+ "pt": "Demografia",
+ "ru": "Демография",
+ "zh": "人口",
+ "bn": "জনসংখ্যার"
+ },
+ "logoPosition": "right",
+ "pages": [
+ {
+ "name": "universal",
+ "elements": [
+ {
+ "type": "text",
+ "name": "birth_year",
+ "title": {
+ "default": "What year were you born?",
+ "ar": "في أي سنة ولدت؟",
+ "es": "¿En qué año naciste?",
+ "fr": "En quelle année êtes-vous né ?",
+ "hi": "आपका जन्म किस वर्ष में हुआ था?",
+ "ja": "あなたは何年に生まれましたか?",
+ "pt": "Em que ano você nasceu?",
+ "ru": "В каком году вы родились?",
+ "zh": "你是哪一年出生的?",
+ "bn": "তুমি কোন সালে জন্মগ্রহণ করেছ?"
+ },
+ "valueName": "birth_year",
+ "isRequired": true,
+ "validators": [
+ {
+ "type": "numeric",
+ "minValue": 1900,
+ "maxValue": 2022
+ }
+ ],
+ "placeholder": {
+ "default": "4-digit year (e.g. 1839)",
+ "ar": "سنة مكونة من 4 أرقام (على سبيل المثال 1839)",
+ "es": "Año de 4 dígitos (por ejemplo, 1839)",
+ "fr": "Année à 4 chiffres (par exemple 1839)",
+ "hi": "4-अंकीय वर्ष (जैसे 1839)",
+ "ja": "4 桁の西暦 (例: 1839)",
+ "pt": "Ano de 4 dígitos (por exemplo, 1839)",
+ "ru": "4-значный год (например, 1839)",
+ "zh": "4 位年份(例如 1839 年)",
+ "bn": "4-অঙ্কের বছর (উদাঃ 1839)"
+ }
+ },
+ {
+ "type": "radiogroup",
+ "name": "gender",
+ "title": {
+ "default": "What is your gender?",
+ "ar": "ما هو جنسك؟",
+ "es": "¿Cuál es tu género?",
+ "fr": "Quel est votre sexe ?",
+ "hi": "आपका लिंग क्या है?",
+ "ja": "あなたの性別は何ですか?",
+ "pt": "Qual é o seu gênero?",
+ "ru": "Какой у вас пол?",
+ "zh": "你的性别是什么?",
+ "bn": "আপনার লিঙ্গ কি?"
+ },
+ "isRequired": true,
+ "choices": [
+ {
+ "value": "female",
+ "text": {
+ "default": "Female",
+ "ar": "أنثى",
+ "es": "Hembra",
+ "fr": "Femelle",
+ "hi": "मादा",
+ "ja": "女性",
+ "pt": "Fêmea",
+ "ru": "Женский",
+ "zh": "女性",
+ "bn": "নারী"
+ }
+ },
+ {
+ "value": "male",
+ "text": {
+ "default": "Male",
+ "ar": "ذكر",
+ "es": "Masculino",
+ "fr": "Mâle",
+ "hi": "पुरुष",
+ "ja": "男性",
+ "pt": "Macho",
+ "ru": "Мужской",
+ "zh": "雄",
+ "bn": "পুরুষ"
+ }
+ },
+ {
+ "value": "other",
+ "text": {
+ "default": "Other",
+ "ar": "آخر",
+ "es": "Otro",
+ "fr": "Autre",
+ "hi": "दूसरा",
+ "ja": "他",
+ "pt": "Outro",
+ "ru": "Другой",
+ "zh": "其他",
+ "bn": "অন্যান্য"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "gender_other",
+ "visibleIf": "{gender} = 'other'",
+ "title": {
+ "default": "Please enter your gender below:",
+ "ar": "الرجاء إدخال جنسك أدناه:",
+ "es": "Ingrese su género a continuación:",
+ "fr": "Veuillez entrer votre sexe ci-dessous :",
+ "hi": "कृपया नीचे अपना लिंग दर्ज करें:",
+ "ja": "以下に性別を入力してください。",
+ "pt": "Por favor, digite seu gênero abaixo:",
+ "ru": "Пожалуйста, введите свой пол ниже:",
+ "zh": "请在下面输入您的性别:",
+ "bn": "দয়া করে নীচে আপনার লিঙ্গ লিখুন:"
+ }
+ },
+ {
+ "type": "dropdown",
+ "name": "marital_status",
+ "title": {
+ "default": "What is your marital status?",
+ "ar": "ما هي حالتك الاجتماعية؟",
+ "es": "¿Cuál es su estado civil?",
+ "fr": "Quel est votre état civil ?",
+ "hi": "आपकी वैवाहिक स्थिति क्या है?",
+ "ja": "あなたの婚姻状況は?",
+ "pt": "Qual é o seu estado civil?",
+ "ru": "Каково ваше семейное положение?",
+ "zh": "你的婚姻状况如何?",
+ "bn": "আপনার বৈবাহিক অবস্থা কি?"
+ },
+ "choices": [
+ {
+ "value": "Single Never Married",
+ "text": {
+ "ar": "أعزب لم يتزوج قط",
+ "es": "Soltero Nunca Casado",
+ "fr": "Célibataire jamais marié",
+ "hi": "सिंगल नेवर मैरिड",
+ "ja": "独身未婚",
+ "pt": "Solteiro Nunca Casado",
+ "ru": "Холост Никогда не был женат",
+ "zh": "单身 从未结婚",
+ "bn": "অবিবাহিত কখনও বিয়ে হয়নি"
+ }
+ },
+ {
+ "value": "Married or Domestic Partnership",
+ "text": {
+ "ar": "الزواج أو الشراكة المنزلية",
+ "es": "Casado o Pareja de Hecho",
+ "fr": "Partenariat marié ou domestique",
+ "hi": "विवाहित या घरेलू साझेदारी",
+ "ja": "既婚またはドメスティックパートナーシップ",
+ "pt": "Casado ou união estável",
+ "ru": "Супружеское или гражданское партнерство",
+ "zh": "已婚或同居伴侣关系",
+ "bn": "বিবাহিত বা গার্হস্থ্য অংশীদারিত্ব"
+ }
+ },
+ {
+ "value": "Widowed",
+ "text": {
+ "ar": "الارامل",
+ "es": "Viudo",
+ "fr": "Veuf",
+ "hi": "विधवा",
+ "ja": "未亡人",
+ "pt": "Viúva",
+ "ru": "Овдовевший",
+ "zh": "寡",
+ "bn": "বিধবা"
+ }
+ },
+ {
+ "value": "Divorced",
+ "text": {
+ "ar": "مطلق",
+ "es": "Divorciado",
+ "fr": "Divorcé",
+ "hi": "तलाकशुदा",
+ "ja": "離婚",
+ "pt": "Divorciado",
+ "ru": "Разведённый",
+ "zh": "离婚",
+ "bn": "তালাকপ্রাপ্ত"
+ }
+ },
+ {
+ "value": "Separated",
+ "text": {
+ "ar": "منفصل",
+ "es": "Separado",
+ "fr": "Séparé",
+ "hi": "वियुक्त दंपति",
+ "ja": "離れ離れ",
+ "pt": "Separado",
+ "ru": "Отделенный",
+ "zh": "分开",
+ "bn": "পৃথক"
+ }
+ },
+ {
+ "value": "Other",
+ "text": {
+ "ar": "آخر",
+ "es": "Otro",
+ "fr": "Autre",
+ "hi": "दूसरा",
+ "ja": "他",
+ "pt": "Outro",
+ "ru": "Другой",
+ "zh": "其他",
+ "bn": "অন্যান্য"
+ }
+ }
+ ],
+ "autocomplete": "country"
+ },
+ {
+ "type": "dropdown",
+ "name": "language_primary",
+ "title": {
+ "default": "What language do you use most often?",
+ "ar": "ما هي اللغة التي تستخدمها في أغلب الأحيان؟",
+ "es": "¿Qué idioma utilizas con más frecuencia?",
+ "fr": "Quel langage utilisez-vous le plus souvent ?",
+ "hi": "आप अक्सर किस भाषा का उपयोग करते हैं?",
+ "ja": "最もよく使う言語は何ですか?",
+ "pt": "Qual linguagem você usa com mais frequência?",
+ "ru": "Какой язык вы используете чаще всего?",
+ "zh": "您最常使用哪种语言?",
+ "bn": "আপনি সাধারণত কোন ভাষা ব্যবহার করেন?"
+ },
+ "description": {
+ "default": "For example, the language you use at home.",
+ "ar": "على سبيل المثال ، اللغة التي تستخدمها في المنزل.",
+ "es": "Por ejemplo, el idioma que usas en casa.",
+ "fr": "Par exemple, la langue que vous utilisez à la maison.",
+ "hi": "उदाहरण के लिए, वह भाषा जिसका आप घर पर उपयोग करते हैं।",
+ "ja": "たとえば、家庭で使用している言語などです。",
+ "pt": "Por exemplo, o idioma que você usa em casa.",
+ "ru": "Например, язык, которым вы пользуетесь дома.",
+ "zh": "例如,您在家中使用的语言。",
+ "bn": "উদাহরণস্বরূপ, আপনি বাড়িতে যে ভাষা ব্যবহার করেন।"
+ },
+ "isRequired": true,
+ "choices": [
+ {
+ "value": "Arabic",
+ "text": {
+ "ar": "العربية",
+ "es": "Árabe",
+ "fr": "Arabe",
+ "hi": "अरबी",
+ "ja": "アラビア語",
+ "pt": "Árabe",
+ "ru": "Арабский",
+ "zh": "阿拉伯语",
+ "bn": "আরবি"
+ }
+ },
+ {
+ "value": "Armenian",
+ "text": {
+ "ar": "الأرمينية",
+ "es": "Armenio",
+ "fr": "Arménien",
+ "hi": "आर्मीनियाई",
+ "ja": "アルメニア語",
+ "pt": "Armênio",
+ "ru": "Армянский",
+ "zh": "亚美尼亚语",
+ "bn": "আর্মেনীয়"
+ }
+ },
+ {
+ "value": "Cambodian",
+ "text": {
+ "ar": "كمبودي",
+ "es": "Camboyano",
+ "fr": "Cambodgien",
+ "hi": "कम्बोडियन",
+ "ja": "カンボジア人",
+ "pt": "Cambojano",
+ "ru": "Камбоджийский",
+ "zh": "柬埔寨人",
+ "bn": "কম্বোডিয়ান"
+ }
+ },
+ {
+ "value": "Chinese",
+ "text": {
+ "ar": "الصينية",
+ "es": "Chino",
+ "fr": "Chinois",
+ "hi": "चीनी",
+ "ja": "中国語",
+ "pt": "Chinês",
+ "ru": "Китайский",
+ "zh": "中文",
+ "bn": "চিনা"
+ }
+ },
+ {
+ "value": "Czech",
+ "text": {
+ "ar": "التشيكية",
+ "es": "Checo",
+ "fr": "Tchèque",
+ "hi": "चेक",
+ "ja": "チェコ語",
+ "pt": "Tcheco",
+ "ru": "Чешский",
+ "zh": "捷克语",
+ "bn": "চেক"
+ }
+ },
+ {
+ "value": "Dutch",
+ "text": {
+ "ar": "الهولندية",
+ "es": "Holandés",
+ "fr": "Néerlandais",
+ "hi": "डच",
+ "ja": "オランダ語",
+ "pt": "Holandês",
+ "ru": "Нидерландский",
+ "zh": "荷兰语",
+ "bn": "ডাচ"
+ }
+ },
+ {
+ "value": "English",
+ "text": {
+ "ar": "الإنكليزية",
+ "es": "Inglés",
+ "fr": "Anglais",
+ "hi": "अंग्रेज़ी",
+ "ja": "英語",
+ "pt": "Inglês",
+ "ru": "Английский",
+ "zh": "英语",
+ "bn": "ইংরাজি"
+ }
+ },
+ {
+ "value": "French",
+ "text": {
+ "ar": "الفرنسية",
+ "es": "Francés",
+ "fr": "Français",
+ "hi": "फ़्रेंच",
+ "ja": "フランス語",
+ "pt": "Francês",
+ "ru": "Французский",
+ "zh": "法语",
+ "bn": "ফরাসী"
+ }
+ },
+ {
+ "value": "French Creole",
+ "text": {
+ "ar": "الكريول الفرنسي",
+ "es": "Criollo francés",
+ "fr": "Créole français",
+ "hi": "फ्रेंच क्रियोल",
+ "ja": "フランスクレオール語",
+ "pt": "Crioulo francês",
+ "ru": "Французский креольский",
+ "zh": "法语克里奥尔语",
+ "bn": "ফরাসি ক্রেওল"
+ }
+ },
+ {
+ "value": "German",
+ "text": {
+ "ar": "الألمانية",
+ "es": "Alemán",
+ "fr": "Allemand",
+ "hi": "जर्मन",
+ "ja": "ドイツ語",
+ "pt": "Alemão",
+ "ru": "Немецкий",
+ "zh": "德语",
+ "bn": "জার্মান"
+ }
+ },
+ {
+ "value": "Greek",
+ "text": {
+ "ar": "اليونانية",
+ "es": "Griego",
+ "fr": "Grec",
+ "hi": "यूनानी",
+ "ja": "ギリシャ語",
+ "pt": "Grego",
+ "ru": "Греческий",
+ "zh": "希腊语",
+ "bn": "গ্রীক"
+ }
+ },
+ {
+ "value": "Gujarathi",
+ "text": {
+ "ar": "الغوجاراتي",
+ "es": "Gujarathi",
+ "fr": "Gujarathi",
+ "hi": "गुजराती",
+ "ja": "グジャラート語",
+ "pt": "Gujarathi",
+ "ru": "Гуджарати",
+ "zh": "古吉拉特语",
+ "bn": "গুজরাটি"
+ }
+ },
+ {
+ "value": "Hebrew",
+ "text": {
+ "ar": "العبرية",
+ "es": "Hebreo",
+ "fr": "Hébreu",
+ "hi": "हिब्रू",
+ "ja": "ヘブライ語",
+ "pt": "Hebraico",
+ "ru": "Иврит",
+ "zh": "希伯来语",
+ "bn": "হিব্রু"
+ }
+ },
+ {
+ "value": "Hindi",
+ "text": {
+ "ar": "الهندية",
+ "es": "Hindi",
+ "fr": "Hindi",
+ "hi": "हिंदी",
+ "ja": "ヒンディー語",
+ "pt": "Hindi",
+ "ru": "Хинди",
+ "zh": "印地语",
+ "bn": "হিন্দি"
+ }
+ },
+ {
+ "value": "Hungarian",
+ "text": {
+ "ar": "المجرية",
+ "es": "Húngaro",
+ "fr": "Hongrois",
+ "hi": "हंगेरियन",
+ "ja": "ハンガリー語",
+ "pt": "Húngaro",
+ "ru": "Венгерский",
+ "zh": "匈牙利语",
+ "bn": "হাংগেরীয়"
+ }
+ },
+ {
+ "value": "Italian",
+ "text": {
+ "ar": "الإيطالية",
+ "es": "Italiano",
+ "fr": "Italien",
+ "hi": "इटैलियन",
+ "ja": "イタリア語",
+ "pt": "Italiano",
+ "ru": "Итальянский",
+ "zh": "意大利语",
+ "bn": "ইতালীয়"
+ }
+ },
+ {
+ "value": "Japanese",
+ "text": {
+ "ar": "اليابانية",
+ "es": "Japonés",
+ "fr": "Japonais",
+ "hi": "जापानी",
+ "ja": "日本語",
+ "pt": "Japonês",
+ "ru": "Японский",
+ "zh": "日语",
+ "bn": "জাপানী"
+ }
+ },
+ {
+ "value": "Korean",
+ "text": {
+ "ar": "الكورية",
+ "es": "Coreano",
+ "fr": "Coréen",
+ "hi": "कोरियाई",
+ "ja": "韓国語",
+ "pt": "Coreano",
+ "ru": "Корейский",
+ "zh": "朝鲜语",
+ "bn": "কোরিয়ান"
+ }
+ },
+ {
+ "value": "Navaho",
+ "text": {
+ "ar": "نافاهو",
+ "es": "Navajo",
+ "fr": "Navaho",
+ "hi": "नवाहो",
+ "ja": "ナバホ",
+ "pt": "Navaho",
+ "ru": "Навахо",
+ "zh": "纳瓦霍语",
+ "bn": "নাভাহো"
+ }
+ },
+ {
+ "value": "Persian",
+ "text": {
+ "ar": "فارسي",
+ "es": "Persa",
+ "fr": "Perse",
+ "hi": "फ़ारसी",
+ "ja": "ペルシャ語",
+ "pt": "Persa",
+ "ru": "Персидский",
+ "zh": "波斯语",
+ "bn": "পারসিক"
+ }
+ },
+ {
+ "value": "Polish",
+ "text": {
+ "ar": "البولندية",
+ "es": "Polaco",
+ "fr": "Polonais",
+ "hi": "पोलिश",
+ "ja": "ポーランド語",
+ "pt": "Polonês",
+ "ru": "Польский",
+ "zh": "波兰语",
+ "bn": "পোলিশ"
+ }
+ },
+ {
+ "value": "Portuguese",
+ "text": {
+ "ar": "البرتغالية",
+ "es": "Portugués",
+ "fr": "Portugais",
+ "hi": "पुर्तगाली",
+ "ja": "ポルトガル語",
+ "pt": "Português",
+ "ru": "Португальский",
+ "zh": "葡萄牙语",
+ "bn": "পর্তুগিজ"
+ }
+ },
+ {
+ "value": "Russian",
+ "text": {
+ "ar": "الروسية",
+ "es": "Ruso",
+ "fr": "Russe",
+ "hi": "रूसी",
+ "ja": "ロシア語",
+ "pt": "Russo",
+ "ru": "Русский",
+ "zh": "俄语",
+ "bn": "রুশ"
+ }
+ },
+ {
+ "value": "Spanish",
+ "text": {
+ "ar": "الإسبانية",
+ "es": "Español",
+ "fr": "Espagnol",
+ "hi": "स्पैनिश",
+ "ja": "スペイン語",
+ "pt": "Espanhol",
+ "ru": "Испанский",
+ "zh": "西班牙语",
+ "bn": "স্প্যানিশ"
+ }
+ },
+ {
+ "value": "Tagalog",
+ "text": {
+ "ar": "التغالوغيه",
+ "es": "Tagalo",
+ "fr": "Tagalog",
+ "hi": "तागालोग",
+ "ja": "タガログ語",
+ "pt": "Tagalo",
+ "ru": "Тагальский",
+ "zh": "塔加洛语",
+ "bn": "তাগালগ"
+ }
+ },
+ {
+ "value": "Thai",
+ "text": {
+ "ar": "التايلندية",
+ "es": "Tailandés",
+ "fr": "Thaï",
+ "hi": "थाई",
+ "ja": "タイ語",
+ "pt": "Tailandês",
+ "ru": "Тайский",
+ "zh": "泰语",
+ "bn": "থাই"
+ }
+ },
+ {
+ "value": "Ukrainian",
+ "text": {
+ "ar": "الأوكرانية",
+ "es": "Ucraniano",
+ "fr": "Ukrainien",
+ "hi": "यूक्रेनियाई",
+ "ja": "ウクライナ語",
+ "pt": "Ucraniano",
+ "ru": "Украинский",
+ "zh": "乌克兰语",
+ "bn": "ইউক্রেনীয়"
+ }
+ },
+ {
+ "value": "Vietnamese",
+ "text": {
+ "ar": "الفيتنامية",
+ "es": "Vietnamita",
+ "fr": "Vietnamien",
+ "hi": "वियतनामी",
+ "ja": "ベトナム語",
+ "pt": "Vietnamita",
+ "ru": "Вьетнамский",
+ "zh": "越南语",
+ "bn": "ভিয়েতনামী"
+ }
+ },
+ {
+ "value": "Yiddish",
+ "text": {
+ "ar": "الييديه",
+ "es": "Yiddish",
+ "fr": "Yiddish",
+ "hi": "यिडिश",
+ "ja": "イディッシュ語",
+ "pt": "Iídiche",
+ "ru": "Идиш",
+ "zh": "意第绪语",
+ "bn": "ইদ্দিশ"
+ }
+ },
+ {
+ "value": "item1",
+ "text": {
+ "default": "Other",
+ "ar": "آخر",
+ "es": "Otro",
+ "fr": "Autre",
+ "hi": "दूसरा",
+ "ja": "他",
+ "pt": "Outro",
+ "ru": "Другой",
+ "zh": "其他",
+ "bn": "অন্যান্য"
+ }
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "language_primary_expansion",
+ "visibleIf": "{language_primary} = 'item1'",
+ "title": {
+ "default": "Please enter your primary language below:",
+ "ar": "الرجاء إدخال لغتك الأساسية أدناه:",
+ "es": "Ingrese su idioma principal a continuación:",
+ "fr": "Veuillez entrer votre langue principale ci-dessous :",
+ "hi": "कृपया नीचे अपनी प्राथमिक भाषा दर्ज करें:",
+ "ja": "以下に第一言語を入力してください。",
+ "pt": "Por favor, insira seu idioma principal abaixo:",
+ "ru": "Пожалуйста, введите свой основной язык ниже:",
+ "zh": "请在下面输入您的主要语言:",
+ "bn": "দয়া করে নীচে আপনার প্রাথমিক ভাষা লিখুন:"
+ }
+ },
+ {
+ "type": "rating",
+ "name": "english_written",
+ "title": {
+ "default": "How comfortable are you reading and writing in English?",
+ "ar": "ما مدى ارتياحك للقراءة والكتابة باللغة الإنجليزية؟",
+ "es": "¿Qué tan cómodo te sientes leyendo y escribiendo en inglés?",
+ "fr": "Dans quelle mesure êtes-vous à l’aise pour lire et écrire en anglais ?",
+ "hi": "आप अंग्रेजी में पढ़ने और लिखने में कितने सहज हैं?",
+ "ja": "英語で読んだり書いたりするのはどれくらい快適ですか?",
+ "pt": "Quão confortável você está lendo e escrevendo em inglês?",
+ "ru": "Насколько комфортно вы читаете и пишете на английском языке?",
+ "zh": "你用英语阅读和写作的自如程度如何?",
+ "bn": "আপনি ইংরেজিতে পড়তে এবং লিখতে কতটা স্বাচ্ছন্দ্যবোধ করেন?"
+ },
+ "isRequired": true,
+ "minRateDescription": {
+ "default": "Not at all comfortable",
+ "ar": "ليس مريحا على الإطلاق",
+ "es": "Nada cómodo",
+ "fr": "Pas du tout confortable",
+ "hi": "बिल्कुल भी आरामदायक नहीं",
+ "ja": "全然快適じゃない",
+ "pt": "Nada confortável",
+ "ru": "Совсем не удобно",
+ "zh": "一点也不舒服",
+ "bn": "মোটেও আরামদায়ক নয়"
+ },
+ "maxRateDescription": {
+ "default": "Very comfortable",
+ "ar": "مريح جدا",
+ "es": "Muy cómodo",
+ "fr": "Très confortable",
+ "hi": "बहुत आरामदायक",
+ "ja": "とても快適",
+ "pt": "Muito confortável",
+ "ru": "Очень удобно",
+ "zh": "很舒服",
+ "bn": "খুব আরামদায়ক"
+ }
+ },
+ {
+ "type": "rating",
+ "name": "english_spoken",
+ "title": {
+ "default": "How comfortable are you speaking in English?",
+ "ar": "ما مدى ارتياحك للتحدث باللغة الإنجليزية؟",
+ "es": "¿Qué tan cómodo te sientes hablando en inglés?",
+ "fr": "Dans quelle mesure êtes-vous à l’aise de parler en anglais ?",
+ "hi": "आप अंग्रेजी में बोलने में कितने सहज हैं?",
+ "ja": "英語で話すのはどれくらい快適ですか?",
+ "pt": "Quão confortável você está falando em inglês?",
+ "ru": "Насколько комфортно вы говорите по-английски?",
+ "zh": "你说英语有多舒服?",
+ "bn": "আপনি ইংরেজিতে কথা বলতে কতটা স্বাচ্ছন্দ্যবোধ করেন?"
+ },
+ "isRequired": true,
+ "minRateDescription": {
+ "default": "Not at all comfortable",
+ "ar": "ليس مريحا على الإطلاق",
+ "es": "Nada cómodo",
+ "fr": "Pas du tout confortable",
+ "hi": "बिल्कुल भी आरामदायक नहीं",
+ "ja": "全然快適じゃない",
+ "pt": "Nada confortável",
+ "ru": "Совсем не удобно",
+ "zh": "一点也不舒服",
+ "bn": "মোটেও আরামদায়ক নয়"
+ },
+ "maxRateDescription": {
+ "default": "Very comfortable",
+ "ar": "مريح جدا",
+ "es": "Muy cómodo",
+ "fr": "Très confortable",
+ "hi": "बहुत आरामदायक",
+ "ja": "とても快適",
+ "pt": "Muito confortável",
+ "ru": "Очень удобно",
+ "zh": "很舒服",
+ "bn": "খুব আরামদায়ক"
+ }
+ },
+ {
+ "type": "radiogroup",
+ "name": "employment_status",
+ "title": {
+ "default": "Are you currently...",
+ "ar": "هل أنت حاليا ...",
+ "es": "¿Estás...",
+ "fr": "Êtes-vous actuellement...",
+ "hi": "क्या आप वर्तमान में...",
+ "ja": "あなたは現在...",
+ "pt": "Você está atualmente...",
+ "ru": "Вы в настоящее время...",
+ "zh": "你目前是...",
+ "bn": "আপনি কি বর্তমানে..."
+ },
+ "choices": [
+ {
+ "value": "employed",
+ "text": {
+ "default": "Employed for wages",
+ "ar": "العاملون مقابل الأجور",
+ "es": "Empleado por un salario",
+ "fr": "Employé pour un salaire",
+ "hi": "मजदूरी के लिए नियोजित",
+ "ja": "賃金のために雇用される",
+ "pt": "Empregados por salários",
+ "ru": "Наемный работник за заработную плату",
+ "zh": "受雇于工资",
+ "bn": "মজুরির জন্য নিযুক্ত"
+ }
+ },
+ {
+ "value": "self_employed",
+ "text": {
+ "default": "Self-employed",
+ "ar": "العاملين لحسابهم الخاص",
+ "es": "Autónomo",
+ "fr": "Indépendant",
+ "hi": "स्वनियोजित",
+ "ja": "自営業者",
+ "pt": "Autônomo",
+ "ru": "Самозанятый",
+ "zh": "自雇人士",
+ "bn": "স্ব-কর্মসংস্থান"
+ }
+ },
+ {
+ "value": "looking_for_work",
+ "text": {
+ "default": "Out of work and looking for work",
+ "ar": "عاطل عن العمل ويبحث عن عمل",
+ "es": "Sin trabajo y buscando trabajo",
+ "fr": "Sans emploi et à la recherche d’un emploi",
+ "hi": "काम से बाहर और काम की तलाश में",
+ "ja": "失業中、仕事探し中",
+ "pt": "Desempregado e à procura de trabalho",
+ "ru": "Без работы и в поисках работы",
+ "zh": "失业和找工作",
+ "bn": "কাজের বাইরে এবং কাজের সন্ধানে"
+ }
+ },
+ {
+ "value": "not_looking_for_work",
+ "text": {
+ "default": "Out of work but not currently looking for work",
+ "ar": "عاطل عن العمل ولكن لا تبحث حاليا عن عمل",
+ "es": "Estar desempleado pero no estar buscando trabajo actualmente",
+ "fr": "Sans emploi mais pas actuellement à la recherche d’un emploi",
+ "hi": "काम से बाहर लेकिन वर्तमान में काम की तलाश नहीं है",
+ "ja": "失業中だが、現在仕事を探していない",
+ "pt": "Desempregado, mas não procurando trabalho no momento",
+ "ru": "Без работы, но в настоящее время не ищу работу",
+ "zh": "失业但目前没有找工作",
+ "bn": "কাজের বাইরে কিন্তু বর্তমানে কাজ খুঁজছেন না"
+ }
+ },
+ {
+ "value": "homemaker",
+ "text": {
+ "default": "A homemaker",
+ "ar": "ربة منزل",
+ "es": "Un ama de casa",
+ "fr": "Une femme au foyer",
+ "hi": "एक गृहिणी",
+ "ja": "専業主婦",
+ "pt": "Uma dona de casa",
+ "ru": "Домохозяйка",
+ "zh": "家庭主妇",
+ "bn": "একজন গৃহিণী"
+ }
+ },
+ {
+ "value": "student",
+ "text": {
+ "default": "A student",
+ "ar": "طالب",
+ "es": "Un estudiante",
+ "fr": "Un étudiant",
+ "hi": "एक छात्र",
+ "ja": "生徒の様子",
+ "pt": "Um estudante",
+ "ru": "Студент",
+ "zh": "学生",
+ "bn": "একজন ছাত্র"
+ }
+ },
+ {
+ "value": "military",
+ "text": {
+ "default": "Military",
+ "ar": "عسكري",
+ "es": "Militar",
+ "fr": "Militaire",
+ "hi": "सैन्य",
+ "ja": "軍",
+ "pt": "Militar",
+ "ru": "Военный",
+ "zh": "军事",
+ "bn": "সামরিক"
+ }
+ },
+ {
+ "value": "retired",
+ "text": {
+ "default": "Retired",
+ "ar": "متقاعد",
+ "es": "Jubilado",
+ "fr": "Retraité",
+ "hi": "रिटायर्ड",
+ "ja": "引退",
+ "pt": "Aposentado",
+ "ru": "Отставной",
+ "zh": "退休",
+ "bn": "অবসরপ্রাপ্ত"
+ }
+ },
+ {
+ "value": "unable_to_work",
+ "text": {
+ "default": "Unable to work",
+ "ar": "غير قادر على العمل",
+ "es": "Incapaz de trabajar",
+ "fr": "Incapable de travailler",
+ "hi": "काम करने में असमर्थ",
+ "ja": "仕事ができない",
+ "pt": "Impossibilitado de trabalhar",
+ "ru": "Нетрудоспособность",
+ "zh": "无法工作",
+ "bn": "কাজ করতে অক্ষম"
+ }
+ },
+ {
+ "value": "other",
+ "text": {
+ "default": "Other",
+ "ar": "آخر",
+ "es": "Otro",
+ "fr": "Autre",
+ "hi": "अन्य",
+ "ja": "その他",
+ "pt": "Outro",
+ "ru": "Другой",
+ "zh": "其他",
+ "bn": "অন্যান্য"
+ }
+ }
+ ]
+ },
+ {
+ "visibleIf": "{employment_status} = 'employed' or {employment_status} = 'self_employed' or {employment_status} = 'looking_for_work' or {employment_status} = 'not_looking_for_work' or {employment_status} = 'retired' or {employment_status} = 'other'",
+ "type": "radiogroup",
+ "name": "employment_industry",
+ "title": {
+ "default": "In which industry do you work?",
+ "ar": "في أي صناعة تعمل؟",
+ "es": "¿En qué industria trabajas?",
+ "fr": "Dans quelle industrie travaillez-vous ?",
+ "hi": "आप किस उद्योग में काम करते हैं?",
+ "ja": "どの業界で働いていますか?",
+ "pt": "Em qual indústria você trabalha?",
+ "ru": "В какой отрасли вы работаете?",
+ "zh": "您从事哪个行业?",
+ "bn": "আপনি কোন শিল্পে কাজ করেন?"
+ },
+ "choices": [
+ {
+ "value": "Agriculture, Forestry, Fishing, and Hunting",
+ "text": {
+ "default": "Agriculture, Forestry, Fishing, and Hunting",
+ "ar": "الزراعة والغابات وصيد الأسماك والصيد",
+ "es": "Agricultura, Silvicultura, Pesca y Caza",
+ "fr": "Agriculture, foresterie, pêche et chasse",
+ "hi": "कृषि, वानिकी, मत्स्य पालन और शिकार",
+ "ja": "農業、林業、漁業、狩猟",
+ "pt": "Agricultura, Silvicultura, Pesca e Caça",
+ "ru": "Сельское хозяйство, лесное хозяйство, рыбная ловля и охота",
+ "zh": "农业、林业、渔业和狩猎",
+ "bn": "কৃষি, বন, মৎস্য ও শিকার"
+ }
+ },
+ {
+ "value": "Mining, Quarrying, and Oil/Gas Extraction",
+ "text": {
+ "default": "Mining, Quarrying, and Oil/Gas Extraction",
+ "ar": "التعدين والمحاجر واستخراج النفط/الغاز",
+ "es": "Minería, Explotación de Canteras y Extracción de Petróleo/Gas",
+ "fr": "Extraction minière, exploitation en carrière et extraction de pétrole/gaz",
+ "hi": "खनन, खुदाई, और तेल/गैस निकालना",
+ "ja": "鉱業、採石、石油・ガス採掘",
+ "pt": "Mineração, Extração de Pedras e Extração de Petróleo/Gás",
+ "ru": "Горнодобывающая промышленность, разработка карьеров и добыча нефти/газа",
+ "zh": "采矿、采石和石油/天然气开采",
+ "bn": "খনন, পাথর উত্তোলন এবং তেল/গ্যাস নিষ্কাশন"
+ }
+ },
+ {
+ "value": "Construction",
+ "text": {
+ "default": "Construction",
+ "ar": "البناء",
+ "es": "Construcción",
+ "fr": "Construction",
+ "hi": "निर्माण",
+ "ja": "建設",
+ "pt": "Construção",
+ "ru": "Строительство",
+ "zh": "建筑业",
+ "bn": "নির্মাণ"
+ }
+ },
+ {
+ "value": "Manufacturing",
+ "text": {
+ "default": "Manufacturing",
+ "ar": "التصنيع",
+ "es": "Manufactura",
+ "fr": "Fabrication",
+ "hi": "उत्पादन",
+ "ja": "製造業",
+ "pt": "Manufatura",
+ "ru": "Производство",
+ "zh": "制造业",
+ "bn": "উৎপাদন"
+ }
+ },
+ {
+ "value": "Wholesale Trade",
+ "text": {
+ "default": "Wholesale Trade",
+ "ar": "تجارة الجملة",
+ "es": "Comercio al por mayor",
+ "fr": "Commerce de gros",
+ "hi": "थोक व्यापार",
+ "ja": "卸売業",
+ "pt": "Comércio Atacadista",
+ "ru": "Оптовая торговля",
+ "zh": "批发贸易",
+ "bn": "পাইকারি বাণিজ্য"
+ }
+ },
+ {
+ "value": "Retail Trade",
+ "text": {
+ "default": "Retail Trade",
+ "ar": "تجارة التجزئة",
+ "es": "Comercio minorista",
+ "fr": "Commerce de détail",
+ "hi": "खुदरा व्यापार",
+ "ja": "小売業",
+ "pt": "Comércio Varejista",
+ "ru": "Розничная торговля",
+ "zh": "零售贸易",
+ "bn": "খুচরা বাণিজ্য"
+ }
+ },
+ {
+ "value": "Transportation and Warehousing",
+ "text": {
+ "default": "Transportation and Warehousing",
+ "ar": "النقل والتخزين",
+ "es": "Transporte y Almacenamiento",
+ "fr": "Transport et entreposage",
+ "hi": "परिवहन और गोदाम",
+ "ja": "運輸・倉庫業",
+ "pt": "Transporte e Armazenamento",
+ "ru": "Транспортировка и складирование",
+ "zh": "运输和仓储",
+ "bn": "পরিবহন ও গুদামজাতকরণ"
+ }
+ },
+ {
+ "value": "Utilities",
+ "text": {
+ "default": "Utilities",
+ "ar": "المرافق",
+ "es": "Servicios públicos",
+ "fr": "Services publics",
+ "hi": "सेवाएँ",
+ "ja": "公益事業",
+ "pt": "Serviços Públicos",
+ "ru": "Утилиты",
+ "zh": "公用事业",
+ "bn": "ইউটিলিটি"
+ }
+ },
+ {
+ "value": "Information",
+ "text": {
+ "default": "Information",
+ "ar": "المعلومات",
+ "es": "Información",
+ "fr": "Information",
+ "hi": "सूचना",
+ "ja": "情報",
+ "pt": "Informação",
+ "ru": "Информация",
+ "zh": "信息",
+ "bn": "তথ্য"
+ }
+ },
+ {
+ "value": "Finance and Insurance",
+ "text": {
+ "default": "Finance and Insurance",
+ "ar": "المالية والتأمين",
+ "es": "Finanzas y Seguros",
+ "fr": "Finance et assurance",
+ "hi": "वित्त और बीमा",
+ "ja": "金融・保険",
+ "pt": "Finanças e Seguros",
+ "ru": "Финансы и страхование",
+ "zh": "金融和保险",
+ "bn": "বিজ্ঞান ও বীমা"
+ }
+ },
+ {
+ "value": "Real Estate, Rental, and Leasing",
+ "text": {
+ "default": "Real Estate, Rental, and Leasing",
+ "ar": "العقارات والتأجير والإيجار",
+ "es": "Bienes Raíces, Alquiler y Arrendamiento",
+ "fr": "Immobilier, location et crédit-bail",
+ "hi": "रियल एस्टेट, किराया, और पट्टा",
+ "ja": "不動産、レンタル、リース",
+ "pt": "Imóveis, Aluguel e Arrendamento",
+ "ru": "Недвижимость, аренда и лизинг",
+ "zh": "房地产、租赁和租借",
+ "bn": "রিয়েল এস্টেট, ভাড়া ও লিজিং"
+ }
+ },
+ {
+ "value": "Professional, Scientific, and Technical Services",
+ "text": {
+ "default": "Professional, Scientific, and Technical Services",
+ "ar": "الخدمات المهنية والعلمية والتقنية",
+ "es": "Servicios Profesionales, Científicos y Técnicos",
+ "fr": "Services professionnels, scientifiques et techniques",
+ "hi": "पेशेवर, वैज्ञानिक, और तकनीकी सेवाएं",
+ "ja": "専門的、科学的、技術的サービス",
+ "pt": "Serviços Profissionais, Científicos e Técnicos",
+ "ru": "Профессиональные, научные и технические услуги",
+ "zh": "专业、科学和技术服务",
+ "bn": "পেশাদার, বৈজ্ঞানিক এবং প্রযুক্তিগত সেবা"
+ }
+ },
+ {
+ "value": "Management of Companies and Enterprises",
+ "text": {
+ "default": "Management of Companies and Enterprises",
+ "ar": "إدارة الشركات والمؤسسات",
+ "es": "Gestión de Empresas y Entidades",
+ "fr": "Gestion des sociétés et des entreprises",
+ "hi": "कंपनियों और उद्यमों का प्रबंधन",
+ "ja": "企業管理",
+ "pt": "Gestão de Empresas e Empreendimentos",
+ "ru": "Управление компаниями и предприятиями",
+ "zh": "公司和企业管理",
+ "bn": "কোম্পানি ও উদ্যোগের ব্যবস্থাপনায়"
+ }
+ },
+ {
+ "value": "Administrative and Support and Waste Management Services",
+ "text": {
+ "default": "Administrative, Support, and Waste Management Services",
+ "ar": "الخدمات الإدارية والدعم وإدارة النفايات",
+ "es": "Servicios Administrativos, de Apoyo y Gestión de Residuos",
+ "fr": "Services administratifs, de soutien et de gestion des déchets",
+ "hi": "प्रशासनिक, समर्थन और कचरा प्रबंधन सेवाएं",
+ "ja": "管理・サポート・廃棄物管理サービス",
+ "pt": "Serviços Administrativos, de Apoio e Gestão de Resíduos",
+ "ru": "Административные, вспомогательные и услуги по управлению отходами",
+ "zh": "行政、支持和废物管理服务",
+ "bn": "প্রশাসনিক, সমর্থন এবং বর্জ্য ব্যবস্থাপনা সেবা"
+ }
+ },
+ {
+ "value": "Educational Services",
+ "text": {
+ "default": "Educational Services",
+ "ar": "الخدمات التعليمية",
+ "es": "Servicios Educativos",
+ "fr": "Services d'enseignement",
+ "hi": "शैक्षिक सेवाएं",
+ "ja": "教育サービス",
+ "pt": "Serviços Educacionais",
+ "ru": "Образовательные услуги",
+ "zh": "教育服务",
+ "bn": "শিক্ষা সেবা"
+ }
+ },
+ {
+ "value": "Health Care and Social Assistance",
+ "text": {
+ "default": "Health Care and Social Assistance",
+ "ar": "الرعاية الصحية والمساعدة الاجتماعية",
+ "es": "Atención Médica y Asistencia Social",
+ "fr": "Soins de santé et assistance sociale",
+ "hi": "स्वास्थ्य देखभाल और सामाजिक सहायता",
+ "ja": "医療、福祉",
+ "pt": "Cuidados de Saúde e Assistência Social",
+ "ru": "Здравоохранение и социальная помощь",
+ "zh": "医疗保健和社会援助",
+ "bn": "স্বাস্থ্যসেবা ও সামাজিক সহায়তা"
+ }
+ },
+ {
+ "value": "Arts, Entertainment, and Recreation",
+ "text": {
+ "default": "Arts, Entertainment, and Recreation",
+ "ar": "الفنون والترفيه والتسلية",
+ "es": "Artes, Entretenimiento y Recreación",
+ "fr": "Arts, divertissement et loisirs",
+ "hi": "कला, मनोरंजन, और मनोरंजन",
+ "ja": "芸術、娯楽、レクリエーション",
+ "pt": "Artes, Entretenimento e Recreação",
+ "ru": "Искусство, развлечения и отдых",
+ "zh": "艺术、娱乐和休闲",
+ "bn": "শিল্প, বিনোদন এবং বিনোদনমূলক"
+ }
+ },
+ {
+ "value": "Accommodation and Food Services",
+ "text": {
+ "default": "Accommodation and Food Services",
+ "ar": "الإيواء وخدمات الطعام",
+ "es": "Alojamiento y Servicios de Comida",
+ "fr": "Hébergement et services de restauration",
+ "hi": "आवास और खाद्य सेवाएं",
+ "ja": "宿泊・飲食サービス",
+ "pt": "Acomodação e Serviços Alimentícios",
+ "ru": "Размещение и услуги питания",
+ "zh": "住宿和餐饮服务",
+ "bn": "আবাসন ও খাদ্য সেবা"
+ }
+ },
+ {
+ "value": "Public Administration",
+ "text": {
+ "default": "Public Administration",
+ "ar": "الإدارة العامة",
+ "es": "Administración Pública",
+ "fr": "Administration publique",
+ "hi": "सार्वजनिक प्रशासन",
+ "ja": "公共行政",
+ "pt": "Administração Pública",
+ "ru": "Государственное управление",
+ "zh": "公共管理",
+ "bn": "পাবলিক প্রশাসন"
+ }
+ },
+ {
+ "value": "Other Services (except Public Administration)",
+ "text": {
+ "default": "Other Services (except Public Administration)",
+ "ar": "خدمات أخرى (باستثناء الإدارة العامة)",
+ "es": "Otros Servicios (excepto Administración Pública)",
+ "fr": "Autres services (sauf administration publique)",
+ "hi": "अन्य सेवाएं (सार्वजनिक प्रशासन को छोड़कर)",
+ "ja": "その他のサービス(公共行政を除く)",
+ "pt": "Outros Serviços (exceto Administração Pública)",
+ "ru": "Другие услуги (кроме государственного управления)",
+ "zh": "其他服务(公共管理除外)",
+ "bn": "অন্যান্য সেবা (পাবলিক প্রশাসন ছাড়া)"
+ }
+ }
+ ]
+ },
+ {
+ "visibleIf": "{employment_status} = 'employed' or {employment_status} = 'self-employed' or {employment_status} = 'looking_for_work' or {employment_status} = 'not_looking_for_work' or {employment_status} = 'retired' or {employment_status} = 'other'",
+ "type": "text",
+ "name": "job_title",
+ "title": {
+ "default": "What is your job title?",
+ "ar": "ما هو عنوان وظيفتك؟",
+ "es": "¿Cuál es tu título laboral?",
+ "fr": "Quel est votre titre de poste ?",
+ "hi": "आपका नौकरी का शीर्षक क्या है?",
+ "ja": "あなたの職名は何ですか?",
+ "pt": "Qual é o seu título de trabalho?",
+ "ru": "Каково ваше рабочее название?",
+ "zh": "你的工作职称是什么?",
+ "bn": "আপনার চাকরির খেতাব কী?"
+ },
+ "description": {
+ "default": "Please provide your specific job title if you are currently employed.",
+ "ar": "يرجى تقديم عنوان وظيفتك المحدد إذا كنت تعمل حاليا.",
+ "es": "Por favor, proporcione su título de trabajo específico si actualmente está empleado.",
+ "fr": "Veuillez fournir votre titre de poste spécifique si vous êtes actuellement employé.",
+ "hi": "कृपया अपना विशिष्ट नौकरी का शीर्षक प्रदान करें यदि आप वर्तमान में नियोक्ता हैं।",
+ "ja": "現在雇用されている場合は、具体的な職名を提供してください。",
+ "pt": "Por favor, forneça seu título de trabalho específico se você estiver atualmente empregado.",
+ "ru": "Пожалуйста, укажите ваше конкретное рабочее название, если вы в настоящее время работаете.",
+ "zh": "如果您目前在职,请提供您的具体职称。",
+ "bn": "আপনি যদি বর্তমানে চাকরিতে থাকেন তাহলে অনুগ্রহ করে আপনার বিশেষ চাকরির খেতাব প্রদান করুন।"
+ }
+ },
+ {
+ "type": "dropdown",
+ "name": "country_reside",
+ "title": {
+ "default": "What country do you live in?",
+ "ar": "في أي بلد تعيش؟",
+ "es": "¿En qué país vives?",
+ "fr": "Dans quel pays vivez-vous ?",
+ "hi": "आप किस देश में रहते हैं?",
+ "ja": "あなたはどの国に住んでいますか?",
+ "pt": "Em que país você vive?",
+ "ru": "В какой стране вы живете?",
+ "zh": "你住在哪个国家?",
+ "bn": "আপনি কোন দেশে বাস করেন?"
+ },
+ "isRequired": true,
+ "choices": [
+ {
+ "value": "Afghanistan",
+ "text": {
+ "ar": "أفغانستان",
+ "es": "Afganistán",
+ "fr": "Afghanistan",
+ "hi": "अफ़गानिस्तान",
+ "ja": "アフガニスタン",
+ "pt": "Afeganistão",
+ "ru": "Афганистан",
+ "zh": "阿富汗",
+ "bn": "আফগানিস্তান"
+ }
+ },
+ {
+ "value": "Albania",
+ "text": {
+ "ar": "ألبانيا",
+ "es": "Albania",
+ "fr": "Albanie",
+ "hi": "अल्बानिया",
+ "ja": "アルバニア",
+ "pt": "Albânia",
+ "ru": "Албания",
+ "zh": "阿尔巴尼亚",
+ "bn": "আলবানিয়া"
+ }
+ },
+ {
+ "value": "Algeria",
+ "text": {
+ "ar": "الجزائر",
+ "es": "Argelia",
+ "fr": "Algérie",
+ "hi": "अल्जीरिया",
+ "ja": "アルジェリア",
+ "pt": "Argélia",
+ "ru": "Алжир",
+ "zh": "阿尔及利亚",
+ "bn": "আলজেরিয়া"
+ }
+ },
+ {
+ "value": "Andorra",
+ "text": {
+ "ar": "أندورا",
+ "es": "Andorra",
+ "fr": "Andorre",
+ "hi": "अन्डोरा",
+ "ja": "アンドラ",
+ "pt": "Andorra",
+ "ru": "Андорра",
+ "zh": "安道尔",
+ "bn": "অ্যান্ডোরা"
+ }
+ },
+ {
+ "value": "Angola",
+ "text": {
+ "ar": "أنغولا",
+ "es": "Angola",
+ "fr": "Angola",
+ "hi": "अंगोला",
+ "ja": "アンゴラ",
+ "pt": "Angola",
+ "ru": "Ангола",
+ "zh": "安哥拉",
+ "bn": "অ্যাঙ্গোলা"
+ }
+ },
+ {
+ "value": "Antigua and Barbuda",
+ "text": {
+ "ar": "أنتيغوا وبربودا",
+ "es": "Antigua y Barbuda",
+ "fr": "Antigua-et-Barbuda",
+ "hi": "एंटीगुआ और बारबुडा",
+ "ja": "アンティグア・バーブーダ",
+ "pt": "Antígua e Barbuda",
+ "ru": "Антигуа и Барбуда",
+ "zh": "安提瓜和巴布达",
+ "bn": "অ্যান্টিগুয়া ও বার্বুডা"
+ }
+ },
+ {
+ "value": "Argentina",
+ "text": {
+ "ar": "الأرجنتين",
+ "es": "Argentina",
+ "fr": "Argentine",
+ "hi": "अर्जेंटीना",
+ "ja": "アルゼンチン",
+ "pt": "Argentina",
+ "ru": "Аргентина",
+ "zh": "阿根廷",
+ "bn": "আর্জেন্টিনা"
+ }
+ },
+ {
+ "value": "Armenia",
+ "text": {
+ "ar": "أرمينيا",
+ "es": "Armenia",
+ "fr": "Arménie",
+ "hi": "आर्मीनिया",
+ "ja": "アルメニア",
+ "pt": "Armênia",
+ "ru": "Армения",
+ "zh": "亚美尼亚",
+ "bn": "আর্মেনিয়া"
+ }
+ },
+ {
+ "value": "Australia",
+ "text": {
+ "ar": "أستراليا",
+ "es": "Australia",
+ "fr": "Australie",
+ "hi": "ऑस्ट्रेलिया",
+ "ja": "オーストラリア",
+ "pt": "Austrália",
+ "ru": "Австралия",
+ "zh": "澳大利亚",
+ "bn": "অস্ট্রেলিয়া"
+ }
+ },
+ {
+ "value": "Austria",
+ "text": {
+ "ar": "النمسا",
+ "es": "Austria",
+ "fr": "Autriche",
+ "hi": "ऑस्ट्रिया",
+ "ja": "オーストリア",
+ "pt": "Áustria",
+ "ru": "Австрия",
+ "zh": "奥地利",
+ "bn": "অস্ট্রিয়া"
+ }
+ },
+ {
+ "value": "Azerbaijan",
+ "text": {
+ "ar": "أذربيجان",
+ "es": "Azerbaiyán",
+ "fr": "Azerbaïdjan",
+ "hi": "अज़रबैजान",
+ "ja": "アゼルバイジャン",
+ "pt": "Azerbaijão",
+ "ru": "Азербайджан",
+ "zh": "阿塞拜疆",
+ "bn": "আজারবাইজান"
+ }
+ },
+ {
+ "value": "Bahamas",
+ "text": {
+ "ar": "جزر البهاما",
+ "es": "Bahamas",
+ "fr": "Bahamas",
+ "hi": "बहामास",
+ "ja": "バハマ",
+ "pt": "Bahamas",
+ "ru": "Багамские Острова",
+ "zh": "巴哈马",
+ "bn": "বাহামা দ্বীপপুঞ্জ"
+ }
+ },
+ {
+ "value": "Bahrain",
+ "text": {
+ "ar": "البحرين",
+ "es": "Bahrein",
+ "fr": "Bahreïn",
+ "hi": "बहरीन",
+ "ja": "バーレーン",
+ "pt": "Bahrein",
+ "ru": "Бахрейн",
+ "zh": "巴林",
+ "bn": "বাহরিন"
+ }
+ },
+ {
+ "value": "Bangladesh",
+ "text": {
+ "ar": "بنغلاديش",
+ "es": "Bangladesh",
+ "fr": "Bangladesh",
+ "hi": "बांग्लादेश",
+ "ja": "バングラデシュ",
+ "pt": "Bangladesh",
+ "ru": "Бангладеш",
+ "zh": "孟加拉国",
+ "bn": "বাংলাদেশ"
+ }
+ },
+ {
+ "value": "Barbados",
+ "text": {
+ "ar": "بربادوس",
+ "es": "Barbados",
+ "fr": "Barbade",
+ "hi": "बारबाडोस",
+ "ja": "バルバドス",
+ "pt": "Barbados",
+ "ru": "Барбадос",
+ "zh": "巴巴多斯",
+ "bn": "বার্বাডোস"
+ }
+ },
+ {
+ "value": "Belarus",
+ "text": {
+ "ar": "بيلاروسيا",
+ "es": "Bielorrusia",
+ "fr": "Biélorussie",
+ "hi": "बेलारूस",
+ "ja": "ベラルーシ",
+ "pt": "Belarus",
+ "ru": "Беларусь",
+ "zh": "白俄罗斯",
+ "bn": "বেলারুশ"
+ }
+ },
+ {
+ "value": "Belgium",
+ "text": {
+ "ar": "بلجيكا",
+ "es": "Bélgica",
+ "fr": "Belgique",
+ "hi": "बेल्जियम",
+ "ja": "ベルギー",
+ "pt": "Bélgica",
+ "ru": "Бельгия",
+ "zh": "比利时",
+ "bn": "বেলজিয়াম"
+ }
+ },
+ {
+ "value": "Belize",
+ "text": {
+ "ar": "بيلز",
+ "es": "Belice",
+ "fr": "Belize",
+ "hi": "बेलीज़",
+ "ja": "ベリーズ",
+ "pt": "Belize",
+ "ru": "Белиз",
+ "zh": "伯利兹",
+ "bn": "বেলিজ"
+ }
+ },
+ {
+ "value": "Benin",
+ "text": {
+ "ar": "بنن",
+ "es": "Benin",
+ "fr": "Bénin",
+ "hi": "बेनिन",
+ "ja": "ベナン",
+ "pt": "Benim",
+ "ru": "Бенин",
+ "zh": "贝宁",
+ "bn": "বেনিন"
+ }
+ },
+ {
+ "value": "Bhutan",
+ "text": {
+ "ar": "بوتان",
+ "es": "Bhután",
+ "fr": "Bhoutan",
+ "hi": "भूटान",
+ "ja": "ブータン",
+ "pt": "Butão",
+ "ru": "Бутан",
+ "zh": "不丹",
+ "bn": "ভুটানের"
+ }
+ },
+ {
+ "value": "Bolivia",
+ "text": {
+ "ar": "بوليفيا",
+ "es": "Bolivia",
+ "fr": "Bolivie",
+ "hi": "बोलीविया",
+ "ja": "ボリビア",
+ "pt": "Bolívia",
+ "ru": "Боливия",
+ "zh": "玻利维亚",
+ "bn": "বলিভিয়া"
+ }
+ },
+ {
+ "value": "Bosnia and Herzegovina",
+ "text": {
+ "ar": "البوسنة والهرسك",
+ "es": "Bosnia-Herzegovina",
+ "fr": "Bosnie-Herzégovine",
+ "hi": "बोस्निया और हर्ज़िगोविना",
+ "ja": "ボスニア・ヘルツェゴビナ",
+ "pt": "Bósnia e Herzegovina",
+ "ru": "Босния и Герцеговина",
+ "zh": "波斯尼亚和黑塞哥维那",
+ "bn": "বসনিয়া ও হার্জেগোভিনা"
+ }
+ },
+ {
+ "value": "Botswana",
+ "text": {
+ "ar": "بوتسوانا",
+ "es": "Botswana",
+ "fr": "Botswana",
+ "hi": "बोत्सवाना",
+ "ja": "ボツワナ",
+ "pt": "Botsuana",
+ "ru": "Ботсвана",
+ "zh": "博茨瓦纳",
+ "bn": "বতসোয়ানা"
+ }
+ },
+ {
+ "value": "Brazil",
+ "text": {
+ "ar": "البرازيل",
+ "es": "Brasil",
+ "fr": "Brésil",
+ "hi": "ब्राज़ील",
+ "ja": "ブラジル",
+ "pt": "Brasil",
+ "ru": "Бразилия",
+ "zh": "巴西",
+ "bn": "ব্রাজিল"
+ }
+ },
+ {
+ "value": "Brunei",
+ "text": {
+ "ar": "بروناي",
+ "es": "Brunéi",
+ "fr": "Brunei",
+ "hi": "ब्रुनेई",
+ "ja": "ブルネイ",
+ "pt": "Brunei",
+ "ru": "Бруней",
+ "zh": "文莱",
+ "bn": "ব্রুনেই"
+ }
+ },
+ {
+ "value": "Bulgaria",
+ "text": {
+ "ar": "بلغاريا",
+ "es": "Bulgaria",
+ "fr": "Bulgarie",
+ "hi": "बल्गारिया",
+ "ja": "ブルガリア",
+ "pt": "Bulgária",
+ "ru": "Болгария",
+ "zh": "保加利亚",
+ "bn": "বুলগেরিয়া"
+ }
+ },
+ {
+ "value": "Burkina Faso",
+ "text": {
+ "ar": "بوركينا فاسو",
+ "es": "Burkina Faso",
+ "fr": "Burkina Faso",
+ "hi": "बुर्किना फासो",
+ "ja": "ブルキナファソ",
+ "pt": "Burquina Faso",
+ "ru": "Буркина-Фасо",
+ "zh": "布基纳法索",
+ "bn": "বুর্কিনা ফাসো"
+ }
+ },
+ {
+ "value": "Burundi",
+ "text": {
+ "ar": "بوروندي",
+ "es": "Burundi",
+ "fr": "Burundi",
+ "hi": "बुरुंडी",
+ "ja": "ブルンジ",
+ "pt": "Burundi",
+ "ru": "Бурунди",
+ "zh": "蒲隆地",
+ "bn": "বুরুন্ডি"
+ }
+ },
+ {
+ "value": "Cabo Verde",
+ "text": {
+ "ar": "كابو فيردي",
+ "es": "Cabo Verde",
+ "fr": "Cabo Verde",
+ "hi": "काबो वर्डे",
+ "ja": "カーボベルデ",
+ "pt": "Cabo Verde",
+ "ru": "Кабо-Верде",
+ "zh": "佛得角",
+ "bn": "কাবো ভার্দে"
+ }
+ },
+ {
+ "value": "Cambodia",
+ "text": {
+ "ar": "كمبوديا",
+ "es": "Camboya",
+ "fr": "Cambodge",
+ "hi": "कम्बोडिया",
+ "ja": "カンボジア",
+ "pt": "Camboja",
+ "ru": "Камбоджа",
+ "zh": "柬埔寨",
+ "bn": "কম্বোডিয়া"
+ }
+ },
+ {
+ "value": "Cameroon",
+ "text": {
+ "ar": "الكاميرون",
+ "es": "Camerún",
+ "fr": "Cameroun",
+ "hi": "कैमरून",
+ "ja": "カメルーン",
+ "pt": "Camarões",
+ "ru": "Камерун",
+ "zh": "喀麦隆",
+ "bn": "ক্যামেরুন"
+ }
+ },
+ {
+ "value": "Canada",
+ "text": {
+ "ar": "كندا",
+ "es": "Canadá",
+ "fr": "Canada",
+ "hi": "कनाडा",
+ "ja": "カナダ",
+ "pt": "Canadá",
+ "ru": "Канада",
+ "zh": "加拿大",
+ "bn": "কানাডা"
+ }
+ },
+ {
+ "value": "Central African Republic",
+ "text": {
+ "ar": "جمهورية أفريقيا الوسطى",
+ "es": "República Centroafricana",
+ "fr": "République centrafricaine",
+ "hi": "मध्य अफ्रीकी गणराज्य",
+ "ja": "中央アフリカ共和国",
+ "pt": "República Centro-Africana",
+ "ru": "Центральноафриканская Республика",
+ "zh": "中非共和国",
+ "bn": "মধ্য আফ্রিকান প্রজাতন্ত্র"
+ }
+ },
+ {
+ "value": "Chad",
+ "text": {
+ "ar": "تشاد",
+ "es": "Chad",
+ "fr": "Tchad",
+ "hi": "चाड",
+ "ja": "チャド",
+ "pt": "Chade",
+ "ru": "Чад",
+ "zh": "乍得",
+ "bn": "চাদ"
+ }
+ },
+ {
+ "value": "Chile",
+ "text": {
+ "ar": "شيلي",
+ "es": "Chile",
+ "fr": "Chili",
+ "hi": "चिली",
+ "ja": "チリ",
+ "pt": "Chile",
+ "ru": "Чили",
+ "zh": "智利",
+ "bn": "চিলি"
+ }
+ },
+ {
+ "value": "China",
+ "text": {
+ "ar": "الصين",
+ "es": "China",
+ "fr": "Chine",
+ "hi": "चीन",
+ "ja": "中国",
+ "pt": "China",
+ "ru": "Китай",
+ "zh": "中国",
+ "bn": "চীন"
+ }
+ },
+ {
+ "value": "Colombia",
+ "text": {
+ "ar": "كولومبيا",
+ "es": "Colombia",
+ "fr": "Colombie",
+ "hi": "कोलंबिया",
+ "ja": "コロンビア",
+ "pt": "Colômbia",
+ "ru": "Колумбия",
+ "zh": "哥伦比亚",
+ "bn": "কলম্বিয়া"
+ }
+ },
+ {
+ "value": "Comoros",
+ "text": {
+ "ar": "جزر القمر",
+ "es": "Comoras",
+ "fr": "Comores",
+ "hi": "कोमोरोस",
+ "ja": "コモロ",
+ "pt": "Comores",
+ "ru": "Коморские Острова",
+ "zh": "科摩罗",
+ "bn": "কোমোরোস"
+ }
+ },
+ {
+ "value": "Congo",
+ "text": {
+ "ar": "الكونغو",
+ "es": "Congo",
+ "fr": "Congo",
+ "hi": "कांगो",
+ "ja": "コンゴ共和国",
+ "pt": "Congo",
+ "ru": "Конго",
+ "zh": "刚果",
+ "bn": "কঙ্গো"
+ }
+ },
+ {
+ "value": "Costa Rica",
+ "text": {
+ "ar": "كوستاريكا",
+ "es": "Costa Rica",
+ "fr": "Costa Rica",
+ "hi": "कोस्टा रिका",
+ "ja": "コスタリカ",
+ "pt": "Costa Rica",
+ "ru": "Коста-Рика",
+ "zh": "哥斯达黎加",
+ "bn": "কোস্টা রিকা"
+ }
+ },
+ {
+ "value": "Croatia",
+ "text": {
+ "ar": "كرواتيا",
+ "es": "Croacia",
+ "fr": "Croatie (Hrvatska)",
+ "hi": "क्रोएशिया",
+ "ja": "クロアチア",
+ "pt": "Croácia",
+ "ru": "Хорватия",
+ "zh": "克罗地亚",
+ "bn": "ক্রোয়েশিয়া"
+ }
+ },
+ {
+ "value": "Cuba",
+ "text": {
+ "ar": "كوبا",
+ "es": "Cuba",
+ "fr": "Cuba",
+ "hi": "क्यूबा",
+ "ja": "キューバ",
+ "pt": "Cuba",
+ "ru": "Куба",
+ "zh": "古巴",
+ "bn": "কিউবা"
+ }
+ },
+ {
+ "value": "Cyprus",
+ "text": {
+ "ar": "قبرص",
+ "es": "Chipre",
+ "fr": "Chypre",
+ "hi": "साइप्रस",
+ "ja": "キプロス",
+ "pt": "Chipre",
+ "ru": "Кипр",
+ "zh": "塞浦路斯",
+ "bn": "সাইপ্রাসের"
+ }
+ },
+ {
+ "value": "Czechia",
+ "text": {
+ "ar": "التشيك",
+ "es": "Chequia",
+ "fr": "Tchéquie",
+ "hi": "चेकिया",
+ "ja": "チェコ",
+ "pt": "República Tcheca",
+ "ru": "Чехия",
+ "zh": "捷克",
+ "bn": "চেকিয়া"
+ }
+ },
+ {
+ "value": "Denmark",
+ "text": {
+ "ar": "الدانمارك",
+ "es": "Dinamarca",
+ "fr": "Danemark",
+ "hi": "डेनमार्क",
+ "ja": "デンマーク",
+ "pt": "Dinamarca",
+ "ru": "Дания",
+ "zh": "丹麦",
+ "bn": "ডেনমার্ক"
+ }
+ },
+ {
+ "value": "Djibouti",
+ "text": {
+ "ar": "جيبوتي",
+ "es": "Yibuti",
+ "fr": "Djibouti",
+ "hi": "जिबूती",
+ "ja": "ジブチ",
+ "pt": "Djibuti",
+ "ru": "Джибути",
+ "zh": "吉布提",
+ "bn": "জিবুতি"
+ }
+ },
+ {
+ "value": "Dominica",
+ "text": {
+ "ar": "دومينيكا",
+ "es": "Dominica",
+ "fr": "Dominique",
+ "hi": "डोमिनिका",
+ "ja": "ドミニカ国",
+ "pt": "Domínica",
+ "ru": "Доминика",
+ "zh": "多米尼加",
+ "bn": "ডোমিনিকা"
+ }
+ },
+ {
+ "value": "Dominican Republic",
+ "text": {
+ "ar": "جمهورية الدومينيكان",
+ "es": "República Dominicana",
+ "fr": "République dominicaine",
+ "hi": "डॉमिनिकन गणराज्य",
+ "ja": "ドミニカ共和国",
+ "pt": "República Dominicana",
+ "ru": "Доминиканская Республика",
+ "zh": "多米尼加共和国",
+ "bn": "ডোমিনিকান প্রজাতন্ত্র"
+ }
+ },
+ {
+ "value": "East Timor (Timor-Leste)",
+ "text": {
+ "ar": "تيمور الشرقية (تيمور الشرقية)",
+ "es": "Timor Oriental (Timor-Leste)",
+ "fr": "Timor oriental (Timor-Leste)",
+ "hi": "पूर्वी तिमोर (तिमोर-लेस्ते)",
+ "ja": "東ティモール(東ティモール)",
+ "pt": "Timor-Leste (Timor-Leste)",
+ "ru": "Восточный Тимор (Восточный Тимор)",
+ "zh": "东帝汶(东帝汶)",
+ "bn": "পূর্ব তিমুর (পূর্ব তিমুর)"
+ }
+ },
+ {
+ "value": "Ecuador",
+ "text": {
+ "ar": "الإكوادور",
+ "es": "Ecuador",
+ "fr": "Équateur",
+ "hi": "इक्वेडोर",
+ "ja": "エクアドル",
+ "pt": "Equador",
+ "ru": "Эквадор",
+ "zh": "厄瓜多尔",
+ "bn": "ইকুয়েডর"
+ }
+ },
+ {
+ "value": "Egypt",
+ "text": {
+ "ar": "مصر",
+ "es": "Egipto",
+ "fr": "Égypte",
+ "hi": "मिस्र",
+ "ja": "エジプト",
+ "pt": "Egito",
+ "ru": "Египет",
+ "zh": "埃及",
+ "bn": "মিশর"
+ }
+ },
+ {
+ "value": "El Salvador",
+ "text": {
+ "ar": "السلفادور",
+ "es": "El Salvador",
+ "fr": "Salvador",
+ "hi": "अल साल्वाडोर",
+ "ja": "エルサルバドル",
+ "pt": "El Salvador",
+ "ru": "Сальвадор",
+ "zh": "萨尔瓦多",
+ "bn": "এল সালভাদর"
+ }
+ },
+ {
+ "value": "Equatorial Guinea",
+ "text": {
+ "ar": "غينيا الاستوائية",
+ "es": "Guinea Ecuatorial",
+ "fr": "Guinée équatoriale",
+ "hi": "इक्वेटोरियल गिनी",
+ "ja": "赤道ギニア",
+ "pt": "Guiné Equatorial",
+ "ru": "Экваториальная Гвинея",
+ "zh": "赤道几内亚",
+ "bn": "নিরক্ষীয় গিনি"
+ }
+ },
+ {
+ "value": "Eritrea",
+ "text": {
+ "ar": "إريتريا",
+ "es": "Eritrea",
+ "fr": "Érythrée",
+ "hi": "इरिट्रिया",
+ "ja": "エリトリア",
+ "pt": "Eritreia",
+ "ru": "Эритрея",
+ "zh": "厄立特里亚",
+ "bn": "ইরিত্রিয়া"
+ }
+ },
+ {
+ "value": "Estonia",
+ "text": {
+ "ar": "إستونيا",
+ "es": "Estonia",
+ "fr": "Estonie",
+ "hi": "एस्टोनिया",
+ "ja": "エストニア",
+ "pt": "Estônia",
+ "ru": "Эстония",
+ "zh": "爱沙尼亚",
+ "bn": "এস্তোনিয়া"
+ }
+ },
+ {
+ "value": "Eswatini",
+ "text": {
+ "ar": "إسواتيني",
+ "es": "Esuatini",
+ "fr": "Eswatini",
+ "hi": "इस्वातिनी",
+ "ja": "エスワティニ",
+ "pt": "Essuatíni",
+ "ru": "Эсватини",
+ "zh": "斯威士兰",
+ "bn": "ইসোয়াতিনি"
+ }
+ },
+ {
+ "value": "Ethiopia",
+ "text": {
+ "ar": "إثيوبيا",
+ "es": "Etiopía",
+ "fr": "Éthiopie",
+ "hi": "इथियोपिया",
+ "ja": "エチオピア",
+ "pt": "Etiópia",
+ "ru": "Эфиопия",
+ "zh": "埃塞俄比亚",
+ "bn": "ইথিওপিয়া"
+ }
+ },
+ {
+ "value": "Fiji",
+ "text": {
+ "ar": "فيجي",
+ "es": "Fiji",
+ "fr": "Fidji",
+ "hi": "फ़िजी",
+ "ja": "フィジー",
+ "pt": "Fiji",
+ "ru": "Фиджи",
+ "zh": "斐济",
+ "bn": "ফিজি"
+ }
+ },
+ {
+ "value": "Finland",
+ "text": {
+ "ar": "فنلندا",
+ "es": "Finlandia",
+ "fr": "Finlande",
+ "hi": "फ़िनलैंड",
+ "ja": "フィンランド",
+ "pt": "Finlândia",
+ "ru": "Финляндия",
+ "zh": "芬兰",
+ "bn": "ফিনল্যান্ড"
+ }
+ },
+ {
+ "value": "France",
+ "text": {
+ "ar": "فرنسا",
+ "es": "Francia",
+ "fr": "France",
+ "hi": "फ़्रांस",
+ "ja": "フランス",
+ "pt": "França",
+ "ru": "Франция",
+ "zh": "法国",
+ "bn": "ফ্রান্স"
+ }
+ },
+ {
+ "value": "Gabon",
+ "text": {
+ "ar": "غابون",
+ "es": "Gabón",
+ "fr": "Gabon",
+ "hi": "गैबॉन",
+ "ja": "ガボン",
+ "pt": "Gabão",
+ "ru": "Габон",
+ "zh": "加蓬",
+ "bn": "গ্যাবন"
+ }
+ },
+ {
+ "value": "Gambia",
+ "text": {
+ "ar": "غامبيا",
+ "es": "Gambia",
+ "fr": "Gambie",
+ "hi": "गाम्बिया",
+ "ja": "ガンビア",
+ "pt": "Gâmbia",
+ "ru": "Гамбия",
+ "zh": "冈比亚",
+ "bn": "গাম্বিয়া"
+ }
+ },
+ {
+ "value": "Georgia",
+ "text": {
+ "ar": "جورجيا",
+ "es": "Georgia",
+ "fr": "Géorgie",
+ "hi": "जॉर्जिया",
+ "ja": "グルジア",
+ "pt": "Geórgia",
+ "ru": "Грузия",
+ "zh": "格鲁吉亚",
+ "bn": "জর্জিয়া"
+ }
+ },
+ {
+ "value": "Germany",
+ "text": {
+ "ar": "ألمانيا",
+ "es": "Alemania",
+ "fr": "Allemagne",
+ "hi": "जर्मनी",
+ "ja": "ドイツ",
+ "pt": "Alemanha",
+ "ru": "Германия",
+ "zh": "德国",
+ "bn": "জার্মানী"
+ }
+ },
+ {
+ "value": "Ghana",
+ "text": {
+ "ar": "غانا",
+ "es": "Ghana",
+ "fr": "Ghana",
+ "hi": "घाना",
+ "ja": "ガーナ",
+ "pt": "Gana",
+ "ru": "Гана",
+ "zh": "加纳",
+ "bn": "ঘানা"
+ }
+ },
+ {
+ "value": "Greece",
+ "text": {
+ "ar": "اليونان",
+ "es": "Grecia",
+ "fr": "Grèce",
+ "hi": "यूनान",
+ "ja": "ギリシャ",
+ "pt": "Grécia",
+ "ru": "Греция",
+ "zh": "希腊",
+ "bn": "গ্রীস"
+ }
+ },
+ {
+ "value": "Grenada",
+ "text": {
+ "ar": "غرينادا",
+ "es": "Granada",
+ "fr": "Grenade",
+ "hi": "ग्रेनाडा",
+ "ja": "グレナダ",
+ "pt": "Granada",
+ "ru": "Гренада",
+ "zh": "格林纳达",
+ "bn": "গ্রানাডা"
+ }
+ },
+ {
+ "value": "Guatemala",
+ "text": {
+ "ar": "جواتيمالا",
+ "es": "Guatemala",
+ "fr": "Guatemala",
+ "hi": "ग्वाटेमाला",
+ "ja": "グアテマラ",
+ "pt": "Guatemala",
+ "ru": "Гватемала",
+ "zh": "危地马拉",
+ "bn": "গুয়াতেমালা"
+ }
+ },
+ {
+ "value": "Guinea",
+ "text": {
+ "ar": "غينيا",
+ "es": "Guinea",
+ "fr": "Guinée",
+ "hi": "गिनी",
+ "ja": "ギニア",
+ "pt": "Guiné",
+ "ru": "Гвинея",
+ "zh": "几内亚",
+ "bn": "গিনি"
+ }
+ },
+ {
+ "value": "Guinea-Bissau",
+ "text": {
+ "ar": "غينيا بيساو",
+ "es": "Guinea-Bissau",
+ "fr": "Guinée-Bissau",
+ "hi": "गिनी-बिसाऊ",
+ "ja": "ギニアビサウ",
+ "pt": "Guiné-Bissau",
+ "ru": "Гвинея-Бисау",
+ "zh": "几内亚比绍",
+ "bn": "গিনি-বিসাউ"
+ }
+ },
+ {
+ "value": "Guyana",
+ "text": {
+ "ar": "غيانا",
+ "es": "Guyana",
+ "fr": "Guyana",
+ "hi": "गयाना",
+ "ja": "ガイアナ",
+ "pt": "Guiana",
+ "ru": "Гайана",
+ "zh": "圭亚那",
+ "bn": "গায়ানা"
+ }
+ },
+ {
+ "value": "Haiti",
+ "text": {
+ "ar": "هايتي",
+ "es": "Haití",
+ "fr": "Haïti",
+ "hi": "हैती",
+ "ja": "ハイチ",
+ "pt": "Haiti",
+ "ru": "Гаити",
+ "zh": "海地",
+ "bn": "হাইতি"
+ }
+ },
+ {
+ "value": "Honduras",
+ "text": {
+ "ar": "هندوراس",
+ "es": "Honduras",
+ "fr": "Honduras",
+ "hi": "होंडुरास",
+ "ja": "ホンジュラス",
+ "pt": "Honduras",
+ "ru": "Гондурас",
+ "zh": "洪都拉斯",
+ "bn": "হন্ডুরাস"
+ }
+ },
+ {
+ "value": "Hungary",
+ "text": {
+ "ar": "المجر",
+ "es": "Hungría",
+ "fr": "Hongrie",
+ "hi": "हंगरी",
+ "ja": "ハンガリー",
+ "pt": "Hungria",
+ "ru": "Венгрия",
+ "zh": "匈牙利",
+ "bn": "হাংগেরী"
+ }
+ },
+ {
+ "value": "Iceland",
+ "text": {
+ "ar": "أيسلندا",
+ "es": "Islandia",
+ "fr": "Islande",
+ "hi": "आइसलैंड",
+ "ja": "アイスランド",
+ "pt": "Islândia",
+ "ru": "Исландия",
+ "zh": "冰岛",
+ "bn": "আইসল্যান্ড"
+ }
+ },
+ {
+ "value": "India",
+ "text": {
+ "ar": "الهند",
+ "es": "India",
+ "fr": "Inde",
+ "hi": "भारत",
+ "ja": "インド",
+ "pt": "Índia",
+ "ru": "Индия",
+ "zh": "印度",
+ "bn": "ভারত"
+ }
+ },
+ {
+ "value": "Indonesia",
+ "text": {
+ "ar": "إندونيسيا",
+ "es": "Indonesia",
+ "fr": "Indonésie",
+ "hi": "इंडोनेशिया",
+ "ja": "インドネシア",
+ "pt": "Indonésia",
+ "ru": "Индонезия",
+ "zh": "印度尼西亚",
+ "bn": "ইন্দোনেশিয়া"
+ }
+ },
+ {
+ "value": "Iran",
+ "text": {
+ "ar": "إيران",
+ "es": "Irán",
+ "fr": "Iran",
+ "hi": "ईरान",
+ "ja": "イラン",
+ "pt": "Irã",
+ "ru": "Иран",
+ "zh": "伊朗",
+ "bn": "ইরান"
+ }
+ },
+ {
+ "value": "Iraq",
+ "text": {
+ "ar": "العراق",
+ "es": "Irak",
+ "fr": "Irak",
+ "hi": "इराक",
+ "ja": "イラク",
+ "pt": "Iraque",
+ "ru": "Ирак",
+ "zh": "伊拉克",
+ "bn": "ইরাক"
+ }
+ },
+ {
+ "value": "Ireland",
+ "text": {
+ "ar": "أيرلندا",
+ "es": "Irlanda",
+ "fr": "Irlande",
+ "hi": "आयरलैंड",
+ "ja": "アイルランド",
+ "pt": "Irlanda",
+ "ru": "Ирландия",
+ "zh": "爱尔兰",
+ "bn": "আয়ারল্যান্ড"
+ }
+ },
+ {
+ "value": "Israel",
+ "text": {
+ "ar": "إسرائيل",
+ "es": "Israel",
+ "fr": "Israël",
+ "hi": "इज़राइल",
+ "ja": "イスラエル",
+ "pt": "Israel",
+ "ru": "Израиль",
+ "zh": "以色列",
+ "bn": "ইজরায়েল"
+ }
+ },
+ {
+ "value": "Italy",
+ "text": {
+ "ar": "إيطاليا",
+ "es": "Italia",
+ "fr": "Italie",
+ "hi": "इटली",
+ "ja": "イタリア",
+ "pt": "Itália",
+ "ru": "Италия",
+ "zh": "意大利",
+ "bn": "ইতালি"
+ }
+ },
+ {
+ "value": "Jamaica",
+ "text": {
+ "ar": "جامايكا",
+ "es": "Jamaica",
+ "fr": "Jamaïque",
+ "hi": "जमैका",
+ "ja": "ジャマイカ",
+ "pt": "Jamaica",
+ "ru": "Ямайка",
+ "zh": "牙买加",
+ "bn": "জামাইকা"
+ }
+ },
+ {
+ "value": "Japan",
+ "text": {
+ "ar": "اليابان",
+ "es": "Japón",
+ "fr": "Japon",
+ "hi": "जापान",
+ "ja": "日本",
+ "pt": "Japão",
+ "ru": "Япония",
+ "zh": "日本",
+ "bn": "জাপান"
+ }
+ },
+ {
+ "value": "Jordan",
+ "text": {
+ "ar": "الأردن",
+ "es": "Jordania",
+ "fr": "Jordanie",
+ "hi": "जॉर्डन",
+ "ja": "ヨルダン",
+ "pt": "Jordânia",
+ "ru": "Иордания",
+ "zh": "约旦",
+ "bn": "জর্ডন"
+ }
+ },
+ {
+ "value": "Kazakhstan",
+ "text": {
+ "ar": "كازاخستان",
+ "es": "Kazajstán",
+ "fr": "Kazakhstan",
+ "hi": "कज़ाकस्तान",
+ "ja": "カザフスタン",
+ "pt": "Cazaquistão",
+ "ru": "Казахстан",
+ "zh": "哈萨克斯坦",
+ "bn": "কাজাখস্তান"
+ }
+ },
+ {
+ "value": "Kenya",
+ "text": {
+ "ar": "كينيا",
+ "es": "Kenia",
+ "fr": "Kenya",
+ "hi": "केन्या",
+ "ja": "ケニア",
+ "pt": "Quênia",
+ "ru": "Кения",
+ "zh": "肯尼亚",
+ "bn": "কেনিয়া"
+ }
+ },
+ {
+ "value": "Kiribati",
+ "text": {
+ "ar": "كيريباس",
+ "es": "Kiribati",
+ "fr": "Kiribati",
+ "hi": "किरिबाती",
+ "ja": "キリバス",
+ "pt": "Kiribati",
+ "ru": "Кирибати",
+ "zh": "基里巴斯",
+ "bn": "কিরিবাটি"
+ }
+ },
+ {
+ "value": "Korea, North",
+ "text": {
+ "ar": "كوريا الشمالية",
+ "es": "Corea, Norte",
+ "fr": "Corée, Nord",
+ "hi": "कोरिया, उत्तर",
+ "ja": "朝鮮民主主義人民共和国、北朝鮮",
+ "pt": "Coreia, Norte",
+ "ru": "Северная Корея",
+ "zh": "韩国, 朝鲜",
+ "bn": "কোরিয়া, উত্তর"
+ }
+ },
+ {
+ "value": "Korea, South",
+ "text": {
+ "ar": "كوريا الجنوبية",
+ "es": "Corea, Sur",
+ "fr": "Corée, Sud",
+ "hi": "कोरिया, दक्षिण",
+ "ja": "韓国、韓国",
+ "pt": "Coreia, Sul",
+ "ru": "Южная Корея",
+ "zh": "韩国, 韩国",
+ "bn": "কোরিয়া, দক্ষিণ"
+ }
+ },
+ {
+ "value": "Kosovo",
+ "text": {
+ "ar": "كوسوفو",
+ "es": "Kosovo",
+ "fr": "Kosovo",
+ "hi": "कोसोवो",
+ "ja": "コソボ",
+ "pt": "Kosovo",
+ "ru": "Косово",
+ "zh": "科索沃",
+ "bn": "কসোভো"
+ }
+ },
+ {
+ "value": "Kuwait",
+ "text": {
+ "ar": "الكويت",
+ "es": "Kuwait",
+ "fr": "Koweït",
+ "hi": "कुवैत",
+ "ja": "クウェート",
+ "pt": "Kuaite",
+ "ru": "Кувейт",
+ "zh": "科威特",
+ "bn": "কুয়েত"
+ }
+ },
+ {
+ "value": "Kyrgyzstan",
+ "text": {
+ "ar": "قيرغيزستان",
+ "es": "Kirguizistán",
+ "fr": "Kirghizistan",
+ "hi": "किरगिज़स्तान",
+ "ja": "キルギス",
+ "pt": "Quirguistão",
+ "ru": "Киргизия",
+ "zh": "吉尔吉斯斯坦",
+ "bn": "কিরঘিজস্তান"
+ }
+ },
+ {
+ "value": "Laos",
+ "text": {
+ "ar": "لاوس",
+ "es": "Laos",
+ "fr": "Laos",
+ "hi": "लाओस",
+ "ja": "ラオス",
+ "pt": "Laos",
+ "ru": "Лаос",
+ "zh": "老挝",
+ "bn": "লাওস"
+ }
+ },
+ {
+ "value": "Latvia",
+ "text": {
+ "ar": "لاتفيا",
+ "es": "Letonia",
+ "fr": "Lettonie",
+ "hi": "लाटविया",
+ "ja": "ラトビア",
+ "pt": "Letônia",
+ "ru": "Латвия",
+ "zh": "拉托维亚",
+ "bn": "ল্যাটভিয়া"
+ }
+ },
+ {
+ "value": "Lebanon",
+ "text": {
+ "ar": "لبنان",
+ "es": "Líbano",
+ "fr": "Liban",
+ "hi": "लेबनान",
+ "ja": "レバノン",
+ "pt": "Líbano",
+ "ru": "Ливан",
+ "zh": "黎巴嫩",
+ "bn": "লেবানন"
+ }
+ },
+ {
+ "value": "Lesotho",
+ "text": {
+ "ar": "ليسوتو",
+ "es": "Lesotho",
+ "fr": "Lesotho",
+ "hi": "लेसोथो",
+ "ja": "レソト",
+ "pt": "Lesoto",
+ "ru": "Лесото",
+ "zh": "莱索托",
+ "bn": "লেসোথো"
+ }
+ },
+ {
+ "value": "Liberia",
+ "text": {
+ "ar": "ليبيريا",
+ "es": "Liberia",
+ "fr": "Libéria",
+ "hi": "लाइबेरिया",
+ "ja": "リベリア",
+ "pt": "Libéria",
+ "ru": "Либерия",
+ "zh": "利比里亚",
+ "bn": "লাইবেরিয়া"
+ }
+ },
+ {
+ "value": "Libya",
+ "text": {
+ "ar": "ليبيا",
+ "es": "Libia",
+ "fr": "Libye",
+ "hi": "लीबिया",
+ "ja": "リビア",
+ "pt": "Líbia",
+ "ru": "Ливия",
+ "zh": "利比亚",
+ "bn": "লিবিয়া"
+ }
+ },
+ {
+ "value": "Liechtenstein",
+ "text": {
+ "ar": "ليشتنشتاين",
+ "es": "Liechtenstein",
+ "fr": "Liechtenstein",
+ "hi": "लिचेंस्टीन",
+ "ja": "リヒテンシュタイン",
+ "pt": "Liechtenstein",
+ "ru": "Лихтенштейн",
+ "zh": "列支敦士登",
+ "bn": "লিচেনস্টাইন"
+ }
+ },
+ {
+ "value": "Lithuania",
+ "text": {
+ "ar": "لتوانيا",
+ "es": "Lituania",
+ "fr": "Lituanie",
+ "hi": "लिथुआनिया",
+ "ja": "リトアニア",
+ "pt": "Lituânia",
+ "ru": "Литва",
+ "zh": "立陶宛",
+ "bn": "লিথুয়ানিয়া"
+ }
+ },
+ {
+ "value": "Luxembourg",
+ "text": {
+ "ar": "لوكسمبورج",
+ "es": "Luxemburgo",
+ "fr": "Luxembourg",
+ "hi": "लक्ज़म्बर्ग",
+ "ja": "ルクセンブルク",
+ "pt": "Luxemburgo",
+ "ru": "Люксембург",
+ "zh": "卢森堡",
+ "bn": "লুক্সেমবুর্গ"
+ }
+ },
+ {
+ "value": "Madagascar",
+ "text": {
+ "ar": "مدغشقر",
+ "es": "Madagascar",
+ "fr": "Madagascar",
+ "hi": "मेडागास्कर",
+ "ja": "マダガスカル",
+ "pt": "Madagáscar",
+ "ru": "Мадагаскар",
+ "zh": "马达加斯加",
+ "bn": "মাদাগাস্কার"
+ }
+ },
+ {
+ "value": "Malawi",
+ "text": {
+ "ar": "ملاوي",
+ "es": "Malawi",
+ "fr": "Malawi",
+ "hi": "मलावी",
+ "ja": "マラウイ",
+ "pt": "Malawi",
+ "ru": "Малави",
+ "zh": "马拉维",
+ "bn": "মালাউই"
+ }
+ },
+ {
+ "value": "Malaysia",
+ "text": {
+ "ar": "ماليزيا",
+ "es": "Malasia",
+ "fr": "Malaisie",
+ "hi": "मलेशिया",
+ "ja": "マレーシア",
+ "pt": "Malásia",
+ "ru": "Малайзия",
+ "zh": "马来西亚",
+ "bn": "মালয়েশিয়া"
+ }
+ },
+ {
+ "value": "Maldives",
+ "text": {
+ "ar": "ملديف",
+ "es": "Maldivas",
+ "fr": "Maldives",
+ "hi": "मालदीव",
+ "ja": "モルディブ",
+ "pt": "Maldivas",
+ "ru": "Мальдивы",
+ "zh": "马尔代夫",
+ "bn": "মালদ্বীপ"
+ }
+ },
+ {
+ "value": "Mali",
+ "text": {
+ "ar": "مالي",
+ "es": "Malí",
+ "fr": "Mali",
+ "hi": "माली",
+ "ja": "マリ",
+ "pt": "Mali",
+ "ru": "Мали",
+ "zh": "马里",
+ "bn": "মালি"
+ }
+ },
+ {
+ "value": "Malta",
+ "text": {
+ "ar": "مالطا",
+ "es": "Malta",
+ "fr": "Malte",
+ "hi": "माल्टा",
+ "ja": "マルタ",
+ "pt": "Malta",
+ "ru": "Мальта",
+ "zh": "马耳他",
+ "bn": "মাল্টা"
+ }
+ },
+ {
+ "value": "Marshall Islands",
+ "text": {
+ "ar": "جزر مارشال",
+ "es": "Islas Marshall",
+ "fr": "Îles Marshall",
+ "hi": "मार्शल द्वीपसमूह",
+ "ja": "マーシャル諸島",
+ "pt": "Ilhas Marshall",
+ "ru": "Маршалловы Острова",
+ "zh": "马绍尔群岛",
+ "bn": "মার্শাল দ্বীপপুঞ্জ"
+ }
+ },
+ {
+ "value": "Mauritania",
+ "text": {
+ "ar": "موريتانيا",
+ "es": "Mauritania",
+ "fr": "Mauritanie",
+ "hi": "मॉरिटानिया",
+ "ja": "モーリタニア",
+ "pt": "Mauritânia",
+ "ru": "Мавритания",
+ "zh": "毛里塔尼亚",
+ "bn": "মৌরিতানিয়া"
+ }
+ },
+ {
+ "value": "Mauritius",
+ "text": {
+ "ar": "موريشيوس",
+ "es": "Mauricio",
+ "fr": "Maurice",
+ "hi": "मॉरिशस",
+ "ja": "モーリシャス",
+ "pt": "Maurícia",
+ "ru": "Маврикий",
+ "zh": "毛里求斯",
+ "bn": "মরিশাস"
+ }
+ },
+ {
+ "value": "Mexico",
+ "text": {
+ "ar": "المكسيك",
+ "es": "México",
+ "fr": "Mexique",
+ "hi": "मेक्सिको",
+ "ja": "メキシコ",
+ "pt": "México",
+ "ru": "Мексика",
+ "zh": "墨西哥",
+ "bn": "মেক্সিকো"
+ }
+ },
+ {
+ "value": "Micronesia",
+ "text": {
+ "ar": "ميكرونيزيا",
+ "es": "Micronesia",
+ "fr": "Micronésie",
+ "hi": "माइक्रोनेशिया",
+ "ja": "ミクロネシア",
+ "pt": "Micronésia",
+ "ru": "Микронезия",
+ "zh": "密克罗尼西亚",
+ "bn": "মাইক্রোনেশিয়া"
+ }
+ },
+ {
+ "value": "Moldova",
+ "text": {
+ "ar": "مولدافيا",
+ "es": "Moldavia",
+ "fr": "Moldavie",
+ "hi": "मोल्दोवा",
+ "ja": "モルドバ",
+ "pt": "Moldávia",
+ "ru": "Молдова",
+ "zh": "摩尔多瓦",
+ "bn": "মলদোভা"
+ }
+ },
+ {
+ "value": "Monaco",
+ "text": {
+ "ar": "موناكو",
+ "es": "Mónaco",
+ "fr": "Monaco",
+ "hi": "मोनाको",
+ "ja": "モナコ",
+ "pt": "Mónaco",
+ "ru": "Монако",
+ "zh": "摩纳哥",
+ "bn": "মোনাকো"
+ }
+ },
+ {
+ "value": "Mongolia",
+ "text": {
+ "ar": "منغوليا",
+ "es": "Mongolia",
+ "fr": "Mongolie",
+ "hi": "मंगोलिया",
+ "ja": "モンゴル国",
+ "pt": "Mongólia",
+ "ru": "Монголия",
+ "zh": "蒙古",
+ "bn": "মঙ্গোলিয়া"
+ }
+ },
+ {
+ "value": "Montenegro",
+ "text": {
+ "ar": "الجبل الأسود",
+ "es": "Montenegro",
+ "fr": "Monténégro",
+ "hi": "मोंटेनेग्रो",
+ "ja": "モンテネグロ",
+ "pt": "Montenegro",
+ "ru": "Черногория",
+ "zh": "黑山",
+ "bn": "মন্টিনিগ্রো"
+ }
+ },
+ {
+ "value": "Morocco",
+ "text": {
+ "ar": "المغرب",
+ "es": "Marruecos",
+ "fr": "Maroc",
+ "hi": "मोरक्को",
+ "ja": "モロッコ",
+ "pt": "Marrocos",
+ "ru": "Марокко",
+ "zh": "摩洛哥",
+ "bn": "মরোক্কো"
+ }
+ },
+ {
+ "value": "Mozambique",
+ "text": {
+ "ar": "موزمبيق",
+ "es": "Mozambique",
+ "fr": "Mozambique",
+ "hi": "मोज़ाम्बिक",
+ "ja": "モザンビーク",
+ "pt": "Moçambique",
+ "ru": "Мозамбик",
+ "zh": "莫桑比克",
+ "bn": "মোজাম্বিক"
+ }
+ },
+ {
+ "value": "Myanmar (Burma)",
+ "text": {
+ "ar": "ميانمار (بورما)",
+ "es": "Myanmar (Birmania)",
+ "fr": "Myanmar (Birmanie)",
+ "hi": "म्यांमार (बर्मा)",
+ "ja": "ミャンマー(ビルマ)",
+ "pt": "Mianmar (Birmânia)",
+ "ru": "Мьянма (Бирма)",
+ "zh": "缅甸 (缅甸)",
+ "bn": "মায়ানমার (বার্মা)"
+ }
+ },
+ {
+ "value": "Namibia",
+ "text": {
+ "ar": "ناميبيا",
+ "es": "Namibia",
+ "fr": "Namibie",
+ "hi": "नामीबिया",
+ "ja": "ナミビア",
+ "pt": "Namíbia",
+ "ru": "Намибия",
+ "zh": "纳米比亚",
+ "bn": "নামিবিয়া"
+ }
+ },
+ {
+ "value": "Nauru",
+ "text": {
+ "ar": "ناورو",
+ "es": "Nauru",
+ "fr": "Nauru",
+ "hi": "नाउरु",
+ "ja": "ナウル",
+ "pt": "Nauru",
+ "ru": "Науру",
+ "zh": "瑙鲁",
+ "bn": "নাউরু"
+ }
+ },
+ {
+ "value": "Nepal",
+ "text": {
+ "ar": "نيبال",
+ "es": "Nepal",
+ "fr": "Népal",
+ "hi": "नेपाल",
+ "ja": "ネパール",
+ "pt": "Nepal",
+ "ru": "Непал",
+ "zh": "尼泊尔",
+ "bn": "নেপাল"
+ }
+ },
+ {
+ "value": "Netherlands",
+ "text": {
+ "ar": "هولندا",
+ "es": "Países Bajos",
+ "fr": "Pays-Bas",
+ "hi": "नीदरलैंड",
+ "ja": "オランダ",
+ "pt": "Países Baixos",
+ "ru": "Нидерланды",
+ "zh": "荷兰",
+ "bn": "নেদারল্যান্ড"
+ }
+ },
+ {
+ "value": "New Zealand",
+ "text": {
+ "ar": "نيوزيلندا",
+ "es": "Nueva Zelanda",
+ "fr": "Nouvelle-Zélande",
+ "hi": "न्यूज़ीलैंड",
+ "ja": "ニュージーランド",
+ "pt": "Nova Zelândia",
+ "ru": "Новая Зеландия",
+ "zh": "新西兰",
+ "bn": "নিউজিল্যান্ড"
+ }
+ },
+ {
+ "value": "Nicaragua",
+ "text": {
+ "ar": "نيكاراجوا",
+ "es": "Nicaragua",
+ "fr": "Nicaragua",
+ "hi": "निकारागुआ",
+ "ja": "ニカラグア",
+ "pt": "Nicarágua",
+ "ru": "Никарагуа",
+ "zh": "尼加拉瓜",
+ "bn": "নিকারাগুয়া"
+ }
+ },
+ {
+ "value": "Niger",
+ "text": {
+ "ar": "النيجر",
+ "es": "Níger",
+ "fr": "Niger",
+ "hi": "नाइजर",
+ "ja": "ニジェール",
+ "pt": "Níger",
+ "ru": "Нигер",
+ "zh": "尼日尔",
+ "bn": "নাইজার"
+ }
+ },
+ {
+ "value": "Nigeria",
+ "text": {
+ "ar": "نيجيريا",
+ "es": "Nigeria",
+ "fr": "Nigéria",
+ "hi": "नाइजीरिया",
+ "ja": "ナイジェリア",
+ "pt": "Nigéria",
+ "ru": "Нигерия",
+ "zh": "尼日利亚",
+ "bn": "নাইজেরিয়া"
+ }
+ },
+ {
+ "value": "North Macedonia (formerly Macedonia)",
+ "text": {
+ "ar": "مقدونيا الشمالية (مقدونيا سابقا)",
+ "es": "Macedonia del Norte (antes Macedonia)",
+ "fr": "Macédoine du Nord (anciennement Macédoine)",
+ "hi": "उत्तर मैसेडोनिया (पूर्व में मैसेडोनिया)",
+ "ja": "北マケドニア(旧マケドニア)",
+ "pt": "Macedônia do Norte (antiga Macedônia)",
+ "ru": "Северная Македония (бывшая Македония)",
+ "zh": "北马其顿(原马其顿)",
+ "bn": "উত্তর ম্যাসেডোনিয়া (পূর্বে মেসিডোনিয়া)"
+ }
+ },
+ {
+ "value": "Norway",
+ "text": {
+ "ar": "النرويج",
+ "es": "Noruega",
+ "fr": "Norvège",
+ "hi": "नॉर्वे",
+ "ja": "ノルウェー",
+ "pt": "Noruega",
+ "ru": "Норвегия",
+ "zh": "挪威",
+ "bn": "নরওয়ে"
+ }
+ },
+ {
+ "value": "Oman",
+ "text": {
+ "ar": "عُمان",
+ "es": "Omán",
+ "fr": "Oman",
+ "hi": "ओमान",
+ "ja": "オマーン",
+ "pt": "Omã",
+ "ru": "Оман",
+ "zh": "阿曼",
+ "bn": "ওমান"
+ }
+ },
+ {
+ "value": "Pakistan",
+ "text": {
+ "ar": "باكستان",
+ "es": "Pakistán",
+ "fr": "Pakistan",
+ "hi": "पाकिस्तान",
+ "ja": "パキスタン",
+ "pt": "Paquistão",
+ "ru": "Пакистан",
+ "zh": "巴基斯坦",
+ "bn": "পাকিস্তান"
+ }
+ },
+ {
+ "value": "Palau",
+ "text": {
+ "ar": "بالاو",
+ "es": "Palau",
+ "fr": "Palaos",
+ "hi": "पलाऊ",
+ "ja": "パラオ",
+ "pt": "Palau",
+ "ru": "Палау",
+ "zh": "帕劳",
+ "bn": "পালাউ"
+ }
+ },
+ {
+ "value": "Panama",
+ "text": {
+ "ar": "بنما",
+ "es": "Panamá",
+ "fr": "Panama",
+ "hi": "पनामा",
+ "ja": "パナマ",
+ "pt": "Panamá",
+ "ru": "Панама",
+ "zh": "巴拿马",
+ "bn": "পানামা"
+ }
+ },
+ {
+ "value": "Papua New Guinea",
+ "text": {
+ "ar": "بابوا غينيا الجديدة",
+ "es": "Papúa Nueva Guinea",
+ "fr": "Papouasie-Nouvelle-Guinée",
+ "hi": "पापुआ न्यू गिनी",
+ "ja": "パプアニューギニア",
+ "pt": "Papua-Nova Guiné",
+ "ru": "Папуа-Новая Гвинея",
+ "zh": "巴布亚新几内亚",
+ "bn": "পাপুয়া নিউ গিনি"
+ }
+ },
+ {
+ "value": "Paraguay",
+ "text": {
+ "ar": "باراجواي",
+ "es": "Paraguay",
+ "fr": "Paraguay",
+ "hi": "पैराग्वे",
+ "ja": "パラグアイ",
+ "pt": "Paraguai",
+ "ru": "Парагвай",
+ "zh": "巴拉圭",
+ "bn": "প্যারাগুয়ে"
+ }
+ },
+ {
+ "value": "Peru",
+ "text": {
+ "ar": "بيرو",
+ "es": "Perú",
+ "fr": "Pérou",
+ "hi": "पेरू",
+ "ja": "ペルー",
+ "pt": "Peru",
+ "ru": "Перу",
+ "zh": "秘鲁",
+ "bn": "পেরু"
+ }
+ },
+ {
+ "value": "Philippines",
+ "text": {
+ "ar": "الفلبين",
+ "es": "Filipinas",
+ "fr": "Philippines",
+ "hi": "फ़िलिपींस",
+ "ja": "フィリピン",
+ "pt": "Filipinas",
+ "ru": "Филиппины",
+ "zh": "菲律宾",
+ "bn": "ফিলিপাইন"
+ }
+ },
+ {
+ "value": "Poland",
+ "text": {
+ "ar": "بولندا",
+ "es": "Polonia",
+ "fr": "Pologne",
+ "hi": "पोलैंड",
+ "ja": "ポーランド",
+ "pt": "Polônia",
+ "ru": "Польша",
+ "zh": "波兰",
+ "bn": "পোল্যান্ড"
+ }
+ },
+ {
+ "value": "Portugal",
+ "text": {
+ "ar": "البرتغال",
+ "es": "Portugal",
+ "fr": "Portugal",
+ "hi": "पुर्तगाल",
+ "ja": "ポルトガル",
+ "pt": "Portugal",
+ "ru": "Португалия",
+ "zh": "葡萄牙",
+ "bn": "পর্তুগাল"
+ }
+ },
+ {
+ "value": "Qatar",
+ "text": {
+ "ar": "قطر",
+ "es": "Qatar",
+ "fr": "Qatar",
+ "hi": "कतर",
+ "ja": "カタール",
+ "pt": "Catar",
+ "ru": "Катар",
+ "zh": "卡塔尔",
+ "bn": "কাতার"
+ }
+ },
+ {
+ "value": "Romania",
+ "text": {
+ "ar": "رومانيا",
+ "es": "Rumania",
+ "fr": "Roumanie",
+ "hi": "रोमानिया",
+ "ja": "ルーマニア",
+ "pt": "Romênia",
+ "ru": "Румыния",
+ "zh": "罗马尼亚",
+ "bn": "রোমানিয়া"
+ }
+ },
+ {
+ "value": "Russia",
+ "text": {
+ "ar": "روسيا",
+ "es": "Rusia",
+ "fr": "Russie",
+ "hi": "रूस",
+ "ja": "ロシア",
+ "pt": "Rússia",
+ "ru": "Россия",
+ "zh": "俄罗斯",
+ "bn": "রাশিয়া"
+ }
+ },
+ {
+ "value": "Rwanda",
+ "text": {
+ "ar": "رواندا",
+ "es": "Ruanda",
+ "fr": "Rwanda",
+ "hi": "रवांडा",
+ "ja": "ルワンダ",
+ "pt": "Ruanda",
+ "ru": "Руанда",
+ "zh": "卢旺达",
+ "bn": "রুয়ান্ডা"
+ }
+ },
+ {
+ "value": "Saint Kitts and Nevis",
+ "text": {
+ "ar": "سانت كيتس ونيفيس",
+ "es": "San Cristóbal y Nieves",
+ "fr": "Saint-Kitts-et-Nevis",
+ "hi": "सेंट किट्स और नेविस",
+ "ja": "セントクリストファー・ネイビス",
+ "pt": "São Cristóvão e Névis",
+ "ru": "Сент-Китс и Невис",
+ "zh": "圣基茨和尼维斯",
+ "bn": "সেন্ট কিটস ও নেভিস"
+ }
+ },
+ {
+ "value": "Saint Lucia",
+ "text": {
+ "ar": "سانت لوسيا",
+ "es": "Santa Lucía",
+ "fr": "Sainte-Lucie",
+ "hi": "सेंट लूसिया",
+ "ja": "セントルシア",
+ "pt": "Santa Lúcia",
+ "ru": "Сент-Люсия",
+ "zh": "圣卢西亚",
+ "bn": "সেন্ট লুসিয়া"
+ }
+ },
+ {
+ "value": "Saint Vincent and the Grenadines",
+ "text": {
+ "ar": "سانت فنسنت وجزر غرينادين",
+ "es": "San Vicente y las Granadinas",
+ "fr": "Saint-Vincent-et-les-Grenadines",
+ "hi": "सेंट विंसेंट और ग्रेनेडाइंस",
+ "ja": "セントビンセント・グレナディーン諸島",
+ "pt": "São Vicente e Granadinas",
+ "ru": "Сент-Винсент и Гренадины",
+ "zh": "圣文森特和格林纳丁斯",
+ "bn": "সেন্ট ভিনসেন্ট ও গ্রেনাডাইন দ্বীপপুঞ্জ"
+ }
+ },
+ {
+ "value": "Samoa",
+ "text": {
+ "ar": "ساموا",
+ "es": "Samoa",
+ "fr": "Samoa",
+ "hi": "समोआ",
+ "ja": "サモア",
+ "pt": "Samoa",
+ "ru": "Самоа",
+ "zh": "萨摩亚",
+ "bn": "সামোয়া"
+ }
+ },
+ {
+ "value": "San Marino",
+ "text": {
+ "ar": "سان مارينو",
+ "es": "San Marino",
+ "fr": "Saint-Marin",
+ "hi": "सान मारिनो",
+ "ja": "サンマリノ",
+ "pt": "San Marino",
+ "ru": "Сан-Марино",
+ "zh": "圣马力诺",
+ "bn": "সান মারিনো"
+ }
+ },
+ {
+ "value": "Sao Tome and Principe",
+ "text": {
+ "ar": "سان تومي وبرينسيبي",
+ "es": "Santo Tomé y Príncipe",
+ "fr": "Sao Tomé-et-Principe",
+ "hi": "साओ टोम और प्रिंसिपे",
+ "ja": "サントメ・プリンシペ",
+ "pt": "São Tomé e Príncipe",
+ "ru": "Сан-Томе и Принсипи",
+ "zh": "圣多美和普林西比",
+ "bn": "সাও টোম ও প্রিন্সিপে"
+ }
+ },
+ {
+ "value": "Saudi Arabia",
+ "text": {
+ "ar": "المملكة العربية السعودية",
+ "es": "Arabia Saudí",
+ "fr": "Arabie Saoudite",
+ "hi": "सऊदी अरब",
+ "ja": "サウジアラビア",
+ "pt": "Arábia Saudita",
+ "ru": "Саудовская Аравия",
+ "zh": "沙特阿拉伯",
+ "bn": "সৌদি আরব"
+ }
+ },
+ {
+ "value": "Senegal",
+ "text": {
+ "ar": "السنغال",
+ "es": "Senegal",
+ "fr": "Sénégal",
+ "hi": "सेनेगल",
+ "ja": "セネガル",
+ "pt": "Senegal",
+ "ru": "Сенегал",
+ "zh": "塞内加尔",
+ "bn": "সেনেগাল"
+ }
+ },
+ {
+ "value": "Serbia",
+ "text": {
+ "ar": "صربيا",
+ "es": "Serbia",
+ "fr": "Serbie",
+ "hi": "सर्बिया",
+ "ja": "セルビア",
+ "pt": "Sérvia e Montenegro",
+ "ru": "Сербия",
+ "zh": "塞尔维亚",
+ "bn": "সার্বিয়া"
+ }
+ },
+ {
+ "value": "Seychelles",
+ "text": {
+ "ar": "سيشيل",
+ "es": "Seychelles",
+ "fr": "Seychelles",
+ "hi": "सेशल्स",
+ "ja": "セーシェル",
+ "pt": "Seicheles",
+ "ru": "Сейшельские Острова",
+ "zh": "塞舌尔",
+ "bn": "সেশেলস"
+ }
+ },
+ {
+ "value": "Sierra Leone",
+ "text": {
+ "ar": "سيراليون",
+ "es": "Sierra Leona",
+ "fr": "Sierra Leone",
+ "hi": "सिएरा लियोन",
+ "ja": "シエラレオネ",
+ "pt": "Serra Leoa",
+ "ru": "Сьерра-Леоне",
+ "zh": "塞拉利昂",
+ "bn": "সিয়েরা লিওন"
+ }
+ },
+ {
+ "value": "Singapore",
+ "text": {
+ "ar": "سنغافورة",
+ "es": "Singapur",
+ "fr": "Singapour",
+ "hi": "सिंगापुर",
+ "ja": "シンガポール",
+ "pt": "Cingapura",
+ "ru": "Сингапур",
+ "zh": "新加坡",
+ "bn": "সিঙ্গাপুর"
+ }
+ },
+ {
+ "value": "Slovakia",
+ "text": {
+ "ar": "سلوفاكيا",
+ "es": "Eslovaquia",
+ "fr": "Slovaquie",
+ "hi": "स्लोवाकिया",
+ "ja": "スロバキア",
+ "pt": "Eslováquia",
+ "ru": "Словакия",
+ "zh": "斯洛伐克",
+ "bn": "শ্লোভাকিয়া"
+ }
+ },
+ {
+ "value": "Slovenia",
+ "text": {
+ "ar": "سلوفينيا",
+ "es": "Eslovenia",
+ "fr": "Slovénie",
+ "hi": "स्लोवेनिया",
+ "ja": "スロベニア",
+ "pt": "Eslovênia",
+ "ru": "Словения",
+ "zh": "斯洛文尼亚",
+ "bn": "শ্লোভেনিয়া"
+ }
+ },
+ {
+ "value": "Solomon Islands",
+ "text": {
+ "ar": "جزر سليمان",
+ "es": "Islas Salomón",
+ "fr": "Îles Salomon",
+ "hi": "सोलोमन द्वीप",
+ "ja": "ソロモン諸島",
+ "pt": "Ilhas Salomão",
+ "ru": "Соломоновы Острова",
+ "zh": "所罗门群岛",
+ "bn": "সলোমন দ্বীপপুঞ্জ"
+ }
+ },
+ {
+ "value": "Somalia",
+ "text": {
+ "ar": "الصومال",
+ "es": "Somalia",
+ "fr": "Somalie",
+ "hi": "सोमालिया",
+ "ja": "ソマリア",
+ "pt": "Somália",
+ "ru": "Сомали",
+ "zh": "索马里",
+ "bn": "সোমালিয়া"
+ }
+ },
+ {
+ "value": "South Africa",
+ "text": {
+ "ar": "جنوب أفريقيا",
+ "es": "Sudáfrica",
+ "fr": "Afrique du Sud",
+ "hi": "दक्षिण अफ़्रीका",
+ "ja": "南アフリカ",
+ "pt": "África do Sul",
+ "ru": "Южная Африка",
+ "zh": "南非",
+ "bn": "দক্ষিণ আফ্রিকা"
+ }
+ },
+ {
+ "value": "South Sudan",
+ "text": {
+ "ar": "جنوب السودان",
+ "es": "Sudán del Sur",
+ "fr": "Soudan du Sud",
+ "hi": "दक्षिण सूडान",
+ "ja": "南スーダン",
+ "pt": "Sudão do Sul",
+ "ru": "Южный Судан",
+ "zh": "南苏丹",
+ "bn": "দক্ষিণ সুদান"
+ }
+ },
+ {
+ "value": "Spain",
+ "text": {
+ "ar": "إسبانيا",
+ "es": "España",
+ "fr": "Espagne",
+ "hi": "स्पेन",
+ "ja": "スペイン",
+ "pt": "Espanha",
+ "ru": "Испания",
+ "zh": "西班牙",
+ "bn": "স্পেন"
+ }
+ },
+ {
+ "value": "Sri Lanka",
+ "text": {
+ "ar": "سريلانكا",
+ "es": "Sri Lanka",
+ "fr": "Sri Lanka",
+ "hi": "श्रीलंका",
+ "ja": "スリランカ",
+ "pt": "Sri Lanka",
+ "ru": "Шри-Ланка",
+ "zh": "斯里兰卡",
+ "bn": "শ্রীলঙ্কা"
+ }
+ },
+ {
+ "value": "Sudan",
+ "text": {
+ "ar": "السودان",
+ "es": "Sudán",
+ "fr": "Soudan",
+ "hi": "सूडान",
+ "ja": "スーダン",
+ "pt": "Sudão",
+ "ru": "Судан",
+ "zh": "苏丹",
+ "bn": "সুদান"
+ }
+ },
+ {
+ "value": "Suriname",
+ "text": {
+ "ar": "سورينام",
+ "es": "Suriname",
+ "fr": "Suriname",
+ "hi": "सूरीनाम",
+ "ja": "スリナム",
+ "pt": "Suriname",
+ "ru": "Суринам",
+ "zh": "苏里南",
+ "bn": "সুরিনাম"
+ }
+ },
+ {
+ "value": "Sweden",
+ "text": {
+ "ar": "السويد",
+ "es": "Suecia",
+ "fr": "Suède",
+ "hi": "स्वीडन",
+ "ja": "スウェーデン",
+ "pt": "Suécia",
+ "ru": "Швеция",
+ "zh": "瑞典",
+ "bn": "সুইডেন"
+ }
+ },
+ {
+ "value": "Switzerland",
+ "text": {
+ "ar": "سويسرا",
+ "es": "Suiza",
+ "fr": "Suisse",
+ "hi": "स्विट्ज़रलैंड",
+ "ja": "スイス",
+ "pt": "Suíça",
+ "ru": "Швейцария",
+ "zh": "瑞士",
+ "bn": "সুইজারল্যান্ড"
+ }
+ },
+ {
+ "value": "Syria",
+ "text": {
+ "ar": "سوريا",
+ "es": "Siria",
+ "fr": "Syrie",
+ "hi": "सीरिया",
+ "ja": "シリア",
+ "pt": "Síria",
+ "ru": "Сирия",
+ "zh": "叙利亚",
+ "bn": "সিরিয়া"
+ }
+ },
+ {
+ "value": "Taiwan",
+ "text": {
+ "ar": "تايوان",
+ "es": "Taiwán",
+ "fr": "Taiwan",
+ "hi": "ताइवान",
+ "ja": "台湾",
+ "pt": "Taiwan",
+ "ru": "Тайвань",
+ "zh": "台湾",
+ "bn": "তাইওয়ান"
+ }
+ },
+ {
+ "value": "Tajikistan",
+ "text": {
+ "ar": "طاجيكستان",
+ "es": "Tayikistán",
+ "fr": "Tadjikistan",
+ "hi": "ताजिकिस्तान",
+ "ja": "タジキスタン",
+ "pt": "Tajiquistão",
+ "ru": "Таджикистан",
+ "zh": "塔吉克斯坦",
+ "bn": "তাজিকিস্তান"
+ }
+ },
+ {
+ "value": "Tanzania",
+ "text": {
+ "ar": "تنزانيا",
+ "es": "Tanzania",
+ "fr": "Tanzanie",
+ "hi": "तंज़ानिया",
+ "ja": "タンザニア",
+ "pt": "Tanzânia",
+ "ru": "Танзания",
+ "zh": "坦桑尼亚",
+ "bn": "তানজানিয়া"
+ }
+ },
+ {
+ "value": "Thailand",
+ "text": {
+ "ar": "تايلاند",
+ "es": "Tailandia",
+ "fr": "Thaïlande",
+ "hi": "थाईलैंड",
+ "ja": "タイ",
+ "pt": "Tailândia",
+ "ru": "Таиланд",
+ "zh": "泰国",
+ "bn": "থাইল্যান্ড"
+ }
+ },
+ {
+ "value": "Togo",
+ "text": {
+ "ar": "توغو",
+ "es": "Togo",
+ "fr": "Togo",
+ "hi": "टोगो",
+ "ja": "トーゴ",
+ "pt": "Togo",
+ "ru": "Того",
+ "zh": "多哥",
+ "bn": "টোগো"
+ }
+ },
+ {
+ "value": "Tonga",
+ "text": {
+ "ar": "تونغا",
+ "es": "Tonga",
+ "fr": "Tonga",
+ "hi": "टोंगा",
+ "ja": "トンガ",
+ "pt": "Tonga",
+ "ru": "Тонга",
+ "zh": "汤加",
+ "bn": "টোঙ্গা"
+ }
+ },
+ {
+ "value": "Trinidad and Tobago",
+ "text": {
+ "ar": "ترنداد وتوباجو",
+ "es": "Trinidad y Tobago",
+ "fr": "Trinité-et-Tobago",
+ "hi": "त्रिनिदाद और टोबैगो",
+ "ja": "トリニダード・トバゴ",
+ "pt": "Trinidad e Tobago",
+ "ru": "Тринидад и Тобаго",
+ "zh": "特立尼达和多巴哥",
+ "bn": "ত্রিনিদাদ ও টোবাগো"
+ }
+ },
+ {
+ "value": "Tunisia",
+ "text": {
+ "ar": "تونس",
+ "es": "Túnez",
+ "fr": "Tunisie",
+ "hi": "ट्यूनीशिया",
+ "ja": "チュニジア",
+ "pt": "Tunísia",
+ "ru": "Тунис",
+ "zh": "突尼斯",
+ "bn": "টিউনিসিয়া"
+ }
+ },
+ {
+ "value": "Turkey",
+ "text": {
+ "ar": "تركيا",
+ "es": "Turquía",
+ "fr": "Turquie",
+ "hi": "तुर्कस्तान",
+ "ja": "トルコ",
+ "pt": "Turquia",
+ "ru": "Турция",
+ "zh": "土耳其",
+ "bn": "তুর্কি"
+ }
+ },
+ {
+ "value": "Turkmenistan",
+ "text": {
+ "ar": "تركمانستان",
+ "es": "Turkmenistán",
+ "fr": "Turkménistan",
+ "hi": "तुर्कमेनिस्तान",
+ "ja": "トルクメニスタン",
+ "pt": "Turquemenistão",
+ "ru": "Туркменистан",
+ "zh": "土库曼斯坦",
+ "bn": "তুর্কমেনিস্তান"
+ }
+ },
+ {
+ "value": "Tuvalu",
+ "text": {
+ "ar": "توفالو",
+ "es": "Tuvalu",
+ "fr": "Tuvalu",
+ "hi": "तुवालु",
+ "ja": "ツバル",
+ "pt": "Tuvalu",
+ "ru": "Тувалу",
+ "zh": "图瓦卢",
+ "bn": "টুভালু"
+ }
+ },
+ {
+ "value": "Uganda",
+ "text": {
+ "ar": "أوغندا",
+ "es": "Uganda",
+ "fr": "Ouganda",
+ "hi": "युगांडा",
+ "ja": "ウガンダ",
+ "pt": "Uganda",
+ "ru": "Уганда",
+ "zh": "乌干达",
+ "bn": "উগান্ডা"
+ }
+ },
+ {
+ "value": "Ukraine",
+ "text": {
+ "ar": "أوكرانيا",
+ "es": "Ucrania",
+ "fr": "Ukraine",
+ "hi": "यूक्रेन",
+ "ja": "ウクライナ",
+ "pt": "Ucrânia",
+ "ru": "Украина",
+ "zh": "乌克兰",
+ "bn": "ইউক্রেন"
+ }
+ },
+ {
+ "value": "United Arab Emirates",
+ "text": {
+ "ar": "الإمارات العربية المتحدة",
+ "es": "Emiratos Árabes Unidos",
+ "fr": "Émirats arabes unis",
+ "hi": "संयुक्त अरब अमीरात",
+ "ja": "アラブ首長国連邦",
+ "pt": "Emirados Árabes Unidos",
+ "ru": "Объединённые Арабские Эмираты",
+ "zh": "阿拉伯联合酋长国",
+ "bn": "সংযুক্ত আরব আমিরশাহি"
+ }
+ },
+ {
+ "value": "United Kingdom",
+ "text": {
+ "ar": "المملكة المتحدة",
+ "es": "Reino Unido",
+ "fr": "Royaume-Uni",
+ "hi": "युनाइटेड किंगडम",
+ "ja": "英国",
+ "pt": "Reino Unido",
+ "ru": "Великобритания",
+ "zh": "英国",
+ "bn": "যুক্তরাজ্য"
+ }
+ },
+ {
+ "value": "United States",
+ "text": {
+ "ar": "الولايات المتحدة الأمريكية",
+ "es": "Estados Unidos",
+ "fr": "États-Unis",
+ "hi": "संयुक्त राज्य",
+ "ja": "米国",
+ "pt": "Estados Unidos",
+ "ru": "США",
+ "zh": "美国",
+ "bn": "যুক্তরাষ্ট্র"
+ }
+ },
+ {
+ "value": "Uruguay",
+ "text": {
+ "ar": "اوروجواي",
+ "es": "Uruguay",
+ "fr": "Uruguay",
+ "hi": "उरुग्वे",
+ "ja": "ウルグアイ",
+ "pt": "Uruguai",
+ "ru": "Уругвай",
+ "zh": "乌拉圭",
+ "bn": "উরুগুয়ে"
+ }
+ },
+ {
+ "value": "Uzbekistan",
+ "text": {
+ "ar": "أوزبكستان",
+ "es": "Uzbekistán",
+ "fr": "Ouzbékistan",
+ "hi": "उज़्बेकिस्तान",
+ "ja": "ウズベキスタン",
+ "pt": "Uzbequistão",
+ "ru": "Узбекистан",
+ "zh": "乌兹别克斯坦",
+ "bn": "উজবেকিস্তান"
+ }
+ },
+ {
+ "value": "Vanuatu",
+ "text": {
+ "ar": "فانواتو",
+ "es": "Vanuatu",
+ "fr": "Vanuatu",
+ "hi": "वानुअतु",
+ "ja": "バヌアツ",
+ "pt": "Vanuatu",
+ "ru": "Вануату",
+ "zh": "瓦努阿图",
+ "bn": "ভানুয়াটু"
+ }
+ },
+ {
+ "value": "Vatican City",
+ "text": {
+ "ar": "الفاتيكان",
+ "es": "Ciudad del Vaticano",
+ "fr": "Vatican",
+ "hi": "वैटिकन शहर",
+ "ja": "バチカン市国",
+ "pt": "Cidade do Vaticano",
+ "ru": "Ватикан",
+ "zh": "梵蒂冈城",
+ "bn": "ভ্যাটিকান সিটি"
+ }
+ },
+ {
+ "value": "Venezuela",
+ "text": {
+ "ar": "فنزويلا",
+ "es": "Venezuela",
+ "fr": "Venezuela",
+ "hi": "वेनेज़ुएला",
+ "ja": "ベネズエラ",
+ "pt": "Venezuela",
+ "ru": "Венесуэла",
+ "zh": "委内瑞拉",
+ "bn": "ভেনিজুয়েলা"
+ }
+ },
+ {
+ "value": "Vietnam",
+ "text": {
+ "ar": "فيتنام",
+ "es": "Vietnam",
+ "fr": "Viêt Nam",
+ "hi": "वियतनाम",
+ "ja": "ベトナム",
+ "pt": "Vietname",
+ "ru": "Вьетнам",
+ "zh": "越南",
+ "bn": "ভিয়েতনাম"
+ }
+ },
+ {
+ "value": "Yemen",
+ "text": {
+ "ar": "اليمن",
+ "es": "Yemen",
+ "fr": "Yémen",
+ "hi": "यमन",
+ "ja": "イエメン",
+ "pt": "Iêmen",
+ "ru": "Йемен",
+ "zh": "也门",
+ "bn": "ইয়েমেন"
+ }
+ },
+ {
+ "value": "Zambia",
+ "text": {
+ "ar": "زامبيا",
+ "es": "Zambia",
+ "fr": "Zambie",
+ "hi": "ज़ाम्बिया",
+ "ja": "ザンビア",
+ "pt": "Zâmbia",
+ "ru": "Замбия",
+ "zh": "赞比亚",
+ "bn": "জাম্বিয়া"
+ }
+ },
+ {
+ "value": "Zimbabwe",
+ "text": {
+ "ar": "زيمبابوي",
+ "es": "Zimbabue",
+ "fr": "Zimbabwe",
+ "hi": "ज़िम्बाब्वे",
+ "ja": "ジンバブエ",
+ "pt": "Zimbábue",
+ "ru": "Зимбабве",
+ "zh": "津巴布韦",
+ "bn": "জিম্বাবোয়ে"
+ }
+ },
+ {
+ "value": "item1",
+ "text": {
+ "default": "Other",
+ "ar": "آخر",
+ "es": "Otro",
+ "fr": "Autre",
+ "hi": "दूसरा",
+ "ja": "他",
+ "pt": "Outro",
+ "ru": "Другой",
+ "zh": "其他",
+ "bn": "অন্যান্য"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "afghanistan residents",
+ "visibleIf": "{country_reside} = 'Afghanistan'",
+ "title": "Afghanistan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_afghanistan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_afghanistan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_afghanistan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_afghanistan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Afs)?",
+ "choices": [
+ "Less than 236,000",
+ "236,000 - 630,000",
+ "630,000 - 1,024,000",
+ "1,024,000 - 1,418,000",
+ "1,418,000 - 2,206,000",
+ "2,206,000 - 3,388,000",
+ "3,388,000 - 4,176,000",
+ "4,176,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "albania residents",
+ "visibleIf": "{country_reside} = 'Albania'",
+ "title": "Albania Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_albania",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_albania",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_albania",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_albania",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (L)?",
+ "choices": [
+ "Less than 292,000",
+ "292,000 - 777,000",
+ "777,000 - 1,263,000",
+ "1,263,000 - 1,749,000",
+ "1,749,000 - 2,720,000",
+ "2,720,000 - 4,177,000",
+ "4,177,000 - 5,148,000",
+ "5,148,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "algeria residents",
+ "visibleIf": "{country_reside} = 'Algeria'",
+ "title": "Algeria Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_algeria",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_algeria",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_algeria",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_algeria",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u062f.\u062c)?",
+ "choices": [
+ "Less than 545,000",
+ "545,000 - 1,452,000",
+ "1,452,000 - 2,358,000",
+ "2,358,000 - 3,265,000",
+ "3,265,000 - 5,078,000",
+ "5,078,000 - 7,799,000",
+ "7,799,000 - 9,612,000",
+ "9,612,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "andorra residents",
+ "visibleIf": "{country_reside} = 'Andorra'",
+ "title": "Andorra Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_andorra",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_andorra",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_andorra",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_andorra",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 13,000",
+ "13,000 - 31,000",
+ "31,000 - 50,000",
+ "50,000 - 69,000",
+ "69,000 - 107,000",
+ "107,000 - 163,000",
+ "163,000 - 200,000",
+ "200,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "angola residents",
+ "visibleIf": "{country_reside} = 'Angola'",
+ "title": "Angola Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_angola",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_angola",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_angola",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_angola",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Kz)?",
+ "choices": [
+ "Less than 793,000",
+ "793,000 - 2,118,000",
+ "2,118,000 - 3,443,000",
+ "3,443,000 - 4,767,000",
+ "4,767,000 - 7,417,000",
+ "7,417,000 - 11,391,000",
+ "11,391,000 - 14,040,000",
+ "14,040,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "antigua_and_barbuda residents",
+ "visibleIf": "{country_reside} = 'Antigua and Barbuda'",
+ "title": "Antigua and Barbuda Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_antigua_and_barbuda",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_antigua_and_barbuda",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_antigua_and_barbuda",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_antigua_and_barbuda",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 14,000",
+ "14,000 - 36,000",
+ "36,000 - 59,000",
+ "59,000 - 82,000",
+ "82,000 - 127,000",
+ "127,000 - 196,000",
+ "196,000 - 241,000",
+ "241,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "argentina residents",
+ "visibleIf": "{country_reside} = 'Argentina'",
+ "title": "Argentina Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_argentina",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_argentina",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_argentina",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_argentina",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 137,000",
+ "137,000 - 366,000",
+ "366,000 - 594,000",
+ "594,000 - 823,000",
+ "823,000 - 1,280,000",
+ "1,280,000 - 1,967,000",
+ "1,967,000 - 2,424,000",
+ "2,424,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "armenia residents",
+ "visibleIf": "{country_reside} = 'Armenia'",
+ "title": "Armenia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_armenia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_armenia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_armenia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_armenia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (AMD)?",
+ "choices": [
+ "Less than 2,352,000",
+ "2,352,000 - 6,269,000",
+ "6,269,000 - 10,186,000",
+ "10,186,000 - 14,102,000",
+ "14,102,000 - 21,936,000",
+ "21,936,000 - 33,686,000",
+ "33,686,000 - 41,520,000",
+ "41,520,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "australia residents",
+ "visibleIf": "{country_reside} = 'Australia'",
+ "title": "Australia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_australia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_australia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_australia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_australia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 23,000",
+ "23,000 - 61,000",
+ "61,000 - 99,000",
+ "99,000 - 138,000",
+ "138,000 - 214,000",
+ "214,000 - 329,000",
+ "329,000 - 405,000",
+ "405,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "austria residents",
+ "visibleIf": "{country_reside} = 'Austria'",
+ "title": "Austria Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_austria",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_austria",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_austria",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_austria",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 31,000",
+ "31,000 - 50,000",
+ "50,000 - 69,000",
+ "69,000 - 107,000",
+ "107,000 - 165,000",
+ "165,000 - 203,000",
+ "203,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "azerbaijan residents",
+ "visibleIf": "{country_reside} = 'Azerbaijan'",
+ "title": "Azerbaijan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_azerbaijan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_azerbaijan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_azerbaijan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_azerbaijan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (AZN)?",
+ "choices": [
+ "Less than 9,000",
+ "9,000 - 24,000",
+ "24,000 - 39,000",
+ "39,000 - 54,000",
+ "54,000 - 84,000",
+ "84,000 - 129,000",
+ "129,000 - 158,000",
+ "158,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bahamas residents",
+ "visibleIf": "{country_reside} = 'Bahamas'",
+ "title": "Bahamas Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bahamas",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bahamas",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bahamas",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bahamas",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (B$)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 32,000",
+ "32,000 - 51,000",
+ "51,000 - 71,000",
+ "71,000 - 110,000",
+ "110,000 - 170,000",
+ "170,000 - 209,000",
+ "209,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bahrain residents",
+ "visibleIf": "{country_reside} = 'Bahrain'",
+ "title": "Bahrain Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bahrain",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bahrain",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bahrain",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bahrain",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (.\u062f.\u0628)?",
+ "choices": [
+ "Less than 4,000",
+ "4,000 - 12,000",
+ "12,000 - 19,000",
+ "19,000 - 27,000",
+ "27,000 - 42,000",
+ "42,000 - 64,000",
+ "64,000 - 79,000",
+ "79,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bangladesh residents",
+ "visibleIf": "{country_reside} = 'Bangladesh'",
+ "title": "Bangladesh Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bangladesh",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bangladesh",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bangladesh",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bangladesh",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u09f3)?",
+ "choices": [
+ "Less than 79,000",
+ "79,000 - 210,000",
+ "210,000 - 342,000",
+ "342,000 - 473,000",
+ "473,000 - 735,000",
+ "735,000 - 1,129,000",
+ "1,129,000 - 1,392,000",
+ "1,392,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "barbados residents",
+ "visibleIf": "{country_reside} = 'Barbados'",
+ "title": "Barbados Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_barbados",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_barbados",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_barbados",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_barbados",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Bds$)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 26,000",
+ "26,000 - 43,000",
+ "43,000 - 59,000",
+ "59,000 - 92,000",
+ "92,000 - 141,000",
+ "141,000 - 174,000",
+ "174,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "belarus residents",
+ "visibleIf": "{country_reside} = 'Belarus'",
+ "title": "Belarus Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_belarus",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_belarus",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_belarus",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_belarus",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (BYN)?",
+ "choices": [
+ "Less than 9,000",
+ "9,000 - 24,000",
+ "24,000 - 39,000",
+ "39,000 - 53,000",
+ "53,000 - 83,000",
+ "83,000 - 128,000",
+ "128,000 - 157,000",
+ "157,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "belgium residents",
+ "visibleIf": "{country_reside} = 'Belgium'",
+ "title": "Belgium Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_belgium",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_belgium",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_belgium",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_belgium",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 23,000",
+ "23,000 - 51,000",
+ "51,000 - 80,000",
+ "80,000 - 109,000",
+ "109,000 - 167,000",
+ "167,000 - 253,000",
+ "253,000 - 311,000",
+ "311,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "belize residents",
+ "visibleIf": "{country_reside} = 'Belize'",
+ "title": "Belize Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_belize",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_belize",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_belize",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_belize",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (BZ$)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 32,000",
+ "32,000 - 52,000",
+ "52,000 - 71,000",
+ "71,000 - 111,000",
+ "111,000 - 170,000",
+ "170,000 - 210,000",
+ "210,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "benin residents",
+ "visibleIf": "{country_reside} = 'Benin'",
+ "title": "Benin Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_benin",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_benin",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_benin",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_benin",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,032,000",
+ "1,032,000 - 2,753,000",
+ "2,753,000 - 4,474,000",
+ "4,474,000 - 6,194,000",
+ "6,194,000 - 9,636,000",
+ "9,636,000 - 14,798,000",
+ "14,798,000 - 18,240,000",
+ "18,240,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bhutan residents",
+ "visibleIf": "{country_reside} = 'Bhutan'",
+ "title": "Bhutan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bhutan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bhutan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bhutan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bhutan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Nu.)?",
+ "choices": [
+ "Less than 113,000",
+ "113,000 - 301,000",
+ "301,000 - 489,000",
+ "489,000 - 677,000",
+ "677,000 - 1,053,000",
+ "1,053,000 - 1,616,000",
+ "1,616,000 - 1,992,000",
+ "1,992,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bolivia residents",
+ "visibleIf": "{country_reside} = 'Bolivia'",
+ "title": "Bolivia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bolivia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bolivia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bolivia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bolivia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Bs.)?",
+ "choices": [
+ "Less than 26,000",
+ "26,000 - 69,000",
+ "69,000 - 112,000",
+ "112,000 - 155,000",
+ "155,000 - 242,000",
+ "242,000 - 371,000",
+ "371,000 - 457,000",
+ "457,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bosnia_and_herzegovina residents",
+ "visibleIf": "{country_reside} = 'Bosnia and Herzegovina'",
+ "title": "Bosnia and Herzegovina Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bosnia_and_herzegovina",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bosnia_and_herzegovina",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bosnia_and_herzegovina",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bosnia_and_herzegovina",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (KM)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 19,000",
+ "19,000 - 30,000",
+ "30,000 - 42,000",
+ "42,000 - 65,000",
+ "65,000 - 100,000",
+ "100,000 - 124,000",
+ "124,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "botswana residents",
+ "visibleIf": "{country_reside} = 'Botswana'",
+ "title": "Botswana Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_botswana",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_botswana",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_botswana",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_botswana",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (P)?",
+ "choices": [
+ "Less than 36,000",
+ "36,000 - 95,000",
+ "95,000 - 154,000",
+ "154,000 - 214,000",
+ "214,000 - 332,000",
+ "332,000 - 510,000",
+ "510,000 - 629,000",
+ "629,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "brazil residents",
+ "visibleIf": "{country_reside} = 'Brazil'",
+ "title": "Brazil Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_brazil",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_brazil",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_brazil",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_brazil",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (R$)?",
+ "choices": [
+ "Less than 26,000",
+ "26,000 - 69,000",
+ "69,000 - 113,000",
+ "113,000 - 156,000",
+ "156,000 - 242,000",
+ "242,000 - 372,000",
+ "372,000 - 458,000",
+ "458,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "brunei residents",
+ "visibleIf": "{country_reside} = 'Brunei'",
+ "title": "Brunei Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_brunei",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_brunei",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_brunei",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_brunei",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (B$)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 26,000",
+ "26,000 - 42,000",
+ "42,000 - 59,000",
+ "59,000 - 91,000",
+ "91,000 - 140,000",
+ "140,000 - 173,000",
+ "173,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "bulgaria residents",
+ "visibleIf": "{country_reside} = 'Bulgaria'",
+ "title": "Bulgaria Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_bulgaria",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_bulgaria",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_bulgaria",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_bulgaria",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (BGN)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 27,000",
+ "27,000 - 43,000",
+ "43,000 - 60,000",
+ "60,000 - 93,000",
+ "93,000 - 143,000",
+ "143,000 - 176,000",
+ "176,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "burkina_faso residents",
+ "visibleIf": "{country_reside} = 'Burkina Faso'",
+ "title": "Burkina Faso Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_burkina_faso",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_burkina_faso",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_burkina_faso",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_burkina_faso",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,006,000",
+ "1,006,000 - 2,681,000",
+ "2,681,000 - 4,356,000",
+ "4,356,000 - 6,032,000",
+ "6,032,000 - 9,383,000",
+ "9,383,000 - 14,409,000",
+ "14,409,000 - 17,760,000",
+ "17,760,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "burundi residents",
+ "visibleIf": "{country_reside} = 'Burundi'",
+ "title": "Burundi Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_burundi",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_burundi",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_burundi",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_burundi",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (FBu)?",
+ "choices": [
+ "Less than 3,588,000",
+ "3,588,000 - 9,565,000",
+ "9,565,000 - 15,542,000",
+ "15,542,000 - 21,520,000",
+ "21,520,000 - 33,474,000",
+ "33,474,000 - 51,406,000",
+ "51,406,000 - 63,360,000",
+ "63,360,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "cabo_verde residents",
+ "visibleIf": "{country_reside} = 'Cabo Verde'",
+ "title": "Cabo Verde Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_cabo_verde",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_cabo_verde",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_cabo_verde",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_cabo_verde",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "cambodia residents",
+ "visibleIf": "{country_reside} = 'Cambodia'",
+ "title": "Cambodia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_cambodia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_cambodia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_cambodia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_cambodia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u17db)?",
+ "choices": [
+ "Less than 10,056,000",
+ "10,056,000 - 26,810,000",
+ "26,810,000 - 43,565,000",
+ "43,565,000 - 60,319,000",
+ "60,319,000 - 93,828,000",
+ "93,828,000 - 144,091,000",
+ "144,091,000 - 177,600,000",
+ "177,600,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "cameroon residents",
+ "visibleIf": "{country_reside} = 'Cameroon'",
+ "title": "Cameroon Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_cameroon",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_cameroon",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_cameroon",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_cameroon",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,392,000",
+ "1,392,000 - 3,713,000",
+ "3,713,000 - 6,034,000",
+ "6,034,000 - 8,354,000",
+ "8,354,000 - 12,996,000",
+ "12,996,000 - 19,958,000",
+ "19,958,000 - 24,600,000",
+ "24,600,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "canada residents",
+ "visibleIf": "{country_reside} = 'Canada'",
+ "title": "Canada Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_canada",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_canada",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_canada",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_canada",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 30,000",
+ "30,000 - 81,000",
+ "81,000 - 131,000",
+ "131,000 - 181,000",
+ "181,000 - 282,000",
+ "282,000 - 433,000",
+ "433,000 - 534,000",
+ "534,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "central_african_republic residents",
+ "visibleIf": "{country_reside} = 'Central African Republic'",
+ "title": "Central African Republic Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_central_african_republic",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_central_african_republic",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_central_african_republic",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_central_african_republic",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,308,000",
+ "1,308,000 - 3,493,000",
+ "3,493,000 - 5,678,000",
+ "5,678,000 - 7,864,000",
+ "7,864,000 - 12,234,000",
+ "12,234,000 - 18,790,000",
+ "18,790,000 - 23,160,000",
+ "23,160,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "chad residents",
+ "visibleIf": "{country_reside} = 'Chad'",
+ "title": "Chad Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_chad",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_chad",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_chad",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_chad",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,476,000",
+ "1,476,000 - 3,944,000",
+ "3,944,000 - 6,413,000",
+ "6,413,000 - 8,881,000",
+ "8,881,000 - 13,818,000",
+ "13,818,000 - 21,223,000",
+ "21,223,000 - 26,160,000",
+ "26,160,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "chile residents",
+ "visibleIf": "{country_reside} = 'Chile'",
+ "title": "Chile Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_chile",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_chile",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_chile",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_chile",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 5,676,000",
+ "5,676,000 - 15,116,000",
+ "15,116,000 - 24,557,000",
+ "24,557,000 - 33,997,000",
+ "33,997,000 - 52,878,000",
+ "52,878,000 - 81,199,000",
+ "81,199,000 - 100,080,000",
+ "100,080,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "china residents",
+ "visibleIf": "{country_reside} = 'China'",
+ "title": "China Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_china",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_china",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_china",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_china",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u00a5)?",
+ "choices": [
+ "Less than 89,000",
+ "89,000 - 237,000",
+ "237,000 - 386,000",
+ "386,000 - 534,000",
+ "534,000 - 830,000",
+ "830,000 - 1,275,000",
+ "1,275,000 - 1,572,000",
+ "1,572,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "colombia residents",
+ "visibleIf": "{country_reside} = 'Colombia'",
+ "title": "Colombia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_colombia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_colombia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_colombia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_colombia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Col$)?",
+ "choices": [
+ "Less than 14,280,000",
+ "14,280,000 - 37,932,000",
+ "37,932,000 - 61,584,000",
+ "61,584,000 - 85,236,000",
+ "85,236,000 - 132,540,000",
+ "132,540,000 - 203,496,000",
+ "203,496,000 - 250,800,000",
+ "250,800,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "comoros residents",
+ "visibleIf": "{country_reside} = 'Comoros'",
+ "title": "Comoros Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_comoros",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_comoros",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_comoros",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_comoros",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (KMF)?",
+ "choices": [
+ "Less than 916,000",
+ "916,000 - 2,444,000",
+ "2,444,000 - 3,972,000",
+ "3,972,000 - 5,501,000",
+ "5,501,000 - 8,558,000",
+ "8,558,000 - 13,143,000",
+ "13,143,000 - 16,200,000",
+ "16,200,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "congo residents",
+ "visibleIf": "{country_reside} = 'Congo'",
+ "title": "Congo Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_congo",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_congo",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_congo",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_congo",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 2,256,000",
+ "2,256,000 - 6,026,000",
+ "6,026,000 - 9,797,000",
+ "9,797,000 - 13,567,000",
+ "13,567,000 - 21,108,000",
+ "21,108,000 - 32,419,000",
+ "32,419,000 - 39,960,000",
+ "39,960,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "costa_rica residents",
+ "visibleIf": "{country_reside} = 'Costa Rica'",
+ "title": "Costa Rica Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_costa_rica",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_costa_rica",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_costa_rica",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_costa_rica",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20a1)?",
+ "choices": [
+ "Less than 7,164,000",
+ "7,164,000 - 19,048,000",
+ "19,048,000 - 30,931,000",
+ "30,931,000 - 42,815,000",
+ "42,815,000 - 66,582,000",
+ "66,582,000 - 102,233,000",
+ "102,233,000 - 126,000,000",
+ "126,000,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "croatia residents",
+ "visibleIf": "{country_reside} = 'Croatia'",
+ "title": "Croatia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_croatia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_croatia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_croatia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_croatia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (kn)?",
+ "choices": [
+ "Less than 45,000",
+ "45,000 - 120,000",
+ "120,000 - 195,000",
+ "195,000 - 270,000",
+ "270,000 - 420,000",
+ "420,000 - 646,000",
+ "646,000 - 796,000",
+ "796,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "cuba residents",
+ "visibleIf": "{country_reside} = 'Cuba'",
+ "title": "Cuba Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_cuba",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_cuba",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_cuba",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_cuba",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CUP)?",
+ "choices": [
+ "Less than 67,000",
+ "67,000 - 177,000",
+ "177,000 - 288,000",
+ "288,000 - 399,000",
+ "399,000 - 621,000",
+ "621,000 - 953,000",
+ "953,000 - 1,175,000",
+ "1,175,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "cyprus residents",
+ "visibleIf": "{country_reside} = 'Cyprus'",
+ "title": "Cyprus Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_cyprus",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_cyprus",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_cyprus",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_cyprus",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 18,000",
+ "18,000 - 28,000",
+ "28,000 - 39,000",
+ "39,000 - 61,000",
+ "61,000 - 94,000",
+ "94,000 - 116,000",
+ "116,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "czechia residents",
+ "visibleIf": "{country_reside} = 'Czechia'",
+ "title": "Czechia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_czechia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_czechia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_czechia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_czechia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (K\u010d)?",
+ "choices": [
+ "Less than 185,000",
+ "185,000 - 493,000",
+ "493,000 - 801,000",
+ "801,000 - 1,109,000",
+ "1,109,000 - 1,724,000",
+ "1,724,000 - 2,648,000",
+ "2,648,000 - 3,264,000",
+ "3,264,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "denmark residents",
+ "visibleIf": "{country_reside} = 'Denmark'",
+ "title": "Denmark Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_denmark",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_denmark",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_denmark",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_denmark",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Kr)?",
+ "choices": [
+ "Less than 124,000",
+ "124,000 - 328,000",
+ "328,000 - 533,000",
+ "533,000 - 738,000",
+ "738,000 - 1,148,000",
+ "1,148,000 - 1,762,000",
+ "1,762,000 - 2,172,000",
+ "2,172,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "djibouti residents",
+ "visibleIf": "{country_reside} = 'Djibouti'",
+ "title": "Djibouti Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_djibouti",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_djibouti",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_djibouti",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_djibouti",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Fdj)?",
+ "choices": [
+ "Less than 835,000",
+ "835,000 - 2,228,000",
+ "2,228,000 - 3,620,000",
+ "3,620,000 - 5,013,000",
+ "5,013,000 - 7,798,000",
+ "7,798,000 - 11,975,000",
+ "11,975,000 - 14,760,000",
+ "14,760,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "dominica residents",
+ "visibleIf": "{country_reside} = 'Dominica'",
+ "title": "Dominica Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_dominica",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_dominica",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_dominica",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_dominica",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 5,000",
+ "5,000 - 12,000",
+ "12,000 - 20,000",
+ "20,000 - 27,000",
+ "27,000 - 42,000",
+ "42,000 - 65,000",
+ "65,000 - 80,000",
+ "80,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "dominican_republic residents",
+ "visibleIf": "{country_reside} = 'Dominican Republic'",
+ "title": "Dominican Republic Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_dominican_republic",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_dominican_republic",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_dominican_republic",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_dominican_republic",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (RD$)?",
+ "choices": [
+ "Less than 60,000",
+ "60,000 - 161,000",
+ "161,000 - 261,000",
+ "261,000 - 362,000",
+ "362,000 - 562,000",
+ "562,000 - 864,000",
+ "864,000 - 1,064,000",
+ "1,064,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "east_timor__timor-leste_ residents",
+ "visibleIf": "{country_reside} = 'East Timor (Timor-Leste)'",
+ "title": "East Timor (Timor-Leste) Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_east_timor__timor-leste_",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_east_timor__timor-leste_",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_east_timor__timor-leste_",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_east_timor__timor-leste_",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "ecuador residents",
+ "visibleIf": "{country_reside} = 'Ecuador'",
+ "title": "Ecuador Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_ecuador",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_ecuador",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_ecuador",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_ecuador",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 4,000",
+ "4,000 - 11,000",
+ "11,000 - 18,000",
+ "18,000 - 25,000",
+ "25,000 - 39,000",
+ "39,000 - 59,000",
+ "59,000 - 73,000",
+ "73,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "egypt residents",
+ "visibleIf": "{country_reside} = 'Egypt'",
+ "title": "Egypt Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_egypt",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_egypt",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_egypt",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_egypt",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u00a3)?",
+ "choices": [
+ "Less than 28,000",
+ "28,000 - 74,000",
+ "74,000 - 121,000",
+ "121,000 - 168,000",
+ "168,000 - 261,000",
+ "261,000 - 400,000",
+ "400,000 - 493,000",
+ "493,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "el_salvador residents",
+ "visibleIf": "{country_reside} = 'El Salvador'",
+ "title": "El Salvador Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_el_salvador",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_el_salvador",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_el_salvador",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_el_salvador",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 5,000",
+ "5,000 - 14,000",
+ "14,000 - 22,000",
+ "22,000 - 31,000",
+ "31,000 - 48,000",
+ "48,000 - 74,000",
+ "74,000 - 91,000",
+ "91,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "equatorial_guinea residents",
+ "visibleIf": "{country_reside} = 'Equatorial Guinea'",
+ "title": "Equatorial Guinea Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_equatorial_guinea",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_equatorial_guinea",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_equatorial_guinea",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_equatorial_guinea",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,452,000",
+ "1,452,000 - 3,863,000",
+ "3,863,000 - 6,274,000",
+ "6,274,000 - 8,684,000",
+ "8,684,000 - 13,506,000",
+ "13,506,000 - 20,738,000",
+ "20,738,000 - 25,560,000",
+ "25,560,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "eritrea residents",
+ "visibleIf": "{country_reside} = 'Eritrea'",
+ "title": "Eritrea Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_eritrea",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_eritrea",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_eritrea",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_eritrea",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Nfa)?",
+ "choices": [
+ "Less than 21,000",
+ "21,000 - 55,000",
+ "55,000 - 90,000",
+ "90,000 - 124,000",
+ "124,000 - 193,000",
+ "193,000 - 297,000",
+ "297,000 - 366,000",
+ "366,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "estonia residents",
+ "visibleIf": "{country_reside} = 'Estonia'",
+ "title": "Estonia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_estonia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_estonia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_estonia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_estonia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 8,000",
+ "8,000 - 22,000",
+ "22,000 - 36,000",
+ "36,000 - 50,000",
+ "50,000 - 77,000",
+ "77,000 - 119,000",
+ "119,000 - 146,000",
+ "146,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "eswatini residents",
+ "visibleIf": "{country_reside} = 'Eswatini'",
+ "title": "Eswatini Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_eswatini",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_eswatini",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_eswatini",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_eswatini",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "ethiopia residents",
+ "visibleIf": "{country_reside} = 'Ethiopia'",
+ "title": "Ethiopia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_ethiopia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_ethiopia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_ethiopia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_ethiopia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Br)?",
+ "choices": [
+ "Less than 27,000",
+ "27,000 - 72,000",
+ "72,000 - 117,000",
+ "117,000 - 162,000",
+ "162,000 - 252,000",
+ "252,000 - 387,000",
+ "387,000 - 476,000",
+ "476,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "fiji residents",
+ "visibleIf": "{country_reside} = 'Fiji'",
+ "title": "Fiji Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_fiji",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_fiji",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_fiji",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_fiji",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (FJ$)?",
+ "choices": [
+ "Less than 15,000",
+ "15,000 - 39,000",
+ "39,000 - 63,000",
+ "63,000 - 88,000",
+ "88,000 - 136,000",
+ "136,000 - 209,000",
+ "209,000 - 258,000",
+ "258,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "finland residents",
+ "visibleIf": "{country_reside} = 'Finland'",
+ "title": "Finland Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_finland",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_finland",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_finland",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_finland",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 14,000",
+ "14,000 - 38,000",
+ "38,000 - 62,000",
+ "62,000 - 85,000",
+ "85,000 - 133,000",
+ "133,000 - 203,000",
+ "203,000 - 251,000",
+ "251,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "france residents",
+ "visibleIf": "{country_reside} = 'France'",
+ "title": "France Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_france",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_france",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_france",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_france",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 33,000",
+ "33,000 - 54,000",
+ "54,000 - 75,000",
+ "75,000 - 117,000",
+ "117,000 - 179,000",
+ "179,000 - 221,000",
+ "221,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "gabon residents",
+ "visibleIf": "{country_reside} = 'Gabon'",
+ "title": "Gabon Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_gabon",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_gabon",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_gabon",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_gabon",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,680,000",
+ "1,680,000 - 4,476,000",
+ "4,476,000 - 7,272,000",
+ "7,272,000 - 10,068,000",
+ "10,068,000 - 15,660,000",
+ "15,660,000 - 24,048,000",
+ "24,048,000 - 29,640,000",
+ "29,640,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "gambia residents",
+ "visibleIf": "{country_reside} = 'Gambia'",
+ "title": "Gambia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_gambia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_gambia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_gambia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_gambia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (D)?",
+ "choices": [
+ "Less than 48,000",
+ "48,000 - 129,000",
+ "129,000 - 209,000",
+ "209,000 - 289,000",
+ "289,000 - 450,000",
+ "450,000 - 691,000",
+ "691,000 - 852,000",
+ "852,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "georgia residents",
+ "visibleIf": "{country_reside} = 'Georgia'",
+ "title": "Georgia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_georgia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_georgia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_georgia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_georgia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (GEL)?",
+ "choices": [
+ "Less than 21,000",
+ "21,000 - 55,000",
+ "55,000 - 89,000",
+ "89,000 - 123,000",
+ "123,000 - 191,000",
+ "191,000 - 293,000",
+ "293,000 - 361,000",
+ "361,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "germany residents",
+ "visibleIf": "{country_reside} = 'Germany'",
+ "title": "Germany Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_germany",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_germany",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_germany",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_germany",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 31,000",
+ "31,000 - 50,000",
+ "50,000 - 69,000",
+ "69,000 - 108,000",
+ "108,000 - 166,000",
+ "166,000 - 204,000",
+ "204,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "ghana residents",
+ "visibleIf": "{country_reside} = 'Ghana'",
+ "title": "Ghana Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_ghana",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_ghana",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_ghana",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_ghana",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (GH\u20b5)?",
+ "choices": [
+ "Less than 15,000",
+ "15,000 - 41,000",
+ "41,000 - 67,000",
+ "67,000 - 92,000",
+ "92,000 - 143,000",
+ "143,000 - 220,000",
+ "220,000 - 271,000",
+ "271,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "greece residents",
+ "visibleIf": "{country_reside} = 'Greece'",
+ "title": "Greece Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_greece",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_greece",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_greece",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_greece",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 20,000",
+ "20,000 - 32,000",
+ "32,000 - 44,000",
+ "44,000 - 69,000",
+ "69,000 - 106,000",
+ "106,000 - 131,000",
+ "131,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "grenada residents",
+ "visibleIf": "{country_reside} = 'Grenada'",
+ "title": "Grenada Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_grenada",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_grenada",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_grenada",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_grenada",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 19,000",
+ "19,000 - 51,000",
+ "51,000 - 82,000",
+ "82,000 - 114,000",
+ "114,000 - 178,000",
+ "178,000 - 273,000",
+ "273,000 - 336,000",
+ "336,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "guatemala residents",
+ "visibleIf": "{country_reside} = 'Guatemala'",
+ "title": "Guatemala Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_guatemala",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_guatemala",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_guatemala",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_guatemala",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Q)?",
+ "choices": [
+ "Less than 32,000",
+ "32,000 - 85,000",
+ "85,000 - 138,000",
+ "138,000 - 191,000",
+ "191,000 - 297,000",
+ "297,000 - 456,000",
+ "456,000 - 562,000",
+ "562,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "guinea residents",
+ "visibleIf": "{country_reside} = 'Guinea'",
+ "title": "Guinea Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_guinea",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_guinea",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_guinea",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_guinea",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (FG)?",
+ "choices": [
+ "Less than 21,240,000",
+ "21,240,000 - 56,556,000",
+ "56,556,000 - 91,872,000",
+ "91,872,000 - 127,188,000",
+ "127,188,000 - 197,820,000",
+ "197,820,000 - 303,768,000",
+ "303,768,000 - 374,400,000",
+ "374,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "guinea-bissau residents",
+ "visibleIf": "{country_reside} = 'Guinea-Bissau'",
+ "title": "Guinea-Bissau Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_guinea-bissau",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_guinea-bissau",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_guinea-bissau",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_guinea-bissau",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,036,000",
+ "1,036,000 - 2,756,000",
+ "2,756,000 - 4,476,000",
+ "4,476,000 - 6,197,000",
+ "6,197,000 - 9,638,000",
+ "9,638,000 - 14,799,000",
+ "14,799,000 - 18,240,000",
+ "18,240,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "guyana residents",
+ "visibleIf": "{country_reside} = 'Guyana'",
+ "title": "Guyana Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_guyana",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_guyana",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_guyana",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_guyana",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (GY$)?",
+ "choices": [
+ "Less than 532,000",
+ "532,000 - 1,417,000",
+ "1,417,000 - 2,302,000",
+ "2,302,000 - 3,187,000",
+ "3,187,000 - 4,958,000",
+ "4,958,000 - 7,614,000",
+ "7,614,000 - 9,384,000",
+ "9,384,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "haiti residents",
+ "visibleIf": "{country_reside} = 'Haiti'",
+ "title": "Haiti Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_haiti",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_haiti",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_haiti",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_haiti",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (G)?",
+ "choices": [
+ "Less than 208,000",
+ "208,000 - 553,000",
+ "553,000 - 898,000",
+ "898,000 - 1,243,000",
+ "1,243,000 - 1,934,000",
+ "1,934,000 - 2,970,000",
+ "2,970,000 - 3,660,000",
+ "3,660,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "honduras residents",
+ "visibleIf": "{country_reside} = 'Honduras'",
+ "title": "Honduras Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_honduras",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_honduras",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_honduras",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_honduras",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (L)?",
+ "choices": [
+ "Less than 85,000",
+ "85,000 - 228,000",
+ "228,000 - 371,000",
+ "371,000 - 513,000",
+ "513,000 - 799,000",
+ "799,000 - 1,227,000",
+ "1,227,000 - 1,512,000",
+ "1,512,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "hungary residents",
+ "visibleIf": "{country_reside} = 'Hungary'",
+ "title": "Hungary Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_hungary",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_hungary",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_hungary",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_hungary",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Ft)?",
+ "choices": [
+ "Less than 1,500,000",
+ "1,500,000 - 3,990,000",
+ "3,990,000 - 6,480,000",
+ "6,480,000 - 8,970,000",
+ "8,970,000 - 13,950,000",
+ "13,950,000 - 21,420,000",
+ "21,420,000 - 26,400,000",
+ "26,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "iceland residents",
+ "visibleIf": "{country_reside} = 'Iceland'",
+ "title": "Iceland Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_iceland",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_iceland",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_iceland",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_iceland",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (kr)?",
+ "choices": [
+ "Less than 2,088,000",
+ "2,088,000 - 5,563,000",
+ "5,563,000 - 9,038,000",
+ "9,038,000 - 12,514,000",
+ "12,514,000 - 19,464,000",
+ "19,464,000 - 29,890,000",
+ "29,890,000 - 36,840,000",
+ "36,840,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "india residents",
+ "visibleIf": "{country_reside} = 'India'",
+ "title": "India Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_india",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_india",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_india",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_india",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20b9)?",
+ "choices": [
+ "Less than 97,000",
+ "97,000 - 259,000",
+ "259,000 - 421,000",
+ "421,000 - 583,000",
+ "583,000 - 906,000",
+ "906,000 - 1,392,000",
+ "1,392,000 - 1,716,000",
+ "1,716,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "indonesia residents",
+ "visibleIf": "{country_reside} = 'Indonesia'",
+ "title": "Indonesia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_indonesia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_indonesia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_indonesia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_indonesia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Rp)?",
+ "choices": [
+ "Less than 36,840,000",
+ "36,840,000 - 98,196,000",
+ "98,196,000 - 159,552,000",
+ "159,552,000 - 220,908,000",
+ "220,908,000 - 343,620,000",
+ "343,620,000 - 527,688,000",
+ "527,688,000 - 650,400,000",
+ "650,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "iran residents",
+ "visibleIf": "{country_reside} = 'Iran'",
+ "title": "Iran Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_iran",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_iran",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_iran",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_iran",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (IRR)?",
+ "choices": [
+ "Less than 135,600,000",
+ "135,600,000 - 362,040,000",
+ "362,040,000 - 588,480,000",
+ "588,480,000 - 814,920,000",
+ "814,920,000 - 1,267,800,000",
+ "1,267,800,000 - 1,947,120,000",
+ "1,947,120,000 - 2,400,000,000",
+ "2,400,000,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "iraq residents",
+ "visibleIf": "{country_reside} = 'Iraq'",
+ "title": "Iraq Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_iraq",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_iraq",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_iraq",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_iraq",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u062f.\u0639)?",
+ "choices": [
+ "Less than 6,216,000",
+ "6,216,000 - 16,574,000",
+ "16,574,000 - 26,933,000",
+ "26,933,000 - 37,291,000",
+ "37,291,000 - 58,008,000",
+ "58,008,000 - 89,083,000",
+ "89,083,000 - 109,800,000",
+ "109,800,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "ireland residents",
+ "visibleIf": "{country_reside} = 'Ireland'",
+ "title": "Ireland Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_ireland",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_ireland",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_ireland",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_ireland",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 26,000",
+ "26,000 - 42,000",
+ "42,000 - 58,000",
+ "58,000 - 91,000",
+ "91,000 - 140,000",
+ "140,000 - 172,000",
+ "172,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "israel residents",
+ "visibleIf": "{country_reside} = 'Israel'",
+ "title": "Israel Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_israel",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_israel",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_israel",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_israel",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20aa)?",
+ "choices": [
+ "Less than 48,000",
+ "48,000 - 129,000",
+ "129,000 - 209,000",
+ "209,000 - 290,000",
+ "290,000 - 451,000",
+ "451,000 - 693,000",
+ "693,000 - 854,000",
+ "854,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "italy residents",
+ "visibleIf": "{country_reside} = 'Italy'",
+ "title": "Italy Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_italy",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_italy",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_italy",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_italy",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 11,000",
+ "11,000 - 29,000",
+ "29,000 - 48,000",
+ "48,000 - 66,000",
+ "66,000 - 103,000",
+ "103,000 - 159,000",
+ "159,000 - 196,000",
+ "196,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "jamaica residents",
+ "visibleIf": "{country_reside} = 'Jamaica'",
+ "title": "Jamaica Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_jamaica",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_jamaica",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_jamaica",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_jamaica",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (J$)?",
+ "choices": [
+ "Less than 293,000",
+ "293,000 - 780,000",
+ "780,000 - 1,266,000",
+ "1,266,000 - 1,753,000",
+ "1,753,000 - 2,726,000",
+ "2,726,000 - 4,187,000",
+ "4,187,000 - 5,160,000",
+ "5,160,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "japan residents",
+ "visibleIf": "{country_reside} = 'Japan'",
+ "title": "Japan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_japan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_japan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_japan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_japan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u00a5)?",
+ "choices": [
+ "Less than 1,560,000",
+ "1,560,000 - 4,164,000",
+ "4,164,000 - 6,768,000",
+ "6,768,000 - 9,372,000",
+ "9,372,000 - 14,580,000",
+ "14,580,000 - 22,392,000",
+ "22,392,000 - 27,600,000",
+ "27,600,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "jordan residents",
+ "visibleIf": "{country_reside} = 'Jordan'",
+ "title": "Jordan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_jordan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_jordan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_jordan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_jordan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (JOD)?",
+ "choices": [
+ "Less than 5,000",
+ "5,000 - 13,000",
+ "13,000 - 21,000",
+ "21,000 - 29,000",
+ "29,000 - 46,000",
+ "46,000 - 70,000",
+ "70,000 - 86,000",
+ "86,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kazakhstan residents",
+ "visibleIf": "{country_reside} = 'Kazakhstan'",
+ "title": "Kazakhstan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kazakhstan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kazakhstan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kazakhstan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kazakhstan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (T)?",
+ "choices": [
+ "Less than 1,175,000",
+ "1,175,000 - 3,133,000",
+ "3,133,000 - 5,092,000",
+ "5,092,000 - 7,050,000",
+ "7,050,000 - 10,967,000",
+ "10,967,000 - 16,843,000",
+ "16,843,000 - 20,760,000",
+ "20,760,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kenya residents",
+ "visibleIf": "{country_reside} = 'Kenya'",
+ "title": "Kenya Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kenya",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kenya",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kenya",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kenya",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (KSh)?",
+ "choices": [
+ "Less than 445,000",
+ "445,000 - 1,188,000",
+ "1,188,000 - 1,931,000",
+ "1,931,000 - 2,673,000",
+ "2,673,000 - 4,159,000",
+ "4,159,000 - 6,387,000",
+ "6,387,000 - 7,872,000",
+ "7,872,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kiribati residents",
+ "visibleIf": "{country_reside} = 'Kiribati'",
+ "title": "Kiribati Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kiribati",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kiribati",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kiribati",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kiribati",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 31,000",
+ "31,000 - 51,000",
+ "51,000 - 71,000",
+ "71,000 - 110,000",
+ "110,000 - 168,000",
+ "168,000 - 208,000",
+ "208,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "korea__north residents",
+ "visibleIf": "{country_reside} = 'Korea, North'",
+ "title": "Korea, North Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_korea__north",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_korea__north",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_korea__north",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_korea__north",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (W)?",
+ "choices": [
+ "Less than 589,000",
+ "589,000 - 1,571,000",
+ "1,571,000 - 2,552,000",
+ "2,552,000 - 3,534,000",
+ "3,534,000 - 5,497,000",
+ "5,497,000 - 8,441,000",
+ "8,441,000 - 10,404,000",
+ "10,404,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "korea__south residents",
+ "visibleIf": "{country_reside} = 'Korea, South'",
+ "title": "Korea, South Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_korea__south",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_korea__south",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_korea__south",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_korea__south",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (W)?",
+ "choices": [
+ "Less than 11,796,000",
+ "11,796,000 - 31,496,000",
+ "31,496,000 - 51,197,000",
+ "51,197,000 - 70,897,000",
+ "70,897,000 - 110,298,000",
+ "110,298,000 - 169,399,000",
+ "169,399,000 - 208,800,000",
+ "208,800,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kosovo residents",
+ "visibleIf": "{country_reside} = 'Kosovo'",
+ "title": "Kosovo Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kosovo",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kosovo",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kosovo",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kosovo",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kuwait residents",
+ "visibleIf": "{country_reside} = 'Kuwait'",
+ "title": "Kuwait Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kuwait",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kuwait",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kuwait",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kuwait",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (KWD)?",
+ "choices": [
+ "Less than 4,000",
+ "4,000 - 10,000",
+ "10,000 - 17,000",
+ "17,000 - 23,000",
+ "23,000 - 36,000",
+ "36,000 - 55,000",
+ "55,000 - 68,000",
+ "68,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "kyrgyzstan residents",
+ "visibleIf": "{country_reside} = 'Kyrgyzstan'",
+ "title": "Kyrgyzstan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_kyrgyzstan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_kyrgyzstan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_kyrgyzstan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_kyrgyzstan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u0441\u043e\u043c)?",
+ "choices": [
+ "Less than 59,000",
+ "59,000 - 158,000",
+ "158,000 - 256,000",
+ "256,000 - 354,000",
+ "354,000 - 551,000",
+ "551,000 - 846,000",
+ "846,000 - 1,043,000",
+ "1,043,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "laos residents",
+ "visibleIf": "{country_reside} = 'Laos'",
+ "title": "Laos Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_laos",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_laos",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_laos",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_laos",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (KN)?",
+ "choices": [
+ "Less than 13,800,000",
+ "13,800,000 - 36,780,000",
+ "36,780,000 - 59,760,000",
+ "59,760,000 - 82,740,000",
+ "82,740,000 - 128,700,000",
+ "128,700,000 - 197,640,000",
+ "197,640,000 - 243,600,000",
+ "243,600,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "latvia residents",
+ "visibleIf": "{country_reside} = 'Latvia'",
+ "title": "Latvia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_latvia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_latvia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_latvia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_latvia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Ls)?",
+ "choices": [
+ "Less than 4,000",
+ "4,000 - 11,000",
+ "11,000 - 17,000",
+ "17,000 - 24,000",
+ "24,000 - 37,000",
+ "37,000 - 57,000",
+ "57,000 - 70,000",
+ "70,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "lebanon residents",
+ "visibleIf": "{country_reside} = 'Lebanon'",
+ "title": "Lebanon Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_lebanon",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_lebanon",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_lebanon",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_lebanon",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u00a3)?",
+ "choices": [
+ "Less than 39,480,000",
+ "39,480,000 - 105,252,000",
+ "105,252,000 - 171,024,000",
+ "171,024,000 - 236,796,000",
+ "236,796,000 - 368,340,000",
+ "368,340,000 - 565,656,000",
+ "565,656,000 - 697,200,000",
+ "697,200,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "lesotho residents",
+ "visibleIf": "{country_reside} = 'Lesotho'",
+ "title": "Lesotho Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_lesotho",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_lesotho",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_lesotho",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_lesotho",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (M)?",
+ "choices": [
+ "Less than 36,000",
+ "36,000 - 95,000",
+ "95,000 - 154,000",
+ "154,000 - 214,000",
+ "214,000 - 332,000",
+ "332,000 - 510,000",
+ "510,000 - 629,000",
+ "629,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "liberia residents",
+ "visibleIf": "{country_reside} = 'Liberia'",
+ "title": "Liberia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_liberia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_liberia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_liberia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_liberia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (L$)?",
+ "choices": [
+ "Less than 218,000",
+ "218,000 - 581,000",
+ "581,000 - 943,000",
+ "943,000 - 1,305,000",
+ "1,305,000 - 2,029,000",
+ "2,029,000 - 3,116,000",
+ "3,116,000 - 3,840,000",
+ "3,840,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "libya residents",
+ "visibleIf": "{country_reside} = 'Libya'",
+ "title": "Libya Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_libya",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_libya",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_libya",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_libya",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (LD)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 19,000",
+ "19,000 - 30,000",
+ "30,000 - 42,000",
+ "42,000 - 65,000",
+ "65,000 - 99,000",
+ "99,000 - 122,000",
+ "122,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "liechtenstein residents",
+ "visibleIf": "{country_reside} = 'Liechtenstein'",
+ "title": "Liechtenstein Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_liechtenstein",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_liechtenstein",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_liechtenstein",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_liechtenstein",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Fr.)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 43,000",
+ "43,000 - 70,000",
+ "70,000 - 97,000",
+ "97,000 - 150,000",
+ "150,000 - 231,000",
+ "231,000 - 284,000",
+ "284,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "lithuania residents",
+ "visibleIf": "{country_reside} = 'Lithuania'",
+ "title": "Lithuania Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_lithuania",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_lithuania",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_lithuania",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_lithuania",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Lt)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 26,000",
+ "26,000 - 43,000",
+ "43,000 - 60,000",
+ "60,000 - 93,000",
+ "93,000 - 142,000",
+ "142,000 - 175,000",
+ "175,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "luxembourg residents",
+ "visibleIf": "{country_reside} = 'Luxembourg'",
+ "title": "Luxembourg Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_luxembourg",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_luxembourg",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_luxembourg",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_luxembourg",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 15,000",
+ "15,000 - 40,000",
+ "40,000 - 64,000",
+ "64,000 - 89,000",
+ "89,000 - 139,000",
+ "139,000 - 213,000",
+ "213,000 - 263,000",
+ "263,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "madagascar residents",
+ "visibleIf": "{country_reside} = 'Madagascar'",
+ "title": "Madagascar Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_madagascar",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_madagascar",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_madagascar",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_madagascar",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (FMG)?",
+ "choices": [
+ "Less than 3,996,000",
+ "3,996,000 - 10,640,000",
+ "10,640,000 - 17,285,000",
+ "17,285,000 - 23,929,000",
+ "23,929,000 - 37,218,000",
+ "37,218,000 - 57,151,000",
+ "57,151,000 - 70,440,000",
+ "70,440,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "malawi residents",
+ "visibleIf": "{country_reside} = 'Malawi'",
+ "title": "Malawi Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_malawi",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_malawi",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_malawi",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_malawi",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (MK)?",
+ "choices": [
+ "Less than 499,000",
+ "499,000 - 1,330,000",
+ "1,330,000 - 2,161,000",
+ "2,161,000 - 2,992,000",
+ "2,992,000 - 4,654,000",
+ "4,654,000 - 7,146,000",
+ "7,146,000 - 8,808,000",
+ "8,808,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "malaysia residents",
+ "visibleIf": "{country_reside} = 'Malaysia'",
+ "title": "Malaysia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_malaysia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_malaysia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_malaysia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_malaysia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (RM)?",
+ "choices": [
+ "Less than 20,000",
+ "20,000 - 53,000",
+ "53,000 - 87,000",
+ "87,000 - 120,000",
+ "120,000 - 186,000",
+ "186,000 - 286,000",
+ "286,000 - 353,000",
+ "353,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "maldives residents",
+ "visibleIf": "{country_reside} = 'Maldives'",
+ "title": "Maldives Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_maldives",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_maldives",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_maldives",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_maldives",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Rf)?",
+ "choices": [
+ "Less than 58,000",
+ "58,000 - 155,000",
+ "155,000 - 251,000",
+ "251,000 - 348,000",
+ "348,000 - 541,000",
+ "541,000 - 830,000",
+ "830,000 - 1,024,000",
+ "1,024,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mali residents",
+ "visibleIf": "{country_reside} = 'Mali'",
+ "title": "Mali Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mali",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mali",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mali",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mali",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,002,000",
+ "1,002,000 - 2,666,000",
+ "2,666,000 - 4,330,000",
+ "4,330,000 - 5,993,000",
+ "5,993,000 - 9,321,000",
+ "9,321,000 - 14,312,000",
+ "14,312,000 - 17,640,000",
+ "17,640,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "malta residents",
+ "visibleIf": "{country_reside} = 'Malta'",
+ "title": "Malta Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_malta",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_malta",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_malta",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_malta",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 14,000",
+ "14,000 - 37,000",
+ "37,000 - 61,000",
+ "61,000 - 84,000",
+ "84,000 - 131,000",
+ "131,000 - 201,000",
+ "201,000 - 247,000",
+ "247,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "marshall_islands residents",
+ "visibleIf": "{country_reside} = 'Marshall Islands'",
+ "title": "Marshall Islands Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_marshall_islands",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_marshall_islands",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_marshall_islands",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_marshall_islands",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 18,000",
+ "18,000 - 30,000",
+ "30,000 - 41,000",
+ "41,000 - 64,000",
+ "64,000 - 98,000",
+ "98,000 - 121,000",
+ "121,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mauritania residents",
+ "visibleIf": "{country_reside} = 'Mauritania'",
+ "title": "Mauritania Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mauritania",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mauritania",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mauritania",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mauritania",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (UM)?",
+ "choices": [
+ "Less than 60,000",
+ "60,000 - 161,000",
+ "161,000 - 261,000",
+ "261,000 - 362,000",
+ "362,000 - 562,000",
+ "562,000 - 864,000",
+ "864,000 - 1,064,000",
+ "1,064,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mauritius residents",
+ "visibleIf": "{country_reside} = 'Mauritius'",
+ "title": "Mauritius Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mauritius",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mauritius",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mauritius",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mauritius",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Rs)?",
+ "choices": [
+ "Less than 140,000",
+ "140,000 - 375,000",
+ "375,000 - 609,000",
+ "609,000 - 843,000",
+ "843,000 - 1,312,000",
+ "1,312,000 - 2,015,000",
+ "2,015,000 - 2,484,000",
+ "2,484,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mexico residents",
+ "visibleIf": "{country_reside} = 'Mexico'",
+ "title": "Mexico Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mexico",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mexico",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mexico",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mexico",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 101,000",
+ "101,000 - 268,000",
+ "268,000 - 436,000",
+ "436,000 - 603,000",
+ "603,000 - 938,000",
+ "938,000 - 1,441,000",
+ "1,441,000 - 1,776,000",
+ "1,776,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "micronesia residents",
+ "visibleIf": "{country_reside} = 'Micronesia'",
+ "title": "Micronesia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_micronesia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_micronesia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_micronesia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_micronesia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 4,000",
+ "4,000 - 11,000",
+ "11,000 - 19,000",
+ "19,000 - 26,000",
+ "26,000 - 40,000",
+ "40,000 - 61,000",
+ "61,000 - 75,000",
+ "75,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "moldova residents",
+ "visibleIf": "{country_reside} = 'Moldova'",
+ "title": "Moldova Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_moldova",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_moldova",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_moldova",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_moldova",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (MDL)?",
+ "choices": [
+ "Less than 81,000",
+ "81,000 - 216,000",
+ "216,000 - 350,000",
+ "350,000 - 485,000",
+ "485,000 - 754,000",
+ "754,000 - 1,159,000",
+ "1,159,000 - 1,428,000",
+ "1,428,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "monaco residents",
+ "visibleIf": "{country_reside} = 'Monaco'",
+ "title": "Monaco Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_monaco",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_monaco",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_monaco",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_monaco",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 36,000",
+ "36,000 - 55,000",
+ "55,000 - 75,000",
+ "75,000 - 115,000",
+ "115,000 - 175,000",
+ "175,000 - 215,000",
+ "215,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mongolia residents",
+ "visibleIf": "{country_reside} = 'Mongolia'",
+ "title": "Mongolia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mongolia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mongolia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mongolia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mongolia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ae)?",
+ "choices": [
+ "Less than 5,928,000",
+ "5,928,000 - 15,787,000",
+ "15,787,000 - 25,646,000",
+ "25,646,000 - 35,506,000",
+ "35,506,000 - 55,224,000",
+ "55,224,000 - 84,802,000",
+ "84,802,000 - 104,520,000",
+ "104,520,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "montenegro residents",
+ "visibleIf": "{country_reside} = 'Montenegro'",
+ "title": "Montenegro Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_montenegro",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_montenegro",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_montenegro",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_montenegro",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 8,000",
+ "8,000 - 22,000",
+ "22,000 - 35,000",
+ "35,000 - 49,000",
+ "49,000 - 75,000",
+ "75,000 - 116,000",
+ "116,000 - 143,000",
+ "143,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "morocco residents",
+ "visibleIf": "{country_reside} = 'Morocco'",
+ "title": "Morocco Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_morocco",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_morocco",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_morocco",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_morocco",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (MAD)?",
+ "choices": [
+ "Less than 59,000",
+ "59,000 - 157,000",
+ "157,000 - 255,000",
+ "255,000 - 353,000",
+ "353,000 - 550,000",
+ "550,000 - 844,000",
+ "844,000 - 1,040,000",
+ "1,040,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "mozambique residents",
+ "visibleIf": "{country_reside} = 'Mozambique'",
+ "title": "Mozambique Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_mozambique",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_mozambique",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_mozambique",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_mozambique",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (MT)?",
+ "choices": [
+ "Less than 122,000",
+ "122,000 - 325,000",
+ "325,000 - 528,000",
+ "528,000 - 730,000",
+ "730,000 - 1,135,000",
+ "1,135,000 - 1,743,000",
+ "1,743,000 - 2,148,000",
+ "2,148,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "myanmar__burma_ residents",
+ "visibleIf": "{country_reside} = 'Myanmar (Burma)'",
+ "title": "Myanmar (Burma) Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_myanmar__burma_",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_myanmar__burma_",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_myanmar__burma_",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_myanmar__burma_",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "namibia residents",
+ "visibleIf": "{country_reside} = 'Namibia'",
+ "title": "Namibia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_namibia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_namibia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_namibia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_namibia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (N$)?",
+ "choices": [
+ "Less than 53,000",
+ "53,000 - 141,000",
+ "141,000 - 229,000",
+ "229,000 - 317,000",
+ "317,000 - 494,000",
+ "494,000 - 758,000",
+ "758,000 - 935,000",
+ "935,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "nauru residents",
+ "visibleIf": "{country_reside} = 'Nauru'",
+ "title": "Nauru Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_nauru",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_nauru",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_nauru",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_nauru",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "nepal residents",
+ "visibleIf": "{country_reside} = 'Nepal'",
+ "title": "Nepal Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_nepal",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_nepal",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_nepal",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_nepal",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (NRs)?",
+ "choices": [
+ "Less than 245,000",
+ "245,000 - 652,000",
+ "652,000 - 1,060,000",
+ "1,060,000 - 1,467,000",
+ "1,467,000 - 2,282,000",
+ "2,282,000 - 3,505,000",
+ "3,505,000 - 4,320,000",
+ "4,320,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "netherlands residents",
+ "visibleIf": "{country_reside} = 'Netherlands'",
+ "title": "Netherlands Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_netherlands",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_netherlands",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_netherlands",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_netherlands",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 40,000",
+ "40,000 - 64,000",
+ "64,000 - 88,000",
+ "88,000 - 136,000",
+ "136,000 - 208,000",
+ "208,000 - 256,000",
+ "256,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "new_zealand residents",
+ "visibleIf": "{country_reside} = 'New Zealand'",
+ "title": "New Zealand Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_new_zealand",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_new_zealand",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_new_zealand",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_new_zealand",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (NZ$)?",
+ "choices": [
+ "Less than 25,000",
+ "25,000 - 66,000",
+ "66,000 - 106,000",
+ "106,000 - 147,000",
+ "147,000 - 229,000",
+ "229,000 - 352,000",
+ "352,000 - 434,000",
+ "434,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "nicaragua residents",
+ "visibleIf": "{country_reside} = 'Nicaragua'",
+ "title": "Nicaragua Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_nicaragua",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_nicaragua",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_nicaragua",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_nicaragua",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (C$)?",
+ "choices": [
+ "Less than 57,000",
+ "57,000 - 153,000",
+ "153,000 - 249,000",
+ "249,000 - 344,000",
+ "344,000 - 536,000",
+ "536,000 - 823,000",
+ "823,000 - 1,014,000",
+ "1,014,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "niger residents",
+ "visibleIf": "{country_reside} = 'Niger'",
+ "title": "Niger Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_niger",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_niger",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_niger",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_niger",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,027,000",
+ "1,027,000 - 2,736,000",
+ "2,736,000 - 4,446,000",
+ "4,446,000 - 6,155,000",
+ "6,155,000 - 9,574,000",
+ "9,574,000 - 14,701,000",
+ "14,701,000 - 18,120,000",
+ "18,120,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "nigeria residents",
+ "visibleIf": "{country_reside} = 'Nigeria'",
+ "title": "Nigeria Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_nigeria",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_nigeria",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_nigeria",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_nigeria",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20a6)?",
+ "choices": [
+ "Less than 1,028,000",
+ "1,028,000 - 2,738,000",
+ "2,738,000 - 4,447,000",
+ "4,447,000 - 6,156,000",
+ "6,156,000 - 9,574,000",
+ "9,574,000 - 14,702,000",
+ "14,702,000 - 18,120,000",
+ "18,120,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "north_macedonia__formerly_macedonia_ residents",
+ "visibleIf": "{country_reside} = 'North Macedonia (formerly Macedonia)'",
+ "title": "North Macedonia (formerly Macedonia) Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_north_macedonia__formerly_macedonia_",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_north_macedonia__formerly_macedonia_",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_north_macedonia__formerly_macedonia_",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_north_macedonia__formerly_macedonia_",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "norway residents",
+ "visibleIf": "{country_reside} = 'Norway'",
+ "title": "Norway Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_norway",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_norway",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_norway",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_norway",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (kr)?",
+ "choices": [
+ "Less than 155,000",
+ "155,000 - 412,000",
+ "412,000 - 670,000",
+ "670,000 - 927,000",
+ "927,000 - 1,442,000",
+ "1,442,000 - 2,215,000",
+ "2,215,000 - 2,730,000",
+ "2,730,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "oman residents",
+ "visibleIf": "{country_reside} = 'Oman'",
+ "title": "Oman Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_oman",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_oman",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_oman",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_oman",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (OMR)?",
+ "choices": [
+ "Less than 5,000",
+ "5,000 - 14,000",
+ "14,000 - 23,000",
+ "23,000 - 32,000",
+ "32,000 - 50,000",
+ "50,000 - 77,000",
+ "77,000 - 95,000",
+ "95,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "pakistan residents",
+ "visibleIf": "{country_reside} = 'Pakistan'",
+ "title": "Pakistan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_pakistan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_pakistan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_pakistan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_pakistan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Rs.)?",
+ "choices": [
+ "Less than 248,000",
+ "248,000 - 662,000",
+ "662,000 - 1,075,000",
+ "1,075,000 - 1,488,000",
+ "1,488,000 - 2,314,000",
+ "2,314,000 - 3,554,000",
+ "3,554,000 - 4,380,000",
+ "4,380,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "palau residents",
+ "visibleIf": "{country_reside} = 'Palau'",
+ "title": "Palau Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_palau",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_palau",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_palau",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_palau",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 8,000",
+ "8,000 - 22,000",
+ "22,000 - 36,000",
+ "36,000 - 50,000",
+ "50,000 - 77,000",
+ "77,000 - 119,000",
+ "119,000 - 146,000",
+ "146,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "panama residents",
+ "visibleIf": "{country_reside} = 'Panama'",
+ "title": "Panama Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_panama",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_panama",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_panama",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_panama",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (B./)?",
+ "choices": [
+ "Less than 6,000",
+ "6,000 - 17,000",
+ "17,000 - 28,000",
+ "28,000 - 39,000",
+ "39,000 - 60,000",
+ "60,000 - 92,000",
+ "92,000 - 114,000",
+ "114,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "papua_new_guinea residents",
+ "visibleIf": "{country_reside} = 'Papua New Guinea'",
+ "title": "Papua New Guinea Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_papua_new_guinea",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_papua_new_guinea",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_papua_new_guinea",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_papua_new_guinea",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (K)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 33,000",
+ "33,000 - 54,000",
+ "54,000 - 75,000",
+ "75,000 - 116,000",
+ "116,000 - 178,000",
+ "178,000 - 220,000",
+ "220,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "paraguay residents",
+ "visibleIf": "{country_reside} = 'Paraguay'",
+ "title": "Paraguay Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_paraguay",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_paraguay",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_paraguay",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_paraguay",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20b2)?",
+ "choices": [
+ "Less than 24,960,000",
+ "24,960,000 - 66,504,000",
+ "66,504,000 - 108,048,000",
+ "108,048,000 - 149,592,000",
+ "149,592,000 - 232,680,000",
+ "232,680,000 - 357,312,000",
+ "357,312,000 - 440,400,000",
+ "440,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "peru residents",
+ "visibleIf": "{country_reside} = 'Peru'",
+ "title": "Peru Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_peru",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_peru",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_peru",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_peru",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (S/.)?",
+ "choices": [
+ "Less than 23,000",
+ "23,000 - 61,000",
+ "61,000 - 99,000",
+ "99,000 - 137,000",
+ "137,000 - 214,000",
+ "214,000 - 328,000",
+ "328,000 - 404,000",
+ "404,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "philippines residents",
+ "visibleIf": "{country_reside} = 'Philippines'",
+ "title": "Philippines Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_philippines",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_philippines",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_philippines",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_philippines",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20b1)?",
+ "choices": [
+ "Less than 136,000",
+ "136,000 - 361,000",
+ "361,000 - 586,000",
+ "586,000 - 811,000",
+ "811,000 - 1,262,000",
+ "1,262,000 - 1,938,000",
+ "1,938,000 - 2,388,000",
+ "2,388,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "poland residents",
+ "visibleIf": "{country_reside} = 'Poland'",
+ "title": "Poland Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_poland",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_poland",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_poland",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_poland",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (z\u0142)?",
+ "choices": [
+ "Less than 23,000",
+ "23,000 - 61,000",
+ "61,000 - 99,000",
+ "99,000 - 138,000",
+ "138,000 - 214,000",
+ "214,000 - 329,000",
+ "329,000 - 406,000",
+ "406,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "portugal residents",
+ "visibleIf": "{country_reside} = 'Portugal'",
+ "title": "Portugal Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_portugal",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_portugal",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_portugal",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_portugal",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 8,000",
+ "8,000 - 22,000",
+ "22,000 - 36,000",
+ "36,000 - 50,000",
+ "50,000 - 78,000",
+ "78,000 - 120,000",
+ "120,000 - 148,000",
+ "148,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "qatar residents",
+ "visibleIf": "{country_reside} = 'Qatar'",
+ "title": "Qatar Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_qatar",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_qatar",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_qatar",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_qatar",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (QR)?",
+ "choices": [
+ "Less than 48,000",
+ "48,000 - 127,000",
+ "127,000 - 206,000",
+ "206,000 - 285,000",
+ "285,000 - 444,000",
+ "444,000 - 682,000",
+ "682,000 - 840,000",
+ "840,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "romania residents",
+ "visibleIf": "{country_reside} = 'Romania'",
+ "title": "Romania Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_romania",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_romania",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_romania",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_romania",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (L)?",
+ "choices": [
+ "Less than 27,000",
+ "27,000 - 73,000",
+ "73,000 - 118,000",
+ "118,000 - 163,000",
+ "163,000 - 254,000",
+ "254,000 - 390,000",
+ "390,000 - 481,000",
+ "481,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "russia residents",
+ "visibleIf": "{country_reside} = 'Russia'",
+ "title": "Russia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_russia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_russia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_russia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_russia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20bd)?",
+ "choices": [
+ "Less than 314,000",
+ "314,000 - 839,000",
+ "839,000 - 1,363,000",
+ "1,363,000 - 1,887,000",
+ "1,887,000 - 2,935,000",
+ "2,935,000 - 4,508,000",
+ "4,508,000 - 5,556,000",
+ "5,556,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "rwanda residents",
+ "visibleIf": "{country_reside} = 'Rwanda'",
+ "title": "Rwanda Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_rwanda",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_rwanda",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_rwanda",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_rwanda",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (FRw)?",
+ "choices": [
+ "Less than 2,100,000",
+ "2,100,000 - 5,598,000",
+ "5,598,000 - 9,096,000",
+ "9,096,000 - 12,594,000",
+ "12,594,000 - 19,590,000",
+ "19,590,000 - 30,084,000",
+ "30,084,000 - 37,080,000",
+ "37,080,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "saint_kitts_and_nevis residents",
+ "visibleIf": "{country_reside} = 'Saint Kitts and Nevis'",
+ "title": "Saint Kitts and Nevis Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_saint_kitts_and_nevis",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_saint_kitts_and_nevis",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_saint_kitts_and_nevis",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_saint_kitts_and_nevis",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 27,000",
+ "27,000 - 44,000",
+ "44,000 - 62,000",
+ "62,000 - 96,000",
+ "96,000 - 147,000",
+ "147,000 - 181,000",
+ "181,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "saint_lucia residents",
+ "visibleIf": "{country_reside} = 'Saint Lucia'",
+ "title": "Saint Lucia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_saint_lucia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_saint_lucia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_saint_lucia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_saint_lucia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 9,000",
+ "9,000 - 23,000",
+ "23,000 - 37,000",
+ "37,000 - 51,000",
+ "51,000 - 80,000",
+ "80,000 - 123,000",
+ "123,000 - 151,000",
+ "151,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "saint_vincent_and_the_grenadines residents",
+ "visibleIf": "{country_reside} = 'Saint Vincent and the Grenadines'",
+ "title": "Saint Vincent and the Grenadines Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_saint_vincent_and_the_grenadines",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_saint_vincent_and_the_grenadines",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_saint_vincent_and_the_grenadines",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_saint_vincent_and_the_grenadines",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (EC$)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 28,000",
+ "28,000 - 45,000",
+ "45,000 - 62,000",
+ "62,000 - 96,000",
+ "96,000 - 148,000",
+ "148,000 - 182,000",
+ "182,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "samoa residents",
+ "visibleIf": "{country_reside} = 'Samoa'",
+ "title": "Samoa Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_samoa",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_samoa",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_samoa",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_samoa",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (WS$)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 20,000",
+ "20,000 - 32,000",
+ "32,000 - 44,000",
+ "44,000 - 69,000",
+ "69,000 - 106,000",
+ "106,000 - 131,000",
+ "131,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "san_marino residents",
+ "visibleIf": "{country_reside} = 'San Marino'",
+ "title": "San Marino Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_san_marino",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_san_marino",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_san_marino",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_san_marino",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 14,000",
+ "14,000 - 37,000",
+ "37,000 - 60,000",
+ "60,000 - 83,000",
+ "83,000 - 129,000",
+ "129,000 - 198,000",
+ "198,000 - 244,000",
+ "244,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "sao_tome_and_principe residents",
+ "visibleIf": "{country_reside} = 'Sao Tome and Principe'",
+ "title": "Sao Tome and Principe Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_sao_tome_and_principe",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_sao_tome_and_principe",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_sao_tome_and_principe",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_sao_tome_and_principe",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Db)?",
+ "choices": [
+ "Less than 21,240,000",
+ "21,240,000 - 56,556,000",
+ "56,556,000 - 91,872,000",
+ "91,872,000 - 127,188,000",
+ "127,188,000 - 197,820,000",
+ "197,820,000 - 303,768,000",
+ "303,768,000 - 374,400,000",
+ "374,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "saudi_arabia residents",
+ "visibleIf": "{country_reside} = 'Saudi Arabia'",
+ "title": "Saudi Arabia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_saudi_arabia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_saudi_arabia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_saudi_arabia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_saudi_arabia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (SR)?",
+ "choices": [
+ "Less than 51,000",
+ "51,000 - 135,000",
+ "135,000 - 220,000",
+ "220,000 - 304,000",
+ "304,000 - 473,000",
+ "473,000 - 726,000",
+ "726,000 - 895,000",
+ "895,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "senegal residents",
+ "visibleIf": "{country_reside} = 'Senegal'",
+ "title": "Senegal Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_senegal",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_senegal",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_senegal",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_senegal",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (CFA)?",
+ "choices": [
+ "Less than 1,063,000",
+ "1,063,000 - 2,829,000",
+ "2,829,000 - 4,595,000",
+ "4,595,000 - 6,360,000",
+ "6,360,000 - 9,892,000",
+ "9,892,000 - 15,189,000",
+ "15,189,000 - 18,720,000",
+ "18,720,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "serbia residents",
+ "visibleIf": "{country_reside} = 'Serbia'",
+ "title": "Serbia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_serbia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_serbia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_serbia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_serbia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (din.)?",
+ "choices": [
+ "Less than 426,000",
+ "426,000 - 1,135,000",
+ "1,135,000 - 1,843,000",
+ "1,843,000 - 2,552,000",
+ "2,552,000 - 3,969,000",
+ "3,969,000 - 6,095,000",
+ "6,095,000 - 7,512,000",
+ "7,512,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "seychelles residents",
+ "visibleIf": "{country_reside} = 'Seychelles'",
+ "title": "Seychelles Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_seychelles",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_seychelles",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_seychelles",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_seychelles",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (SR)?",
+ "choices": [
+ "Less than 60,000",
+ "60,000 - 159,000",
+ "159,000 - 258,000",
+ "258,000 - 357,000",
+ "357,000 - 556,000",
+ "556,000 - 854,000",
+ "854,000 - 1,052,000",
+ "1,052,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "sierra_leone residents",
+ "visibleIf": "{country_reside} = 'Sierra Leone'",
+ "title": "Sierra Leone Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_sierra_leone",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_sierra_leone",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_sierra_leone",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_sierra_leone",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Le)?",
+ "choices": [
+ "Less than 17,280,000",
+ "17,280,000 - 46,152,000",
+ "46,152,000 - 75,024,000",
+ "75,024,000 - 103,896,000",
+ "103,896,000 - 161,640,000",
+ "161,640,000 - 248,256,000",
+ "248,256,000 - 306,000,000",
+ "306,000,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "singapore residents",
+ "visibleIf": "{country_reside} = 'Singapore'",
+ "title": "Singapore Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_singapore",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_singapore",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_singapore",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_singapore",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (S$)?",
+ "choices": [
+ "Less than 26,000",
+ "26,000 - 68,000",
+ "68,000 - 111,000",
+ "111,000 - 154,000",
+ "154,000 - 239,000",
+ "239,000 - 367,000",
+ "367,000 - 452,000",
+ "452,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "slovakia residents",
+ "visibleIf": "{country_reside} = 'Slovakia'",
+ "title": "Slovakia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_slovakia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_slovakia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_slovakia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_slovakia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 7,000",
+ "7,000 - 18,000",
+ "18,000 - 29,000",
+ "29,000 - 40,000",
+ "40,000 - 62,000",
+ "62,000 - 95,000",
+ "95,000 - 117,000",
+ "117,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "slovenia residents",
+ "visibleIf": "{country_reside} = 'Slovenia'",
+ "title": "Slovenia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_slovenia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_slovenia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_slovenia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_slovenia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 6,000",
+ "6,000 - 16,000",
+ "16,000 - 26,000",
+ "26,000 - 36,000",
+ "36,000 - 56,000",
+ "56,000 - 86,000",
+ "86,000 - 106,000",
+ "106,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "solomon_islands residents",
+ "visibleIf": "{country_reside} = 'Solomon Islands'",
+ "title": "Solomon Islands Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_solomon_islands",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_solomon_islands",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_solomon_islands",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_solomon_islands",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (SI$)?",
+ "choices": [
+ "Less than 19,000",
+ "19,000 - 51,000",
+ "51,000 - 83,000",
+ "83,000 - 115,000",
+ "115,000 - 179,000",
+ "179,000 - 276,000",
+ "276,000 - 340,000",
+ "340,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "somalia residents",
+ "visibleIf": "{country_reside} = 'Somalia'",
+ "title": "Somalia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_somalia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_somalia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_somalia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_somalia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Sh.)?",
+ "choices": [
+ "Less than 787,000",
+ "787,000 - 2,100,000",
+ "2,100,000 - 3,414,000",
+ "3,414,000 - 4,727,000",
+ "4,727,000 - 7,354,000",
+ "7,354,000 - 11,293,000",
+ "11,293,000 - 13,920,000",
+ "13,920,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "south_africa residents",
+ "visibleIf": "{country_reside} = 'South Africa'",
+ "title": "South Africa Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_south_africa",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_south_africa",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_south_africa",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_south_africa",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (R)?",
+ "choices": [
+ "Less than 95,000",
+ "95,000 - 252,000",
+ "252,000 - 409,000",
+ "409,000 - 567,000",
+ "567,000 - 881,000",
+ "881,000 - 1,353,000",
+ "1,353,000 - 1,668,000",
+ "1,668,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "south_sudan residents",
+ "visibleIf": "{country_reside} = 'South Sudan'",
+ "title": "South Sudan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_south_sudan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_south_sudan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_south_sudan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_south_sudan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "spain residents",
+ "visibleIf": "{country_reside} = 'Spain'",
+ "title": "Spain Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_spain",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_spain",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_spain",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_spain",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ac)?",
+ "choices": [
+ "Less than 10,000",
+ "10,000 - 23,000",
+ "23,000 - 35,000",
+ "35,000 - 48,000",
+ "48,000 - 73,000",
+ "73,000 - 111,000",
+ "111,000 - 137,000",
+ "137,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "sri_lanka residents",
+ "visibleIf": "{country_reside} = 'Sri Lanka'",
+ "title": "Sri Lanka Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_sri_lanka",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_sri_lanka",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_sri_lanka",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_sri_lanka",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Rs)?",
+ "choices": [
+ "Less than 272,000",
+ "272,000 - 726,000",
+ "726,000 - 1,180,000",
+ "1,180,000 - 1,634,000",
+ "1,634,000 - 2,542,000",
+ "2,542,000 - 3,904,000",
+ "3,904,000 - 4,812,000",
+ "4,812,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "sudan residents",
+ "visibleIf": "{country_reside} = 'Sudan'",
+ "title": "Sudan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_sudan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_sudan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_sudan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_sudan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (SDG)?",
+ "choices": [
+ "Less than 111,000",
+ "111,000 - 295,000",
+ "295,000 - 480,000",
+ "480,000 - 664,000",
+ "664,000 - 1,033,000",
+ "1,033,000 - 1,587,000",
+ "1,587,000 - 1,956,000",
+ "1,956,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "suriname residents",
+ "visibleIf": "{country_reside} = 'Suriname'",
+ "title": "Suriname Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_suriname",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_suriname",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_suriname",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_suriname",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 67,000",
+ "67,000 - 93,000",
+ "93,000 - 145,000",
+ "145,000 - 223,000",
+ "223,000 - 275,000",
+ "275,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "sweden residents",
+ "visibleIf": "{country_reside} = 'Sweden'",
+ "title": "Sweden Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_sweden",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_sweden",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_sweden",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_sweden",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (kr)?",
+ "choices": [
+ "Less than 137,000",
+ "137,000 - 364,000",
+ "364,000 - 592,000",
+ "592,000 - 819,000",
+ "819,000 - 1,274,000",
+ "1,274,000 - 1,957,000",
+ "1,957,000 - 2,412,000",
+ "2,412,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "switzerland residents",
+ "visibleIf": "{country_reside} = 'Switzerland'",
+ "title": "Switzerland Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_switzerland",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_switzerland",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_switzerland",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_switzerland",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (Fr.)?",
+ "choices": [
+ "Less than 31,000",
+ "31,000 - 83,000",
+ "83,000 - 136,000",
+ "136,000 - 188,000",
+ "188,000 - 292,000",
+ "292,000 - 449,000",
+ "449,000 - 553,000",
+ "553,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "syria residents",
+ "visibleIf": "{country_reside} = 'Syria'",
+ "title": "Syria Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_syria",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_syria",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_syria",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_syria",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (LS)?",
+ "choices": [
+ "Less than 451,000",
+ "451,000 - 1,202,000",
+ "1,202,000 - 1,952,000",
+ "1,952,000 - 2,703,000",
+ "2,703,000 - 4,204,000",
+ "4,204,000 - 6,455,000",
+ "6,455,000 - 7,956,000",
+ "7,956,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "taiwan residents",
+ "visibleIf": "{country_reside} = 'Taiwan'",
+ "title": "Taiwan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_taiwan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_taiwan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_taiwan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_taiwan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (NT$)?",
+ "choices": [
+ "Less than 392,000",
+ "392,000 - 1,046,000",
+ "1,046,000 - 1,699,000",
+ "1,699,000 - 2,352,000",
+ "2,352,000 - 3,658,000",
+ "3,658,000 - 5,618,000",
+ "5,618,000 - 6,924,000",
+ "6,924,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "tajikistan residents",
+ "visibleIf": "{country_reside} = 'Tajikistan'",
+ "title": "Tajikistan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_tajikistan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_tajikistan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_tajikistan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_tajikistan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (TJS)?",
+ "choices": [
+ "Less than 35,000",
+ "35,000 - 94,000",
+ "94,000 - 153,000",
+ "153,000 - 212,000",
+ "212,000 - 330,000",
+ "330,000 - 506,000",
+ "506,000 - 624,000",
+ "624,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "tanzania residents",
+ "visibleIf": "{country_reside} = 'Tanzania'",
+ "title": "Tanzania Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_tanzania",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_tanzania",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_tanzania",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_tanzania",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (TZS)?",
+ "choices": [
+ "Less than 3,828,000",
+ "3,828,000 - 10,213,000",
+ "10,213,000 - 16,598,000",
+ "16,598,000 - 22,984,000",
+ "22,984,000 - 35,754,000",
+ "35,754,000 - 54,910,000",
+ "54,910,000 - 67,680,000",
+ "67,680,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "thailand residents",
+ "visibleIf": "{country_reside} = 'Thailand'",
+ "title": "Thailand Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_thailand",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_thailand",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_thailand",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_thailand",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u0e3f)?",
+ "choices": [
+ "Less than 294,000",
+ "294,000 - 784,000",
+ "784,000 - 1,274,000",
+ "1,274,000 - 1,765,000",
+ "1,765,000 - 2,745,000",
+ "2,745,000 - 4,216,000",
+ "4,216,000 - 5,196,000",
+ "5,196,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "togo residents",
+ "visibleIf": "{country_reside} = 'Togo'",
+ "title": "Togo Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_togo",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_togo",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_togo",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_togo",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "tonga residents",
+ "visibleIf": "{country_reside} = 'Tonga'",
+ "title": "Tonga Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_tonga",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_tonga",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_tonga",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_tonga",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (T$)?",
+ "choices": [
+ "Less than 6,000",
+ "6,000 - 15,000",
+ "15,000 - 24,000",
+ "24,000 - 33,000",
+ "33,000 - 52,000",
+ "52,000 - 79,000",
+ "79,000 - 98,000",
+ "98,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "trinidad_and_tobago residents",
+ "visibleIf": "{country_reside} = 'Trinidad and Tobago'",
+ "title": "Trinidad and Tobago Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_trinidad_and_tobago",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_trinidad_and_tobago",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_trinidad_and_tobago",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_trinidad_and_tobago",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (TT$)?",
+ "choices": [
+ "Less than 30,000",
+ "30,000 - 79,000",
+ "79,000 - 128,000",
+ "128,000 - 178,000",
+ "178,000 - 276,000",
+ "276,000 - 424,000",
+ "424,000 - 523,000",
+ "523,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "tunisia residents",
+ "visibleIf": "{country_reside} = 'Tunisia'",
+ "title": "Tunisia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_tunisia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_tunisia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_tunisia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_tunisia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (DT)?",
+ "choices": [
+ "Less than 12,000",
+ "12,000 - 32,000",
+ "32,000 - 52,000",
+ "52,000 - 71,000",
+ "71,000 - 111,000",
+ "111,000 - 170,000",
+ "170,000 - 210,000",
+ "210,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "turkey residents",
+ "visibleIf": "{country_reside} = 'Turkey'",
+ "title": "Turkey Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_turkey",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_turkey",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_turkey",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_turkey",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (TRY)?",
+ "choices": [
+ "Less than 24,000",
+ "24,000 - 63,000",
+ "63,000 - 103,000",
+ "103,000 - 143,000",
+ "143,000 - 222,000",
+ "222,000 - 341,000",
+ "341,000 - 420,000",
+ "420,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "turkmenistan residents",
+ "visibleIf": "{country_reside} = 'Turkmenistan'",
+ "title": "Turkmenistan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_turkmenistan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_turkmenistan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_turkmenistan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_turkmenistan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "tuvalu residents",
+ "visibleIf": "{country_reside} = 'Tuvalu'",
+ "title": "Tuvalu Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_tuvalu",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_tuvalu",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_tuvalu",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_tuvalu",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "uganda residents",
+ "visibleIf": "{country_reside} = 'Uganda'",
+ "title": "Uganda Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_uganda",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_uganda",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_uganda",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_uganda",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (USh)?",
+ "choices": [
+ "Less than 7,956,000",
+ "7,956,000 - 21,200,000",
+ "21,200,000 - 34,445,000",
+ "34,445,000 - 47,689,000",
+ "47,689,000 - 74,178,000",
+ "74,178,000 - 113,911,000",
+ "113,911,000 - 140,400,000",
+ "140,400,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "ukraine residents",
+ "visibleIf": "{country_reside} = 'Ukraine'",
+ "title": "Ukraine Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_ukraine",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_ukraine",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_ukraine",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_ukraine",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (UAH)?",
+ "choices": [
+ "Less than 70,000",
+ "70,000 - 185,000",
+ "185,000 - 301,000",
+ "301,000 - 416,000",
+ "416,000 - 647,000",
+ "647,000 - 993,000",
+ "993,000 - 1,224,000",
+ "1,224,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "united_arab_emirates residents",
+ "visibleIf": "{country_reside} = 'United Arab Emirates'",
+ "title": "United Arab Emirates Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_united_arab_emirates",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_united_arab_emirates",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_united_arab_emirates",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_united_arab_emirates",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u062f.\u0625;)?",
+ "choices": [
+ "Less than 31,000",
+ "31,000 - 110,000",
+ "110,000 - 189,000",
+ "189,000 - 268,000",
+ "268,000 - 426,000",
+ "426,000 - 663,000",
+ "663,000 - 821,000",
+ "821,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "united kingdom residents",
+ "visibleIf": "{country_reside} = 'United Kingdom'",
+ "title": "United Kingdom Residents",
+ "elements": [
+ {
+ "type": "text",
+ "name": "zipcode_UK",
+ "title": "What is your ZIP code?"
+ },
+ {
+ "type": "radiogroup",
+ "name": "education_UK",
+ "title": "What is the highest level of education you have completed?",
+ "choices": [
+ {
+ "value": "1",
+ "text": "Primary school"
+ },
+ {
+ "value": "2",
+ "text": "Secondary school up to 16 years"
+ },
+ {
+ "value": "3",
+ "text": "Higher or secondary or further education (A-levels, BTEC, etc.)"
+ },
+ {
+ "value": "5",
+ "text": "NVQ levels 4-5, HNC, HND, etc."
+ },
+ {
+ "value": "6",
+ "text": "Bachelor's degree (BA, BSc, etc.)"
+ },
+ {
+ "value": "7",
+ "text": "Master's degree (MA, MS, MEng, MBA, etc.)"
+ },
+ {
+ "value": "8",
+ "text": "Doctorate (PhD, EdD, etc.)"
+ }
+ ]
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_UK",
+ "title": "What is your ethnic group?",
+ "description": " It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "English / Welsh / Scottish / Northern Irish / British",
+ "Irish",
+ "Gypsy or Irish Traveller",
+ "Other White Background",
+ "White and Black Caribbean",
+ "White and Black African",
+ "White and Asian",
+ "Other mixed/multiple ethnic background",
+ "Indian",
+ "Pakistani",
+ "Bangladeshi",
+ "Chinese",
+ "African",
+ "Caribbean",
+ "Other Black/African Caribbean background",
+ "Arab",
+ "Other ethnic group"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_UK",
+ "title": "Thinking back over the past year, what was your family's annual income?",
+ "choices": [
+ "Less than \u00a310,000",
+ "\u00a310,000-\u00a319,999",
+ "\u00a320,000-\u00a329,999",
+ "\u00a330,000-\u00a339,999",
+ "\u00a340,000-\u00a349,999",
+ "\u00a350,000-\u00a374,999",
+ "\u00a375,000-\u00a399,999",
+ "\u00a3100,000-\u00a3149,999",
+ "\u00a3150,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "united states residents",
+ "visibleIf": "{country_reside} = 'United States'",
+ "title": "United States Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_US",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "latin_US",
+ "title": "Are you of Hispanic, Latino, or Spanish origin?",
+ "choices": ["Yes", "No"]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_US",
+ "title": "What is your ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "race_US",
+ "title": "Please choose one or more races that you consider yourself to be.",
+ "isRequired": true,
+ "choices": [
+ "White",
+ "Black or African-American",
+ "American Indian or Alaska Native",
+ "Asian",
+ "Native Hawaiian or other Pacific Islander",
+ "Other"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_US",
+ "title": "Thinking back over the past year, what was your family's annual income?",
+ "choices": [
+ "Less than $10,000",
+ "$10,000-$19,999",
+ "$20,000-$29,999",
+ "$30,000-$39,999",
+ "$40,000-$49,999",
+ "$50,000-$74,999",
+ "$75,000-$99,999",
+ "$100,000-$149,999",
+ "$150,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "uruguay residents",
+ "visibleIf": "{country_reside} = 'Uruguay'",
+ "title": "Uruguay Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_uruguay",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_uruguay",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_uruguay",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_uruguay",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency ($U)?",
+ "choices": [
+ "Less than 100,000",
+ "100,000 - 266,000",
+ "266,000 - 433,000",
+ "433,000 - 599,000",
+ "599,000 - 932,000",
+ "932,000 - 1,431,000",
+ "1,431,000 - 1,764,000",
+ "1,764,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "uzbekistan residents",
+ "visibleIf": "{country_reside} = 'Uzbekistan'",
+ "title": "Uzbekistan Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_uzbekistan",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_uzbekistan",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_uzbekistan",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_uzbekistan",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (UZS)?",
+ "choices": [
+ "Less than 4,008,000",
+ "4,008,000 - 10,675,000",
+ "10,675,000 - 17,342,000",
+ "17,342,000 - 24,010,000",
+ "24,010,000 - 37,344,000",
+ "37,344,000 - 57,346,000",
+ "57,346,000 - 70,680,000",
+ "70,680,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "vanuatu residents",
+ "visibleIf": "{country_reside} = 'Vanuatu'",
+ "title": "Vanuatu Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_vanuatu",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_vanuatu",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_vanuatu",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_vanuatu",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (VT)?",
+ "choices": [
+ "Less than 301,000",
+ "301,000 - 801,000",
+ "801,000 - 1,302,000",
+ "1,302,000 - 1,802,000",
+ "1,802,000 - 2,803,000",
+ "2,803,000 - 4,303,000",
+ "4,303,000 - 5,304,000",
+ "5,304,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "vatican_city residents",
+ "visibleIf": "{country_reside} = 'Vatican City'",
+ "title": "Vatican City Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_vatican_city",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_vatican_city",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_vatican_city",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_vatican_city",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_venezuela",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_venezuela",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_venezuela",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (VES)?",
+ "choices": [
+ "Less than 402,000",
+ "402,000 - 1,071,000",
+ "1,071,000 - 1,740,000",
+ "1,740,000 - 2,409,000",
+ "2,409,000 - 3,747,000",
+ "3,747,000 - 5,754,000",
+ "5,754,000 - 7,092,000",
+ "7,092,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "vietnam residents",
+ "visibleIf": "{country_reside} = 'Vietnam'",
+ "title": "Vietnam Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_vietnam",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_vietnam",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_vietnam",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_vietnam",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (\u20ab)?",
+ "choices": [
+ "Less than 52,320,000",
+ "52,320,000 - 139,368,000",
+ "139,368,000 - 226,416,000",
+ "226,416,000 - 313,464,000",
+ "313,464,000 - 487,560,000",
+ "487,560,000 - 748,704,000",
+ "748,704,000 - 922,800,000",
+ "922,800,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "yemen residents",
+ "visibleIf": "{country_reside} = 'Yemen'",
+ "title": "Yemen Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_yemen",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_yemen",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_yemen",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_yemen",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (YER)?",
+ "choices": [
+ "Less than 101,000",
+ "101,000 - 270,000",
+ "270,000 - 438,000",
+ "438,000 - 607,000",
+ "607,000 - 945,000",
+ "945,000 - 1,451,000",
+ "1,451,000 - 1,788,000",
+ "1,788,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "zambia residents",
+ "visibleIf": "{country_reside} = 'Zambia'",
+ "title": "Zambia Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_zambia",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_zambia",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_zambia",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_zambia",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (ZMK)?",
+ "choices": [
+ "Less than 18,000",
+ "18,000 - 49,000",
+ "49,000 - 79,000",
+ "79,000 - 109,000",
+ "109,000 - 170,000",
+ "170,000 - 261,000",
+ "261,000 - 322,000",
+ "322,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "zimbabwe residents",
+ "visibleIf": "{country_reside} = 'Zimbabwe'",
+ "title": "Zimbabwe Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_zimbabwe",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_zimbabwe",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_zimbabwe",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_zimbabwe",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (ZWD)?",
+ "choices": [
+ "Less than 658,000",
+ "658,000 - 1,753,000",
+ "1,753,000 - 2,849,000",
+ "2,849,000 - 3,945,000",
+ "3,945,000 - 6,137,000",
+ "6,137,000 - 9,424,000",
+ "9,424,000 - 11,616,000",
+ "11,616,000 or more"
+ ]
+ }
+ ]
+ },
+ {
+ "name": "other residents",
+ "visibleIf": "{country_reside} = 'Other'",
+ "title": "Other Residents",
+ "elements": [
+ {
+ "type": "radiogroup",
+ "name": "education_other",
+ "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)"
+ }
+ ]
+ },
+ {
+ "type": "text",
+ "name": "zipcode_other",
+ "title": "What is your postal code or ZIP code?"
+ },
+ {
+ "type": "checkbox",
+ "name": "ethnicity_other",
+ "title": "What is your ethnic group?",
+ "description": "It's up to you how you answer this question. Your ethnic group could be your cultural or family background.",
+ "choices": [
+ "White \u2013 European",
+ "White \u2013 American",
+ "White \u2013 Other",
+ "Black or African \u2013 African",
+ "Black or African \u2013 Caribbean",
+ "Black or African \u2013 American",
+ "Black or African \u2013 Other",
+ "Asian \u2013 South Asian (e.g., Indian, Pakistani, Bangladeshi)",
+ "Asian \u2013 East Asian (e.g., Chinese, Japanese, Korean)",
+ "Asian \u2013 Southeast Asian (e.g., Filipino, Vietnamese, Indonesian)",
+ "Asian \u2013 Other",
+ "Hispanic or Latino \u2013 Central/South American",
+ "Hispanic or Latino \u2013 Caribbean",
+ "Hispanic or Latino \u2013 Other",
+ "Middle Eastern or North African",
+ "Indigenous or Aboriginal",
+ "Mixed or Multiracial",
+ "Other ethnic group (please specify)"
+ ]
+ },
+ {
+ "type": "radiogroup",
+ "name": "income_other",
+ "title": "Thinking back over the past year, what was your family's annual income in your country's currency (m)?",
+ "choices": [
+ "Less than 16,000",
+ "16,000 - 42,000",
+ "42,000 - 69,000",
+ "69,000 - 95,000",
+ "95,000 - 148,000",
+ "148,000 - 227,000",
+ "227,000 - 280,000",
+ "280,000 or more"
+ ]
+ }
+ ]
+ }
+ ],
+ "showPrevButton": false,
+ "showQuestionNumbers": "off",
+ "showCompletedPage": false
+}
diff --git a/surveys/demographicsLongInternational/demographicsLongInternational.score.js b/surveys/demographicsLongInternational/demographicsLongInternational.score.js
new file mode 100644
index 0000000..b6f309c
--- /dev/null
+++ b/surveys/demographicsLongInternational/demographicsLongInternational.score.js
@@ -0,0 +1,5 @@
+// No postprocessing needed for this survey
+
+export default function scoreFunc(responses) {
+ return {};
+}
\ No newline at end of file
diff --git a/surveys/demographicsLongInternational/screenshotGeneral.png b/surveys/demographicsLongInternational/screenshotGeneral.png
new file mode 100644
index 0000000000000000000000000000000000000000..52ee8c960cf9666b74d0ab9825116128b7b1984e
GIT binary patch
literal 376411
zcmeFYX;hPE_dZHr+tRlVv_A)mGE}J|D4>MF00ApSRE8*{Ou@l}e({?sC^ft$C{h#DIGpS6^fCLBzZTd!|Q
zN)A#~K7{*boa!0u$yw-6sxhhmaw4Qb^omkdjI-M(>fdP4F<3SIh9o2B3g`iuxGs8g
z-QX90U*;;TPknWZ@Pt4t<4>*x6h+oBI-C0k8{!rded3v4HC!4?b=AxGw5F00i~|4Q
z8*=5m<;$&;gRow*MIC~e`9L?z(8|y{;_Y_N!ImFCfA|?Oc*_TseHZ&eMpn+7F2o-8
z&~N!s&@#2QRD*-8?tgxc#CLt+baAp(wfge-9Z5kgmEP3vmw)Qh+e%m2XTHqt4fWRQ
z62wgku+8opKfiS--uCKE&H2$30!~1I8C&i6{LZ