{
  "title": "BFI-10 (Big Five Inventory)",
  "instructions": "I see myself as someone who...",
  "code": "",
  "questions": [
    {
      "questiontype": "radiogrid",
      "id": "radio_1",
      "required": true,
      "labels": [
        "Disagree strongly",
        "Disagree a little",
        "Neither agree nor disagree",
        "Agree a little",
        "Agree strongly"
      ],
      "q_text": [
        {
          "id": "bfi_1_E_R",
          "text": "Is reserved.",
          "reversed": "true"
        },
        {
          "id": "bfi_2_A",
          "text": "Is generally trusting."
        },
        {
          "id": "bfi_3_C_R",
          "text": "Tends to be lazy.",
          "reversed": "true"
        },
        {
          "id": "bfi_4_N_R",
          "text": "Is relaxed, handles stress well.",
          "reversed": "true"
        },
        {
          "id": "bfi_5_O_R",
          "text": "Has few artistic interests.",
          "reversed": "true"
        },
        {
          "id": "bfi_6_R",
          "text": "Is outgoing, sociable."
        },
        {
          "id": "bfi_7_A_R",
          "text": "Tends to find fault with others.",
          "reversed": "true"
        },
        {
          "id": "bfi_8_C",
          "text": "Does a thorough job."
        },
        {
          "id": "bfi_9_N",
          "text": "Gets nervous easily."
        },
        {
          "id": "bfi_10_O",
          "text": "Has an active imagination."
        }
      ]
    }
  ],
  "reference": "Rammstedt, B., \u0026 John, O. P. (2007). Measuring personality in one minute or less: A 10-item short version of the Big Five Inventory in English and German. Journal of Research in Personality, 41(1), 203-212.",
  "doi": "10.1016/j.jrp.2006.02.001",
  "participant_calculations": {
    "bfi10_extraversion": "mean([6-bfi_1_E_R, bfi_6_R])",
    "bfi10_agreeableness": "mean([bfi_2_A, 6-bfi_7_A_R])",
    "bfi10_conscientiousness": "mean([6-bfi_3_C_R, bfi_8_C])",
    "bfi10_neuroticism": "mean([6-bfi_4_N_R, bfi_9_N])",
    "bfi10_openness": "mean([6-bfi_5_O_R, bfi_10_O])"
  }
}