{
    "ok": true,
    "polls": [
        {
            "id": "classified_records",
            "q": "Should DOD be required to securely verify classified military assignments directly to VA for benefits claims?",
            "options": [
                "Yes",
                "No",
                "Unsure"
            ]
        },
        {
            "id": "toxic_exposure",
            "q": "Should veterans with credible toxic-exposure evidence receive an expedited independent review?",
            "options": [
                "Yes",
                "No",
                "Case by case"
            ]
        },
        {
            "id": "area51",
            "q": "Should the federal government create a specific review pathway for Nevada Test and Training Range / Area 51 veterans?",
            "options": [
                "Yes",
                "No",
                "Need more evidence"
            ]
        },
        {
            "id": "tbi_research",
            "q": "Should VA expand rigorous research into new treatments for TBI and PTSD, including psychedelic-assisted therapies where legally approved?",
            "options": [
                "Yes",
                "No",
                "Only in clinical trials",
                "Unsure"
            ]
        },
        {
            "id": "transition",
            "q": "Should military skills automatically translate into more civilian licenses and job credentials where competencies match?",
            "options": [
                "Yes",
                "No",
                "Depends on occupation"
            ]
        }
    ],
    "results": {
        "classified_records": {
            "Yes": 1
        },
        "toxic_exposure": {
            "Yes": 1
        },
        "area51": {
            "Yes": 1
        },
        "transition": {
            "Yes": 1
        }
    }
}