{
  "title": "GAD-7 (Generalized Anxiety Disorder Scale)",
  "instructions": "Over the \u003Cb\u003Elast 2 weeks\u003C/b\u003E, how often have you been bothered by the following problems?",
  "code": "",
  "questions": [
    {
      "questiontype": "radiogrid",
      "labels": [
        "Not at all",
        "Several days",
        "More than half the days",
        "Nearly every day"
      ],
      "required": true,
      "q_text": [
        {
          "id": "gad_01",
          "text": "Feeling nervous, anxious, or on edge"
        },
        {
          "id": "gad_02",
          "text": "Not being able to stop or control worrying"
        },
        {
          "id": "gad_03",
          "text": "Worrying too much about different things"
        },
        {
          "id": "gad_04",
          "text": "Trouble relaxing"
        },
        {
          "id": "gad_05",
          "text": "Being so restless that it is hard to sit still"
        },
        {
          "id": "gad_06",
          "text": "Becoming easily annoyed or irritable"
        },
        {
          "id": "gad_07",
          "text": "Feeling afraid, as if something awful might happen"
        }
      ]
    },
    {
      "questiontype": "radiolist",
      "instructions": "If you checked any problems, how difficult have they made it for you to do your work, take care of things at home, or get along with other people?",
      "id": "gad_difficulty",
      "labels": [
        "Not difficult at all",
        "Somewhat difficult",
        "Very difficult",
        "Extremely difficult"
      ]
    }
  ],
  "reference": "Spitzer, R. L., Kroenke, K., Williams, J. B. W., \u0026 L\u00F6we, B. (2006). A brief measure for assessing generalized anxiety disorder: The GAD-7. Archives of Internal Medicine, 166(10), 1092-1097.",
  "doi": "10.1001/archinte.166.10.1092",
  "participant_calculations": {
    "GAD7_total": "gad_01 \u002B gad_02 \u002B gad_03 \u002B gad_04 \u002B gad_05 \u002B gad_06 \u002B gad_07 - 7"
  }
}