[
    {"n": "S1", "q":"CAPTCHA Result", 
        "s": 1,
        "type": "choices",
        "variableName": "CAPTCHARESULT",
        "choiceList": {
            "type": "YN",
            "choices": [
                {"c": "1", "l": "Correct Captcha Entered", "m": "Y"},
                {"c": "0", "l": "Incorrect Captcha Entered", "m": "N"}
            ]
        }
    },
    {"n": "S2", "q":"In what state do you live?", 
        "s": 1,
        "type": "choices",
        "variableName": "STATE",
        "choiceList": {
            "type": "USS",
            "choices": [
                {"c": "00", "l":"Outside the U.S.", "m":null},
                {"c": "01", "l":"Alabama", "m":"AL"},
                {"c": "02", "l":"Alaska", "m":"AK"},
                {"c": "04", "l":"Arizona", "m":"AZ"},
                {"c": "05", "l":"Arkansas", "m":"AR"},
                {"c": "06", "l":"California", "m":"CA"},
                {"c": "08", "l":"Colorado", "m":"CO"},
                {"c": "09", "l":"Connecticut", "m":"CT"},
                {"c": "10", "l":"Delaware", "m":"DE"},
                {"c": "11", "l":"District of Columbia", "m":"DC"},
                {"c": "12", "l":"Florida", "m":"FL"},
                {"c": "13", "l":"Georgia", "m":"GA"},
                {"c": "15", "l":"Hawaii", "m":"HI"},
                {"c": "16", "l":"Idaho", "m":"ID"},
                {"c": "17", "l":"Illinois", "m":"IL"},
                {"c": "18", "l":"Indiana", "m":"IN"},
                {"c": "19", "l":"Iowa", "m":"IA"},
                {"c": "20", "l":"Kansas", "m":"KS"},
                {"c": "21", "l":"Kentucky", "m":"KY"},
                {"c": "22", "l":"Louisiana", "m":"LA"},
                {"c": "23", "l":"Maine", "m":"ME"},
                {"c": "24", "l":"Maryland", "m":"MD"},
                {"c": "25", "l":"Massachusetts", "m":"MA"},
                {"c": "26", "l":"Michigan", "m":"MI"},
                {"c": "27", "l":"Minnesota", "m":"MN"},
                {"c": "28", "l":"Mississippi", "m":"MS"},
                {"c": "29", "l":"Missouri", "m":"MO"},
                {"c": "30", "l":"Montana", "m":"MT"},
                {"c": "31", "l":"Nebraska", "m":"NE"},
                {"c": "32", "l":"Nevada", "m":"NV"},
                {"c": "33", "l":"New Hampshire", "m":"NH"},
                {"c": "34", "l":"New Jersey", "m":"NJ"},
                {"c": "35", "l":"New Mexico", "m":"NM"},
                {"c": "36", "l":"New York", "m":"NY"},
                {"c": "37", "l":"North Carolina", "m":"NC"},
                {"c": "38", "l":"North Dakota", "m":"ND"},
                {"c": "39", "l":"Ohio", "m":"OH"},
                {"c": "40", "l":"Oklahoma", "m":"OK"},
                {"c": "41", "l":"Oregon", "m":"OR"},
                {"c": "42", "l":"Pennsylvania", "m":"PA"},
                {"c": "44", "l":"Rhode Island", "m":"RI"},
                {"c": "45", "l":"South Carolina", "m":"SC"},
                {"c": "46", "l":"South Dakota", "m":"SD"},
                {"c": "47", "l":"Tennessee", "m":"TN"},
                {"c": "48", "l":"Texas", "m":"TX"},
                {"c": "49", "l":"Utah", "m":"UT"},
                {"c": "50", "l":"Vermont", "m":"VT"},
                {"c": "51", "l":"Virginia", "m":"VA"},
                {"c": "53", "l":"Washington", "m":"WA"},
                {"c": "54", "l":"West Virginia", "m":"WV"},
                {"c": "55", "l":"Wisconsin", "m":"WI"},
                {"c": "56", "l":"Wyoming", "m":"WY"}
            ]
        }
    },
    {"n": "S3", "q":"What is your age?", 
        "s": 1,
        "type": "Number",
        "variableName": "AGE"
    },
    {"n": "S4", "q":"What is your gender?", 
        "s": 1,
        "type": "choices",
        "variableName": "GENDER",
        "choiceList": {
            "type": "G",
            "choices": [
                {"c": "1", "l": "Male", "m": "M"},
                {"c": "2", "l": "Female", "m": "F"},
                {"c": "9", "l": "Other", "m": "O"}
            ]
        }
    },
    {"n": "S5", "q":"What is the highest level of education you have achieved?", 
        "s": 1,
        "type": "choices",
        "variableName": "EDUCATION",
        "choiceList": {
            "type": "C",
            "choices": [
                {"c": "1", "l": "Less than high school"},
                {"c": "2", "l": "High school graduate"},
                {"c": "3", "l": "Some college or trade school"},
                {"c": "4", "l": "College graduate"},
                {"c": "5", "l": "Post-graduate (Masters degree, PhD)"}
            ]
        }
    },
    {"n": "S6", "q":"Which of the following best describes your race or ethnicity? <b>Please select all that apply.</b>",
        "s": 1,
        "type": "dichotomous",
        "variables": [
            {"ETHNICITY_C1": "Black / African-American"},
            {"ETHNICITY_C2": "White / Caucasian"},
            {"ETHNICITY_C3": "Hispanic / Latino(a)"},
            {"ETHNICITY_C4": "Asian"},
            {"ETHNICITY_C5": "Native American / Pacific Islander"},
            {"ETHNICITY_C6": "Other"}
        ]
    },
    {"n": "QC1", "q":"For survey quality control purposes, please select the number <b>“four.”</b>",
        "s": 1,
        "type": "choices",
        "variableName": "QC1",
        "choiceList": {
            "type": "C",
            "choices": [
                {"c": "00", "l": "0"},
                {"c": "01", "l": "1"},
                {"c": "02", "l": "2"},
                {"c": "03", "l": "3"},
                {"c": "04", "l": "4"},
                {"c": "05", "l": "5"},
                {"c": "06", "l": "6"},
                {"c": "07", "l": "7"},
                {"c": "08", "l": "8"},
                {"c": "09", "l": "9"},
                {"c": "10", "l": "10"}
            ]
        }
    },
    {"n": "Q1a", "q":"How confident do you feel about each of these institutions today?",
        "s": 2,
        "type": "list",
        "attributes": [
            {"alias": "Q1A_A1", "l":"Medical profession / doctors"},
            {"alias": "Q1A_A2", "l":"Office of the Presidency"},
            {"alias": "Q1A_A3", "l":"U.S. Supreme Court"},
            {"alias": "Q1A_A4", "l":"Federal courts other than the Supreme Court"},
            {"alias": "Q1A_A5", "l":"Judiciary / judges"},
            {"alias": "Q1A_A6", "l":"State and local courts"},
            {"alias": "Q1A_A7", "l":"Federal Congress"},
            {"alias": "Q1A_A8", "l":"Legal profession / lawyers"},
            {"alias": "Q1A_A9", "l":"The Media (e.g., television, newspapers)"},
            {"alias": "Q1A_A10", "l":"U.S. Justice system in general"},
            {"alias": "Q1A_A11", "l":"The U.S. Military"}
        ],
        "choiceList": {
            "type": "L",
            "choices": [
                {"c": "5", "l": "Extremely confident", "v": 5},
                {"c": "4", "l": "Very confident", "v": 4},
                {"c": "3", "l": "Somewhat confident", "v": 3},
                {"c": "2", "l": "Not very confident", "v": 2},
                {"c": "1", "l": "Not at all confident", "v": 1}
            ]
        }
    }
]
