diff --git a/.env.example b/.env.example index b455b9f86fed80ce69ae8b772a997bb9cd67ec60..653d7c18e38e9dbbf6a4faf41ebef81702abce6e 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,7 @@ # ---- Tiers and limits (defaults shown) ---- # CCR_ANON_MAX_BYTES=2097152 # 2 MB anonymous upload cap -# CCR_ANON_MAX_ROWS=500 # anonymous row cap per file +# CCR_ANON_MAX_ROWS=200 # anonymous row cap per file (PI decision) # CCR_ANON_MAX_RUNS_PER_DAY=3 # anonymous runs/day, then sign-in # CCR_USER_MAX_SAVED_RUNS=15 # saved-run cap for signed-in users diff --git a/MANUAL_TESTING.md b/MANUAL_TESTING.md index f7f95eab7d004fd6a505ff4c339f9e518a99f452..b69fb585268cdcb1f284edc09fdade718be592cc 100644 --- a/MANUAL_TESTING.md +++ b/MANUAL_TESTING.md @@ -38,7 +38,7 @@ fake but every flow works; never use for real analysis). | `xlsx_upload_demo.xlsx` | Parses like a CSV | | a `.txt` or `.pdf` file | Rejected: unsupported file type | -Anonymous limits (signed out): the Step 1 hint shows 2 MB / 500 rows and says +Anonymous limits (signed out): the Step 1 hint shows 2 MB / 200 rows and says uploads are deleted after analysis. Upload `large_demo.csv` (800 rows): rejected with a "Sign in (top right)" message. Sign in and retry: accepted. diff --git a/README.md b/README.md index a617dd8b5eb03e33403f7046834a940e10683e1b..cf603fb45feec3dad6191ca60a4f0bc64e5b60f6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Configuration: copy `.env.example` to `.env` and fill what you need. - Do not upload sensitive or identifiable data to this shared dev instance; anonymous storage is ephemeral and the instance may reset. -- The construct library here carries the 5 original seed scales; the lab's full - imported collection ships separately pending a redistribution-rights decision. +- The construct library ships the lab's full collection (94 validated-scale + constructs + 5 seeds); wording verification against original publications is in + progress and unverified scales are flagged in the interface. - Tests: `cd backend && CCR_FAKE_EMBEDDINGS=1 python -m pytest -q` (64 tests, no ML downloads needed). diff --git a/backend/app/auth.py b/backend/app/auth.py index c8eb78a834b63f72786bef074b60071fb1640b58..f516dbe729775d0f9b64fe7d90d02b418b08dc3f 100644 --- a/backend/app/auth.py +++ b/backend/app/auth.py @@ -38,7 +38,7 @@ RUNS_COOKIE_NAME = "ccr_runs" _SECRET = (os.environ.get("CCR_SESSION_SECRET") or secrets.token_hex(32)).encode() ANON_MAX_BYTES_DEFAULT = 2 * 1024 * 1024 -ANON_MAX_ROWS_DEFAULT = 500 +ANON_MAX_ROWS_DEFAULT = 200 # PI decision 2026-07-14 (was 500) ANON_MAX_RUNS_PER_DAY_DEFAULT = 3 USER_MAX_SAVED_RUNS_DEFAULT = 15 ANON_TTL_HOURS_DEFAULT = 0 # 0 = purge disabled (local dev); deployments set 24 diff --git a/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness.yaml b/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ea5c2429005343fdb9cb8f075419da62400f47 --- /dev/null +++ b/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness.yaml @@ -0,0 +1,24 @@ +construct_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness +version: 1 +name: Emotional loneliness (6-item De Jong Gierveld Loneliness Scale) +language: en +category: Loneliness +description: Loneliness - Emotional loneliness dimension of the 6-item De Jong Gierveld Loneliness Scale. +citation: De Jong Gierveld, J., & Van Tilburg, T. (2006). A 6-item scale for overall, emotional, and social + loneliness. Research on Aging, 28(5), 582–598. https://doi.org/10.1177/0164027506289723 +verification_status: needs_verification +source_url: https://www.nyc.gov/assets/dfta/downloads/pdf/about/dejong_gierveld_loneliness_scale.pdf +rights_note: Government/institutional PDF provides the items; verify permission for commercial redistribution. +questionnaire: 6-item De Jong Gierveld Loneliness Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_1 + text: I experience a general sense of emptiness + reverse_scored: false +- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_2 + text: I miss having people around me + reverse_scored: false +- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_3 + text: I often feel rejected + reverse_scored: false diff --git a/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_social_loneliness.yaml b/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_social_loneliness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eed70dd19a9a5546c591bfb9ee7129311f2445e8 --- /dev/null +++ b/packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_social_loneliness.yaml @@ -0,0 +1,24 @@ +construct_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness +version: 1 +name: Social loneliness (6-item De Jong Gierveld Loneliness Scale) +language: en +category: Loneliness +description: Loneliness - Social loneliness dimension of the 6-item De Jong Gierveld Loneliness Scale. +citation: De Jong Gierveld, J., & Van Tilburg, T. (2006). A 6-item scale for overall, emotional, and social + loneliness. Research on Aging, 28(5), 582–598. https://doi.org/10.1177/0164027506289723 +verification_status: needs_verification +source_url: https://www.nyc.gov/assets/dfta/downloads/pdf/about/dejong_gierveld_loneliness_scale.pdf +rights_note: Government/institutional PDF provides the items; verify permission for commercial redistribution. +questionnaire: 6-item De Jong Gierveld Loneliness Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_4 + text: There are plenty of people I can rely on when I have problems + reverse_scored: false +- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_5 + text: There are many people I can trust completely + reverse_scored: false +- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_6 + text: There are enough people I feel close to + reverse_scored: false diff --git a/packages/construct_library/constructs/adult_hope_scale_agency.yaml b/packages/construct_library/constructs/adult_hope_scale_agency.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ddc6454d74f2eb1cf73c3ac15e6ddf6d2a828dd9 --- /dev/null +++ b/packages/construct_library/constructs/adult_hope_scale_agency.yaml @@ -0,0 +1,29 @@ +construct_id: adult_hope_scale_agency +version: 1 +name: Agency (Adult Hope Scale) +language: en +category: Hope +description: Hope - Agency dimension of the Adult Hope Scale. +citation: 'Snyder, C. R., Harris, C., Anderson, J. R., Holleran, S. A., Irving, L. M., Sigmon, S. T., + Yoshinobu, L., Gibb, J., Langelle, C., & Harney, P. (1991). The will and the ways: Development and validation + of an individual-differences measure of hope. Journal of Personality and Social Psychology, 60(4), 570–585. + https://doi.org/10.1037/0022-3514.60.4.570' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/sites/default/files/hopescale.pdf +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Adult Hope Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: adult_hope_scale_agency_2 + text: I energetically pursue my goals. + reverse_scored: false +- item_id: adult_hope_scale_agency_9 + text: My past experiences have prepared me well for my future. + reverse_scored: false +- item_id: adult_hope_scale_agency_10 + text: I’ve been pretty successful in life. + reverse_scored: false +- item_id: adult_hope_scale_agency_12 + text: I meet the goals that I set for myself. + reverse_scored: false diff --git a/packages/construct_library/constructs/adult_hope_scale_pathways.yaml b/packages/construct_library/constructs/adult_hope_scale_pathways.yaml new file mode 100644 index 0000000000000000000000000000000000000000..962c5bebabd031bba5a5cdfe57a1f535485ac348 --- /dev/null +++ b/packages/construct_library/constructs/adult_hope_scale_pathways.yaml @@ -0,0 +1,29 @@ +construct_id: adult_hope_scale_pathways +version: 1 +name: Pathways (Adult Hope Scale) +language: en +category: Hope +description: Hope - Pathways dimension of the Adult Hope Scale. +citation: 'Snyder, C. R., Harris, C., Anderson, J. R., Holleran, S. A., Irving, L. M., Sigmon, S. T., + Yoshinobu, L., Gibb, J., Langelle, C., & Harney, P. (1991). The will and the ways: Development and validation + of an individual-differences measure of hope. Journal of Personality and Social Psychology, 60(4), 570–585. + https://doi.org/10.1037/0022-3514.60.4.570' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/sites/default/files/hopescale.pdf +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Adult Hope Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: adult_hope_scale_pathways_1 + text: I can think of many ways to get out of a jam. + reverse_scored: false +- item_id: adult_hope_scale_pathways_4 + text: There are lots of ways around any problem. + reverse_scored: false +- item_id: adult_hope_scale_pathways_6 + text: I can think of many ways to get the things in life that are most important to me. + reverse_scored: false +- item_id: adult_hope_scale_pathways_8 + text: Even when others get discouraged, I know I can find a way to solve the problem. + reverse_scored: false diff --git a/packages/construct_library/constructs/bas_2.yaml b/packages/construct_library/constructs/bas_2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..881e24df7e8a8d5251a8daafc6fbb8ebc6bf3020 --- /dev/null +++ b/packages/construct_library/constructs/bas_2.yaml @@ -0,0 +1,47 @@ +construct_id: bas_2 +version: 1 +name: Body Appreciation Scale-2 (BAS-2) +language: en +category: Body appreciation / body image +description: Body appreciation / body image - Body Appreciation Scale-2 (BAS-2). +citation: 'Tylka, T. L., & Wood-Barcalow, N. L. (2015). The Body Appreciation Scale-2: Item refinement + and psychometric evaluation. Body Image, 12, 53–67. https://doi.org/10.1016/j.bodyim.2014.09.006' +verification_status: needs_verification +source_url: https://emerge.ucsd.edu/r_4dsm5/body-appreciation-scale-2/ +rights_note: Research center item page; verify permission for commercial redistribution. +questionnaire: Body Appreciation Scale-2 (BAS-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: bas_2_1 + text: I respect my body. + reverse_scored: false +- item_id: bas_2_2 + text: I feel good about my body. + reverse_scored: false +- item_id: bas_2_3 + text: I feel that my body has at least some good qualities. + reverse_scored: false +- item_id: bas_2_4 + text: I take a positive attitude towards my body. + reverse_scored: false +- item_id: bas_2_5 + text: I am attentive to my body's needs. + reverse_scored: false +- item_id: bas_2_6 + text: I feel love for my body. + reverse_scored: false +- item_id: bas_2_7 + text: I appreciate the different and unique characteristics of my body. + reverse_scored: false +- item_id: bas_2_8 + text: My behavior reveals my positive attitude toward my body; for example, I hold my head high and + smile. + reverse_scored: false +- item_id: bas_2_9 + text: I am comfortable in my body. + reverse_scored: false +- item_id: bas_2_10 + text: I feel like I am beautiful even if I am different from media images of attractive people (e.g., + models, actresses/actors). + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_acceptance.yaml b/packages/construct_library/constructs/brief_cope_acceptance.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c9ec3e980e91df4c352b6f6834240d45bb2056e0 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_acceptance.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_acceptance +version: 1 +name: Acceptance (Brief COPE) +language: en +category: Coping +description: Coping - Acceptance dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_acceptance_20 + text: I've been accepting the reality of the fact that it has happened. + reverse_scored: false +- item_id: brief_cope_acceptance_24 + text: I've been learning to live with it. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_active_coping.yaml b/packages/construct_library/constructs/brief_cope_active_coping.yaml new file mode 100644 index 0000000000000000000000000000000000000000..53e0af5c6ad96236a95214453e71f70fd27aecb9 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_active_coping.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_active_coping +version: 1 +name: Active coping (Brief COPE) +language: en +category: Coping +description: Coping - Active coping dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_active_coping_2 + text: I've been concentrating my efforts on doing something about the situation I'm in. + reverse_scored: false +- item_id: brief_cope_active_coping_7 + text: I've been taking action to try to make the situation better. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_behavioral_disengagement.yaml b/packages/construct_library/constructs/brief_cope_behavioral_disengagement.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fda4f14630bd9fd7929247d1d3eaa31b1fa60776 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_behavioral_disengagement.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_behavioral_disengagement +version: 1 +name: Behavioral disengagement (Brief COPE) +language: en +category: Coping +description: Coping - Behavioral disengagement dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_behavioral_disengagement_6 + text: I've been giving up trying to deal with it. + reverse_scored: false +- item_id: brief_cope_behavioral_disengagement_16 + text: I've been giving up the attempt to cope. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_denial.yaml b/packages/construct_library/constructs/brief_cope_denial.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0e4985c40f3352f984a9f764ea74609a2e558d88 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_denial.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_denial +version: 1 +name: Denial (Brief COPE) +language: en +category: Coping +description: Coping - Denial dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_denial_3 + text: I've been saying to myself "this isn't real." + reverse_scored: false +- item_id: brief_cope_denial_8 + text: I've been refusing to believe that it has happened. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_humor.yaml b/packages/construct_library/constructs/brief_cope_humor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..401210c328a591dd9eddbf721b475632757176b0 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_humor.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_humor +version: 1 +name: Humor (Brief COPE) +language: en +category: Coping +description: Coping - Humor dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_humor_18 + text: I've been making jokes about it. + reverse_scored: false +- item_id: brief_cope_humor_28 + text: I've been making fun of the situation. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_planning.yaml b/packages/construct_library/constructs/brief_cope_planning.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdeee672fdf3a7ba407078e21d0a6c511748d48c --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_planning.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_planning +version: 1 +name: Planning (Brief COPE) +language: en +category: Coping +description: Coping - Planning dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_planning_14 + text: I've been trying to come up with a strategy about what to do. + reverse_scored: false +- item_id: brief_cope_planning_25 + text: I've been thinking hard about what steps to take. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_positive_reframing.yaml b/packages/construct_library/constructs/brief_cope_positive_reframing.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0481a638455acbcc229c94923074031379f276b3 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_positive_reframing.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_positive_reframing +version: 1 +name: Positive reframing (Brief COPE) +language: en +category: Coping +description: Coping - Positive reframing dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_positive_reframing_12 + text: I've been trying to see it in a different light, to make it seem more positive. + reverse_scored: false +- item_id: brief_cope_positive_reframing_17 + text: I've been looking for something good in what is happening. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_religion.yaml b/packages/construct_library/constructs/brief_cope_religion.yaml new file mode 100644 index 0000000000000000000000000000000000000000..be3d41dac472ebff71e8e29be50791f8bb1a2955 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_religion.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_religion +version: 1 +name: Religion (Brief COPE) +language: en +category: Coping +description: Coping - Religion dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_religion_22 + text: I've been trying to find comfort in my religion or spiritual beliefs. + reverse_scored: false +- item_id: brief_cope_religion_27 + text: I've been praying or meditating. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_self_blame.yaml b/packages/construct_library/constructs/brief_cope_self_blame.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2e70858f4ebee8a09a4acc830967a1c68367040 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_self_blame.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_self_blame +version: 1 +name: Self-blame (Brief COPE) +language: en +category: Coping +description: Coping - Self-blame dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_self_blame_13 + text: I’ve been criticizing myself. + reverse_scored: false +- item_id: brief_cope_self_blame_26 + text: I’ve been blaming myself for things that happened. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_self_distraction.yaml b/packages/construct_library/constructs/brief_cope_self_distraction.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7fb2ed16c66d1f275144c5c6fed21c3866b91e04 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_self_distraction.yaml @@ -0,0 +1,22 @@ +construct_id: brief_cope_self_distraction +version: 1 +name: Self-distraction (Brief COPE) +language: en +category: Coping +description: Coping - Self-distraction dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_self_distraction_1 + text: I've been turning to work or other activities to take my mind off things. + reverse_scored: false +- item_id: brief_cope_self_distraction_19 + text: I've been doing something to think about it less, such as going to movies, watching TV, reading, + daydreaming, sleeping, or shopping. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_substance_use.yaml b/packages/construct_library/constructs/brief_cope_substance_use.yaml new file mode 100644 index 0000000000000000000000000000000000000000..285ac4ca82435f514dd9476abf6879d486a1ecb0 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_substance_use.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_substance_use +version: 1 +name: Substance use (Brief COPE) +language: en +category: Coping +description: Coping - Substance use dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_substance_use_4 + text: I've been using alcohol or other drugs to make myself feel better. + reverse_scored: false +- item_id: brief_cope_substance_use_11 + text: I've been using alcohol or other drugs to help me get through it. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_use_of_emotional_support.yaml b/packages/construct_library/constructs/brief_cope_use_of_emotional_support.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d5149231b9ac285bb04ff2131d69b6f021f8ea8c --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_use_of_emotional_support.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_use_of_emotional_support +version: 1 +name: Use of emotional support (Brief COPE) +language: en +category: Coping +description: Coping - Use of emotional support dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_use_of_emotional_support_5 + text: I've been getting emotional support from others. + reverse_scored: false +- item_id: brief_cope_use_of_emotional_support_15 + text: I've been getting comfort and understanding from someone. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_use_of_instrumental_support.yaml b/packages/construct_library/constructs/brief_cope_use_of_instrumental_support.yaml new file mode 100644 index 0000000000000000000000000000000000000000..696d602e06d6d5861a9223cfa4b5a4c6aae7505d --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_use_of_instrumental_support.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_use_of_instrumental_support +version: 1 +name: Use of instrumental support (Brief COPE) +language: en +category: Coping +description: Coping - Use of instrumental support dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_use_of_instrumental_support_10 + text: I’ve been getting help and advice from other people. + reverse_scored: false +- item_id: brief_cope_use_of_instrumental_support_23 + text: I’ve been trying to get advice or help from other people about what to do. + reverse_scored: false diff --git a/packages/construct_library/constructs/brief_cope_venting.yaml b/packages/construct_library/constructs/brief_cope_venting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..54a199115e33b8d4b7c06f4afcbf8bb7abd6a937 --- /dev/null +++ b/packages/construct_library/constructs/brief_cope_venting.yaml @@ -0,0 +1,21 @@ +construct_id: brief_cope_venting +version: 1 +name: Venting (Brief COPE) +language: en +category: Coping +description: Coping - Venting dimension of the Brief COPE. +citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the + Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6' +verification_status: needs_verification +source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Brief COPE +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brief_cope_venting_9 + text: I've been saying things to let my unpleasant feelings escape. + reverse_scored: false +- item_id: brief_cope_venting_21 + text: I've been expressing my negative feelings. + reverse_scored: false diff --git a/packages/construct_library/constructs/brs.yaml b/packages/construct_library/constructs/brs.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7d75c51edd9615f74bf435c9abe7ebf282839d00 --- /dev/null +++ b/packages/construct_library/constructs/brs.yaml @@ -0,0 +1,34 @@ +construct_id: brs +version: 1 +name: Brief Resilience Scale (BRS) +language: en +category: Resilience +description: Resilience - Brief Resilience Scale (BRS). +citation: 'Smith, B. W., Dalen, J., Wiggins, K., Tooley, E., Christopher, P., & Bernard, J. (2008). The + Brief Resilience Scale: Assessing the ability to bounce back. International Journal of Behavioral Medicine, + 15(3), 194–200. https://doi.org/10.1080/10705500802222972' +verification_status: needs_verification +source_url: https://www.researchgate.net/publication/223961567_The_Brief_Resilience_Scale_Assessing_the_Ability_to_Bounce_Back +rights_note: Items are publicly visible in author paper copies; verify permission for commercial redistribution. +questionnaire: Brief Resilience Scale (BRS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: brs_1 + text: I tend to bounce back quickly after hard times. + reverse_scored: false +- item_id: brs_2 + text: I have a hard time making it through stressful events. + reverse_scored: false +- item_id: brs_3 + text: It does not take me long to recover from a stressful event. + reverse_scored: false +- item_id: brs_4 + text: It is hard for me to snap back when something bad happens. + reverse_scored: false +- item_id: brs_5 + text: I usually come through difficult times with little trouble. + reverse_scored: false +- item_id: brs_6 + text: I tend to take a long time to get over set-backs in my life. + reverse_scored: false diff --git a/packages/construct_library/constructs/cage_questionnaire.yaml b/packages/construct_library/constructs/cage_questionnaire.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1bc5297d7e78d24f203f13a6fe93089e95a460a --- /dev/null +++ b/packages/construct_library/constructs/cage_questionnaire.yaml @@ -0,0 +1,29 @@ +construct_id: cage_questionnaire +version: 1 +name: CAGE Questionnaire +language: en +category: Alcohol use risk +description: Alcohol use risk - CAGE Questionnaire. Screening tool only; not a diagnosis. +citation: 'Ewing, J. A. (1984). Detecting alcoholism: The CAGE questionnaire. JAMA, 252(14), 1905–1907. + https://doi.org/10.1001/jama.1984.03350140051025' +verification_status: needs_verification +source_url: https://www.hopkinsmedicine.org/-/media/medicine/documents/cage-substance-screening-tool.pdf +rights_note: Institutional clinical handout; verify permission for redistribution. Screening tool only; + not a diagnosis. +questionnaire: CAGE Questionnaire +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: cage_questionnaire_1 + text: Have you ever felt you ought to Cut down on your drinking? + reverse_scored: false +- item_id: cage_questionnaire_2 + text: Have people Annoyed you by criticizing your drinking? + reverse_scored: false +- item_id: cage_questionnaire_3 + text: Have you ever felt bad or Guilty about your drinking? + reverse_scored: false +- item_id: cage_questionnaire_4 + text: Have you ever had a drink first thing in the morning to steady your nerves or to get rid of a + hangover (Eye-opener)? + reverse_scored: false diff --git a/packages/construct_library/constructs/cbi_client_related_burnout.yaml b/packages/construct_library/constructs/cbi_client_related_burnout.yaml new file mode 100644 index 0000000000000000000000000000000000000000..42c28aca85341a0cc76a94fcfb073f9b6617bff5 --- /dev/null +++ b/packages/construct_library/constructs/cbi_client_related_burnout.yaml @@ -0,0 +1,33 @@ +construct_id: cbi_client_related_burnout +version: 1 +name: Client-related burnout (CBI) +language: en +category: Burnout +description: Burnout - Client-related burnout dimension of the Copenhagen Burnout Inventory (CBI). +citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen + Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720' +verification_status: needs_verification +source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/ +rights_note: Research center item page; verify permission for commercial redistribution. +questionnaire: Copenhagen Burnout Inventory (CBI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: cbi_client_related_burnout_14 + text: Do you find it hard to work with clients? + reverse_scored: false +- item_id: cbi_client_related_burnout_15 + text: Do you find it frustrating to work with clients? + reverse_scored: false +- item_id: cbi_client_related_burnout_16 + text: Does it drain your energy to work with clients? + reverse_scored: false +- item_id: cbi_client_related_burnout_17 + text: Do you feel that you give more than you get back when you work with clients? + reverse_scored: false +- item_id: cbi_client_related_burnout_18 + text: Are you tired of working with clients? + reverse_scored: false +- item_id: cbi_client_related_burnout_19 + text: Do you sometimes wonder how long you will be able to continue working with clients? + reverse_scored: false diff --git a/packages/construct_library/constructs/cbi_personal_burnout.yaml b/packages/construct_library/constructs/cbi_personal_burnout.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fd686b1dad3b81f1de624f1ea3e5f37cf3ab4e3f --- /dev/null +++ b/packages/construct_library/constructs/cbi_personal_burnout.yaml @@ -0,0 +1,33 @@ +construct_id: cbi_personal_burnout +version: 1 +name: Personal burnout (CBI) +language: en +category: Burnout +description: Burnout - Personal burnout dimension of the Copenhagen Burnout Inventory (CBI). +citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen + Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720' +verification_status: needs_verification +source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/ +rights_note: Research center item page; verify permission for commercial redistribution. +questionnaire: Copenhagen Burnout Inventory (CBI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: cbi_personal_burnout_1 + text: How often do you feel tired? + reverse_scored: false +- item_id: cbi_personal_burnout_2 + text: How often are you physically exhausted? + reverse_scored: false +- item_id: cbi_personal_burnout_3 + text: How often are you emotionally exhausted? + reverse_scored: false +- item_id: cbi_personal_burnout_4 + text: 'How often do you think: "I can''t take it anymore"?' + reverse_scored: false +- item_id: cbi_personal_burnout_5 + text: How often do you feel worn out? + reverse_scored: false +- item_id: cbi_personal_burnout_6 + text: How often do you feel weak and susceptible to illness? + reverse_scored: false diff --git a/packages/construct_library/constructs/cbi_work_related_burnout.yaml b/packages/construct_library/constructs/cbi_work_related_burnout.yaml new file mode 100644 index 0000000000000000000000000000000000000000..61e82d6ae280d0104545cce9775defa6a707fb50 --- /dev/null +++ b/packages/construct_library/constructs/cbi_work_related_burnout.yaml @@ -0,0 +1,36 @@ +construct_id: cbi_work_related_burnout +version: 1 +name: Work-related burnout (CBI) +language: en +category: Burnout +description: Burnout - Work-related burnout dimension of the Copenhagen Burnout Inventory (CBI). +citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen + Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720' +verification_status: needs_verification +source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/ +rights_note: Research center item page; verify permission for commercial redistribution. +questionnaire: Copenhagen Burnout Inventory (CBI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: cbi_work_related_burnout_7 + text: Is your work emotionally exhausting? + reverse_scored: false +- item_id: cbi_work_related_burnout_8 + text: Do you feel burnt out because of your work? + reverse_scored: false +- item_id: cbi_work_related_burnout_9 + text: Does your work frustrate you? + reverse_scored: false +- item_id: cbi_work_related_burnout_10 + text: Do you feel worn out at the end of the working day? + reverse_scored: false +- item_id: cbi_work_related_burnout_11 + text: Are you exhausted in the morning at the thought of another day at work? + reverse_scored: false +- item_id: cbi_work_related_burnout_12 + text: Do you feel that every working hour is tiring for you? + reverse_scored: false +- item_id: cbi_work_related_burnout_13 + text: Do you have enough energy for family and friends during leisure time? + reverse_scored: true diff --git a/packages/construct_library/constructs/dass_21_anxiety.yaml b/packages/construct_library/constructs/dass_21_anxiety.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7fd56fbf3ad982f702996549a75f24b9c4e7419 --- /dev/null +++ b/packages/construct_library/constructs/dass_21_anxiety.yaml @@ -0,0 +1,40 @@ +construct_id: dass_21_anxiety +version: 1 +name: Anxiety (DASS-21) +language: en +category: Depression/anxiety/stress symptoms +description: Depression/anxiety/stress symptoms - Anxiety dimension of the Depression Anxiety Stress Scales–21 + (DASS-21). Screening tool only; not a diagnosis. +citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd + ed.). Psychology Foundation of Australia. +verification_status: needs_verification +source_url: https://www2.psy.unsw.edu.au/dass/ +rights_note: DASS materials are publicly available and often described as public-domain; verify permission + for website redistribution. Screening tool only; not a diagnosis. +questionnaire: Depression Anxiety Stress Scales–21 (DASS-21) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dass_21_anxiety_2 + text: I was aware of dryness of my mouth + reverse_scored: false +- item_id: dass_21_anxiety_4 + text: I experienced breathing difficulty (e.g. excessively rapid breathing, breathlessness in the absence + of physical exertion) + reverse_scored: false +- item_id: dass_21_anxiety_7 + text: I experienced trembling (e.g. in the hands) + reverse_scored: false +- item_id: dass_21_anxiety_9 + text: I was worried about situations in which I might panic and make a fool of myself + reverse_scored: false +- item_id: dass_21_anxiety_15 + text: I felt I was close to panic + reverse_scored: false +- item_id: dass_21_anxiety_19 + text: I was aware of the action of my heart in the absence of physical exertion (e.g. sense of heart + rate increase, heart missing a beat) + reverse_scored: false +- item_id: dass_21_anxiety_20 + text: I felt scared without any good reason + reverse_scored: false diff --git a/packages/construct_library/constructs/dass_21_depression.yaml b/packages/construct_library/constructs/dass_21_depression.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f73e8b1d29af8154de0f682329d893f55ac1a80a --- /dev/null +++ b/packages/construct_library/constructs/dass_21_depression.yaml @@ -0,0 +1,38 @@ +construct_id: dass_21_depression +version: 1 +name: Depression (DASS-21) +language: en +category: Depression/anxiety/stress symptoms +description: Depression/anxiety/stress symptoms - Depression dimension of the Depression Anxiety Stress + Scales–21 (DASS-21). Screening tool only; not a diagnosis. +citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd + ed.). Psychology Foundation of Australia. +verification_status: needs_verification +source_url: https://www2.psy.unsw.edu.au/dass/ +rights_note: DASS materials are publicly available and often described as public-domain; verify permission + for website redistribution. Screening tool only; not a diagnosis. +questionnaire: Depression Anxiety Stress Scales–21 (DASS-21) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dass_21_depression_3 + text: I couldn’t seem to experience any positive feeling at all + reverse_scored: false +- item_id: dass_21_depression_5 + text: I found it difficult to work up the initiative to do things + reverse_scored: false +- item_id: dass_21_depression_10 + text: I felt that I had nothing to look forward to + reverse_scored: false +- item_id: dass_21_depression_13 + text: I felt down-hearted and blue + reverse_scored: false +- item_id: dass_21_depression_16 + text: I was unable to become enthusiastic about anything + reverse_scored: false +- item_id: dass_21_depression_17 + text: I felt I wasn’t worth much as a person + reverse_scored: false +- item_id: dass_21_depression_21 + text: I felt that life was meaningless + reverse_scored: false diff --git a/packages/construct_library/constructs/dass_21_stress.yaml b/packages/construct_library/constructs/dass_21_stress.yaml new file mode 100644 index 0000000000000000000000000000000000000000..113be993007b71f0b7dac72b3aed2d804d99ddcc --- /dev/null +++ b/packages/construct_library/constructs/dass_21_stress.yaml @@ -0,0 +1,38 @@ +construct_id: dass_21_stress +version: 1 +name: Stress (DASS-21) +language: en +category: Depression/anxiety/stress symptoms +description: Depression/anxiety/stress symptoms - Stress dimension of the Depression Anxiety Stress Scales–21 + (DASS-21). Screening tool only; not a diagnosis. +citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd + ed.). Psychology Foundation of Australia. +verification_status: needs_verification +source_url: https://www2.psy.unsw.edu.au/dass/ +rights_note: DASS materials are publicly available and often described as public-domain; verify permission + for website redistribution. Screening tool only; not a diagnosis. +questionnaire: Depression Anxiety Stress Scales–21 (DASS-21) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dass_21_stress_1 + text: I found it hard to wind down + reverse_scored: false +- item_id: dass_21_stress_6 + text: I tended to over-react to situations + reverse_scored: false +- item_id: dass_21_stress_8 + text: I felt that I was using a lot of nervous energy + reverse_scored: false +- item_id: dass_21_stress_11 + text: I found myself getting agitated + reverse_scored: false +- item_id: dass_21_stress_12 + text: I found it difficult to relax + reverse_scored: false +- item_id: dass_21_stress_14 + text: I was intolerant of anything that kept me from getting on with what I was doing + reverse_scored: false +- item_id: dass_21_stress_18 + text: I felt that I was rather touchy + reverse_scored: false diff --git a/packages/construct_library/constructs/dirty_dozen_machiavellianism.yaml b/packages/construct_library/constructs/dirty_dozen_machiavellianism.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c1729efff8b7bb62c786aa102620691a921a365 --- /dev/null +++ b/packages/construct_library/constructs/dirty_dozen_machiavellianism.yaml @@ -0,0 +1,27 @@ +construct_id: dirty_dozen_machiavellianism +version: 1 +name: Machiavellianism (Dirty Dozen) +language: en +category: Dark Triad +description: Dark Triad - Machiavellianism dimension of the Dirty Dozen. +citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad. + Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265' +verification_status: needs_verification +source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad +rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution. +questionnaire: Dirty Dozen +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dirty_dozen_machiavellianism_1 + text: I tend to manipulate others to get my way. + reverse_scored: false +- item_id: dirty_dozen_machiavellianism_2 + text: I have used deceit or lied to get my way. + reverse_scored: false +- item_id: dirty_dozen_machiavellianism_3 + text: I have used flattery to get my way. + reverse_scored: false +- item_id: dirty_dozen_machiavellianism_4 + text: I tend to exploit others towards my own end. + reverse_scored: false diff --git a/packages/construct_library/constructs/dirty_dozen_narcissism.yaml b/packages/construct_library/constructs/dirty_dozen_narcissism.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69973af8e7b4b56fe8cf091b3c1659a0c541b57c --- /dev/null +++ b/packages/construct_library/constructs/dirty_dozen_narcissism.yaml @@ -0,0 +1,27 @@ +construct_id: dirty_dozen_narcissism +version: 1 +name: Narcissism (Dirty Dozen) +language: en +category: Dark Triad +description: Dark Triad - Narcissism dimension of the Dirty Dozen. +citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad. + Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265' +verification_status: needs_verification +source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad +rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution. +questionnaire: Dirty Dozen +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dirty_dozen_narcissism_9 + text: I tend to want others to admire me. + reverse_scored: false +- item_id: dirty_dozen_narcissism_10 + text: I tend to want others to pay attention to me. + reverse_scored: false +- item_id: dirty_dozen_narcissism_11 + text: I tend to seek prestige or status. + reverse_scored: false +- item_id: dirty_dozen_narcissism_12 + text: I tend to expect special favors from others. + reverse_scored: false diff --git a/packages/construct_library/constructs/dirty_dozen_psychopathy.yaml b/packages/construct_library/constructs/dirty_dozen_psychopathy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cb71dcf23df7ea5f1cff92acefc8fa1cb08828c8 --- /dev/null +++ b/packages/construct_library/constructs/dirty_dozen_psychopathy.yaml @@ -0,0 +1,27 @@ +construct_id: dirty_dozen_psychopathy +version: 1 +name: Psychopathy (Dirty Dozen) +language: en +category: Dark Triad +description: Dark Triad - Psychopathy dimension of the Dirty Dozen. +citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad. + Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265' +verification_status: needs_verification +source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad +rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution. +questionnaire: Dirty Dozen +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: dirty_dozen_psychopathy_5 + text: I tend to lack remorse. + reverse_scored: false +- item_id: dirty_dozen_psychopathy_6 + text: I tend to be unconcerned with the morality of my actions. + reverse_scored: false +- item_id: dirty_dozen_psychopathy_7 + text: I tend to be callous or insensitive. + reverse_scored: false +- item_id: dirty_dozen_psychopathy_8 + text: I tend to be cynical. + reverse_scored: false diff --git a/packages/construct_library/constructs/ecr_rs_anxiety.yaml b/packages/construct_library/constructs/ecr_rs_anxiety.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b7560b64bd31d47345b0606bb5ca753ae113ebc7 --- /dev/null +++ b/packages/construct_library/constructs/ecr_rs_anxiety.yaml @@ -0,0 +1,26 @@ +construct_id: ecr_rs_anxiety +version: 1 +name: Anxiety (ECR-RS) +language: en +category: Adult attachment +description: Adult attachment - Anxiety dimension of the Experiences in Close Relationships—Relationship + Structures questionnaire (ECR-RS). +citation: 'Fraley, R. C., Heffernan, M. E., Vicary, A. M., & Brumbaugh, C. C. (2011). The Experiences + in Close Relationships—Relationship Structures questionnaire: A method for assessing attachment orientations + across relationships. Psychological Assessment, 23(3), 615–625. https://doi.org/10.1037/a0022898' +verification_status: needs_verification +source_url: https://labs.psychology.illinois.edu/~rcfraley/measures/relstructures.htm +rights_note: Author-hosted measure; verify permission for commercial redistribution. +questionnaire: Experiences in Close Relationships—Relationship Structures questionnaire (ECR-RS) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: ecr_rs_anxiety_7 + text: I often worry that this person doesn't really care for me. + reverse_scored: false +- item_id: ecr_rs_anxiety_8 + text: I'm afraid that this person may abandon me. + reverse_scored: false +- item_id: ecr_rs_anxiety_9 + text: I worry that this person won't care about me as much as I care about him or her. + reverse_scored: false diff --git a/packages/construct_library/constructs/ecr_rs_avoidance.yaml b/packages/construct_library/constructs/ecr_rs_avoidance.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a95054a00ac8873c4dbeb9362d3ce10a214d2134 --- /dev/null +++ b/packages/construct_library/constructs/ecr_rs_avoidance.yaml @@ -0,0 +1,35 @@ +construct_id: ecr_rs_avoidance +version: 1 +name: Avoidance (ECR-RS) +language: en +category: Adult attachment +description: Adult attachment - Avoidance dimension of the Experiences in Close Relationships—Relationship + Structures questionnaire (ECR-RS). +citation: 'Fraley, R. C., Heffernan, M. E., Vicary, A. M., & Brumbaugh, C. C. (2011). The Experiences + in Close Relationships—Relationship Structures questionnaire: A method for assessing attachment orientations + across relationships. Psychological Assessment, 23(3), 615–625. https://doi.org/10.1037/a0022898' +verification_status: needs_verification +source_url: https://labs.psychology.illinois.edu/~rcfraley/measures/relstructures.htm +rights_note: Author-hosted measure; verify permission for commercial redistribution. +questionnaire: Experiences in Close Relationships—Relationship Structures questionnaire (ECR-RS) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: ecr_rs_avoidance_1 + text: It helps to turn to this person in times of need. + reverse_scored: true +- item_id: ecr_rs_avoidance_2 + text: I usually discuss my problems and concerns with this person. + reverse_scored: true +- item_id: ecr_rs_avoidance_3 + text: I talk things over with this person. + reverse_scored: true +- item_id: ecr_rs_avoidance_4 + text: I find it easy to depend on this person. + reverse_scored: true +- item_id: ecr_rs_avoidance_5 + text: I don't feel comfortable opening up to this person. + reverse_scored: false +- item_id: ecr_rs_avoidance_6 + text: I prefer not to show this person how I feel deep down. + reverse_scored: false diff --git a/packages/construct_library/constructs/erq_cognitive_reappraisal.yaml b/packages/construct_library/constructs/erq_cognitive_reappraisal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2fdddddd6f5a52a6e5e77236e994e386f6b1101 --- /dev/null +++ b/packages/construct_library/constructs/erq_cognitive_reappraisal.yaml @@ -0,0 +1,38 @@ +construct_id: erq_cognitive_reappraisal +version: 1 +name: Cognitive reappraisal (ERQ) +language: en +category: Emotion regulation +description: Emotion regulation - Cognitive reappraisal dimension of the Emotion Regulation Questionnaire + (ERQ). +citation: 'Gross, J. J., & John, O. P. (2003). Individual differences in two emotion regulation processes: + Implications for affect, relationships, and well-being. Journal of Personality and Social Psychology, + 85(2), 348–362. https://doi.org/10.1037/0022-3514.85.2.348' +verification_status: needs_verification +source_url: https://spl.stanford.edu/sites/g/files/sbiybj19321/files/media/file/english_0.pdf +rights_note: Stanford Psychophysiology Lab-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Emotion Regulation Questionnaire (ERQ) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: erq_cognitive_reappraisal_1 + text: When I want to feel more positive emotion (such as joy or amusement), I change what I'm thinking + about. + reverse_scored: false +- item_id: erq_cognitive_reappraisal_3 + text: When I want to feel less negative emotion (such as sadness or anger), I change what I'm thinking + about. + reverse_scored: false +- item_id: erq_cognitive_reappraisal_5 + text: When I'm faced with a stressful situation, I make myself think about it in a way that helps me + stay calm. + reverse_scored: false +- item_id: erq_cognitive_reappraisal_7 + text: When I want to feel more positive emotion, I change the way I'm thinking about the situation. + reverse_scored: false +- item_id: erq_cognitive_reappraisal_8 + text: I control my emotions by changing the way I think about the situation I'm in. + reverse_scored: false +- item_id: erq_cognitive_reappraisal_10 + text: When I want to feel less negative emotion, I change the way I'm thinking about the situation. + reverse_scored: false diff --git a/packages/construct_library/constructs/erq_expressive_suppression.yaml b/packages/construct_library/constructs/erq_expressive_suppression.yaml new file mode 100644 index 0000000000000000000000000000000000000000..186b6696f8d56f30504b1d361249267120681e95 --- /dev/null +++ b/packages/construct_library/constructs/erq_expressive_suppression.yaml @@ -0,0 +1,29 @@ +construct_id: erq_expressive_suppression +version: 1 +name: Expressive suppression (ERQ) +language: en +category: Emotion regulation +description: Emotion regulation - Expressive suppression dimension of the Emotion Regulation Questionnaire + (ERQ). +citation: 'Gross, J. J., & John, O. P. (2003). Individual differences in two emotion regulation processes: + Implications for affect, relationships, and well-being. Journal of Personality and Social Psychology, + 85(2), 348–362. https://doi.org/10.1037/0022-3514.85.2.348' +verification_status: needs_verification +source_url: https://spl.stanford.edu/sites/g/files/sbiybj19321/files/media/file/english_0.pdf +rights_note: Stanford Psychophysiology Lab-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Emotion Regulation Questionnaire (ERQ) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: erq_expressive_suppression_2 + text: I keep my emotions to myself. + reverse_scored: false +- item_id: erq_expressive_suppression_4 + text: When I am feeling positive emotions, I am careful not to express them. + reverse_scored: false +- item_id: erq_expressive_suppression_6 + text: I control my emotions by not expressing them. + reverse_scored: false +- item_id: erq_expressive_suppression_9 + text: When I am feeling negative emotions, I make sure not to express them. + reverse_scored: false diff --git a/packages/construct_library/constructs/flourishing_scale.yaml b/packages/construct_library/constructs/flourishing_scale.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f1477d330d7d69d07d1de0c573690171a451916 --- /dev/null +++ b/packages/construct_library/constructs/flourishing_scale.yaml @@ -0,0 +1,40 @@ +construct_id: flourishing_scale +version: 1 +name: Flourishing Scale +language: en +category: Flourishing +description: Flourishing - Flourishing Scale. +citation: 'Diener, E., Wirtz, D., Tov, W., Kim-Prieto, C., Choi, D., Oishi, S., & Biswas-Diener, R. (2010). + New well-being measures: Short scales to assess flourishing and positive and negative feelings. Social + Indicators Research, 97, 143–156. https://doi.org/10.1007/s11205-009-9493-y' +verification_status: needs_verification +source_url: https://eddiener.com/scales/8-item-flourishing-scale/ +rights_note: Author-hosted scale page; verify permission for commercial redistribution. +questionnaire: Flourishing Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: flourishing_scale_1 + text: I lead a purposeful and meaningful life. + reverse_scored: false +- item_id: flourishing_scale_2 + text: My social relationships are supportive and rewarding. + reverse_scored: false +- item_id: flourishing_scale_3 + text: I am engaged and interested in my daily activities. + reverse_scored: false +- item_id: flourishing_scale_4 + text: I actively contribute to the happiness and well-being of others. + reverse_scored: false +- item_id: flourishing_scale_5 + text: I am competent and capable in the activities that are important to me. + reverse_scored: false +- item_id: flourishing_scale_6 + text: I am a good person and live a good life. + reverse_scored: false +- item_id: flourishing_scale_7 + text: I am optimistic about my future. + reverse_scored: false +- item_id: flourishing_scale_8 + text: People respect me. + reverse_scored: false diff --git a/packages/construct_library/constructs/gad_7.yaml b/packages/construct_library/constructs/gad_7.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3d76e135eb84df752b1245c3af33c9a4fe30e5fc --- /dev/null +++ b/packages/construct_library/constructs/gad_7.yaml @@ -0,0 +1,37 @@ +construct_id: gad_7 +version: 1 +name: Generalized Anxiety Disorder-7 (GAD-7) +language: en +category: Anxiety symptoms +description: Anxiety symptoms - Generalized Anxiety Disorder-7 (GAD-7). Screening tool only; not a diagnosis. +citation: 'Spitzer, R. L., Kroenke, K., Williams, J. B. W., & Löwe, B. (2006). A brief measure for assessing + generalized anxiety disorder: The GAD-7. Archives of Internal Medicine, 166(10), 1092–1097. https://doi.org/10.1001/archinte.166.10.1092' +verification_status: needs_verification +source_url: https://www.phqscreeners.com/ +rights_note: Pfizer states PHQ/GAD screeners are available without copyright restriction and at no charge. + Screening tool only; not a diagnosis. +questionnaire: Generalized Anxiety Disorder-7 (GAD-7) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: gad_7_1 + text: Feeling nervous, anxious, or on edge + reverse_scored: false +- item_id: gad_7_2 + text: Not being able to stop or control worrying + reverse_scored: false +- item_id: gad_7_3 + text: Worrying too much about different things + reverse_scored: false +- item_id: gad_7_4 + text: Trouble relaxing + reverse_scored: false +- item_id: gad_7_5 + text: Being so restless that it is hard to sit still + reverse_scored: false +- item_id: gad_7_6 + text: Becoming easily annoyed or irritable + reverse_scored: false +- item_id: gad_7_7 + text: Feeling afraid as if something awful might happen + reverse_scored: false diff --git a/packages/construct_library/constructs/gq_6.yaml b/packages/construct_library/constructs/gq_6.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86c1f326285f6c5924fa2a1989ff617b935a9d8f --- /dev/null +++ b/packages/construct_library/constructs/gq_6.yaml @@ -0,0 +1,34 @@ +construct_id: gq_6 +version: 1 +name: Gratitude Questionnaire–Six Item Form (GQ-6) +language: en +category: Gratitude +description: Gratitude - Gratitude Questionnaire–Six Item Form (GQ-6). +citation: 'McCullough, M. E., Emmons, R. A., & Tsang, J.-A. (2002). The grateful disposition: A conceptual + and empirical topography. Journal of Personality and Social Psychology, 82(1), 112–127. https://doi.org/10.1037/0022-3514.82.1.112' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/resources/questionnaires-researchers/gratitude-questionnaire +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Gratitude Questionnaire–Six Item Form (GQ-6) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: gq_6_1 + text: I have so much in life to be thankful for. + reverse_scored: false +- item_id: gq_6_2 + text: If I had to list everything that I felt grateful for, it would be a very long list. + reverse_scored: false +- item_id: gq_6_3 + text: When I look at the world, I don't see much to be grateful for. + reverse_scored: false +- item_id: gq_6_4 + text: I am grateful to a wide variety of people. + reverse_scored: false +- item_id: gq_6_5 + text: As I get older I find myself more able to appreciate the people, events, and situations that have + been part of my life history. + reverse_scored: false +- item_id: gq_6_6 + text: Long amounts of time can go by before I feel grateful to something or someone. + reverse_scored: false diff --git a/packages/construct_library/constructs/grit_s_consistency_of_interests.yaml b/packages/construct_library/constructs/grit_s_consistency_of_interests.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a50ea52a3acbc7a0c961fa356a6ae7dad93915e --- /dev/null +++ b/packages/construct_library/constructs/grit_s_consistency_of_interests.yaml @@ -0,0 +1,27 @@ +construct_id: grit_s_consistency_of_interests +version: 1 +name: Consistency of interests (Grit-S) +language: en +category: Grit +description: Grit - Consistency of interests dimension of the Short Grit Scale (Grit-S). +citation: Duckworth, A. L., & Quinn, P. D. (2009). Development and validation of the Short Grit Scale + (Grit-S). Journal of Personality Assessment, 91(2), 166–174. https://doi.org/10.1080/00223890802634290 +verification_status: needs_verification +source_url: https://angeladuckworth.com/grit-scale/ +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Short Grit Scale (Grit-S) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: grit_s_consistency_of_interests_1 + text: New ideas and projects sometimes distract me from previous ones. + reverse_scored: true +- item_id: grit_s_consistency_of_interests_3 + text: I have been obsessed with a certain idea or project for a short time but later lost interest. + reverse_scored: true +- item_id: grit_s_consistency_of_interests_5 + text: I often set a goal but later choose to pursue a different one. + reverse_scored: true +- item_id: grit_s_consistency_of_interests_6 + text: I have difficulty maintaining my focus on projects that take more than a few months to complete. + reverse_scored: true diff --git a/packages/construct_library/constructs/grit_s_perseverance_of_effort.yaml b/packages/construct_library/constructs/grit_s_perseverance_of_effort.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b6a16371d0d160e327fa1c0d5e8a46dfa14f4b47 --- /dev/null +++ b/packages/construct_library/constructs/grit_s_perseverance_of_effort.yaml @@ -0,0 +1,27 @@ +construct_id: grit_s_perseverance_of_effort +version: 1 +name: Perseverance of effort (Grit-S) +language: en +category: Grit +description: Grit - Perseverance of effort dimension of the Short Grit Scale (Grit-S). +citation: Duckworth, A. L., & Quinn, P. D. (2009). Development and validation of the Short Grit Scale + (Grit-S). Journal of Personality Assessment, 91(2), 166–174. https://doi.org/10.1080/00223890802634290 +verification_status: needs_verification +source_url: https://angeladuckworth.com/grit-scale/ +rights_note: Author-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Short Grit Scale (Grit-S) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: grit_s_perseverance_of_effort_2 + text: Setbacks don’t discourage me. + reverse_scored: false +- item_id: grit_s_perseverance_of_effort_4 + text: I am a hard worker. + reverse_scored: false +- item_id: grit_s_perseverance_of_effort_7 + text: I finish whatever I begin. + reverse_scored: false +- item_id: grit_s_perseverance_of_effort_8 + text: I am diligent. + reverse_scored: false diff --git a/packages/construct_library/constructs/gse.yaml b/packages/construct_library/constructs/gse.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe553e37bacc5b00dedcb8bc793b019ba00dc153 --- /dev/null +++ b/packages/construct_library/constructs/gse.yaml @@ -0,0 +1,46 @@ +construct_id: gse +version: 1 +name: General Self-Efficacy Scale (GSE) +language: en +category: General self-efficacy +description: General self-efficacy - General Self-Efficacy Scale (GSE). +citation: 'Schwarzer, R., & Jerusalem, M. (1995). Generalized Self-Efficacy Scale. In J. Weinman, S. Wright, + & M. Johnston (Eds.), Measures in health psychology: A user’s portfolio. Causal and control beliefs + (pp. 35–37). NFER-NELSON.' +verification_status: needs_verification +source_url: https://userpage.fu-berlin.de/~health/engscal.htm +rights_note: Author/researcher-hosted scale; check local permission requirements before commercial use. +questionnaire: General Self-Efficacy Scale (GSE) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: gse_1 + text: I can always manage to solve difficult problems if I try hard enough. + reverse_scored: false +- item_id: gse_2 + text: If someone opposes me, I can find the means and ways to get what I want. + reverse_scored: false +- item_id: gse_3 + text: It is easy for me to stick to my aims and accomplish my goals. + reverse_scored: false +- item_id: gse_4 + text: I am confident that I could deal efficiently with unexpected events. + reverse_scored: false +- item_id: gse_5 + text: Thanks to my resourcefulness, I know how to handle unforeseen situations. + reverse_scored: false +- item_id: gse_6 + text: I can solve most problems if I invest the necessary effort. + reverse_scored: false +- item_id: gse_7 + text: I can remain calm when facing difficulties because I can rely on my coping abilities. + reverse_scored: false +- item_id: gse_8 + text: When I am confronted with a problem, I can usually find several solutions. + reverse_scored: false +- item_id: gse_9 + text: If I am in trouble, I can usually think of a solution. + reverse_scored: false +- item_id: gse_10 + text: I can usually handle whatever comes my way. + reverse_scored: false diff --git a/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_agreeableness.yaml b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_agreeableness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..af34730f9ec8a3eeab18ea68acd490a1d95624c4 --- /dev/null +++ b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_agreeableness.yaml @@ -0,0 +1,49 @@ +construct_id: ipip_50_item_big_five_factor_markers_agreeableness +version: 1 +name: Agreeableness (IPIP 50-item Big-Five Factor Markers) +language: en +category: Big Five personality traits +description: Big Five personality traits - Agreeableness dimension of the IPIP 50-item Big-Five Factor + Markers. +citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological + Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth, + public-domain, personality inventory measuring the lower-level facets of several five-factor models. + In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol. + 7, pp. 7–28). Tilburg University Press. +verification_status: needs_verification +source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm +rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation. +questionnaire: IPIP 50-item Big-Five Factor Markers +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_2 + text: I feel little concern for others. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_7 + text: I am interested in people. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_12 + text: I insult people. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_17 + text: I sympathize with others' feelings. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_22 + text: I am not interested in other people's problems. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_27 + text: I have a soft heart. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_32 + text: I am not really interested in others. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_37 + text: I take time out for others. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_42 + text: I feel others' emotions. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_agreeableness_47 + text: I make people feel at ease. + reverse_scored: false diff --git a/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_conscientiousness.yaml b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_conscientiousness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f37fabab1b90201c680b224a1de1e6c75822c8b4 --- /dev/null +++ b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_conscientiousness.yaml @@ -0,0 +1,49 @@ +construct_id: ipip_50_item_big_five_factor_markers_conscientiousness +version: 1 +name: Conscientiousness (IPIP 50-item Big-Five Factor Markers) +language: en +category: Big Five personality traits +description: Big Five personality traits - Conscientiousness dimension of the IPIP 50-item Big-Five Factor + Markers. +citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological + Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth, + public-domain, personality inventory measuring the lower-level facets of several five-factor models. + In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol. + 7, pp. 7–28). Tilburg University Press. +verification_status: needs_verification +source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm +rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation. +questionnaire: IPIP 50-item Big-Five Factor Markers +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_3 + text: I am always prepared. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_8 + text: I leave my belongings around. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_13 + text: I pay attention to details. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_18 + text: I make a mess of things. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_23 + text: I get chores done right away. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_28 + text: I often forget to put things back in their proper place. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_33 + text: I like order. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_38 + text: I shirk my duties. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_43 + text: I follow a schedule. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_48 + text: I am exacting in my work. + reverse_scored: false diff --git a/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism.yaml b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e94205efffdcbc6f9895733d0b1dd0bda5b82dfc --- /dev/null +++ b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism.yaml @@ -0,0 +1,49 @@ +construct_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism +version: 1 +name: Emotional Stability / Neuroticism (IPIP 50-item Big-Five Factor Markers) +language: en +category: Big Five personality traits +description: Big Five personality traits - Emotional Stability / Neuroticism dimension of the IPIP 50-item + Big-Five Factor Markers. +citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological + Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth, + public-domain, personality inventory measuring the lower-level facets of several five-factor models. + In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol. + 7, pp. 7–28). Tilburg University Press. +verification_status: needs_verification +source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm +rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation. +questionnaire: IPIP 50-item Big-Five Factor Markers +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_4 + text: I get stressed out easily. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_9 + text: I am relaxed most of the time. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_14 + text: I worry about things. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_19 + text: I seldom feel blue. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_24 + text: I am easily disturbed. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_29 + text: I get upset easily. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_34 + text: I change my mood a lot. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_39 + text: I have frequent mood swings. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_44 + text: I get irritated easily. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_49 + text: I often feel blue. + reverse_scored: false diff --git a/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_extraversion.yaml b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_extraversion.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fa9a8f2472a54b0d12b715a117b919ad783637df --- /dev/null +++ b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_extraversion.yaml @@ -0,0 +1,49 @@ +construct_id: ipip_50_item_big_five_factor_markers_extraversion +version: 1 +name: Extraversion (IPIP 50-item Big-Five Factor Markers) +language: en +category: Big Five personality traits +description: Big Five personality traits - Extraversion dimension of the IPIP 50-item Big-Five Factor + Markers. +citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological + Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth, + public-domain, personality inventory measuring the lower-level facets of several five-factor models. + In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol. + 7, pp. 7–28). Tilburg University Press. +verification_status: needs_verification +source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm +rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation. +questionnaire: IPIP 50-item Big-Five Factor Markers +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: ipip_50_item_big_five_factor_markers_extraversion_1 + text: I am the life of the party. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_6 + text: I don't talk a lot. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_11 + text: I feel comfortable around people. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_16 + text: I keep in the background. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_21 + text: I start conversations. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_26 + text: I have little to say. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_31 + text: I talk to a lot of different people at parties. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_36 + text: I don't like to draw attention to myself. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_41 + text: I don't mind being the center of attention. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_extraversion_46 + text: I am quiet around strangers. + reverse_scored: false diff --git a/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_intellect_imagination.yaml b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_intellect_imagination.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4214e06612157eacf49e0aa0b5cd0890a81acc11 --- /dev/null +++ b/packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_intellect_imagination.yaml @@ -0,0 +1,49 @@ +construct_id: ipip_50_item_big_five_factor_markers_intellect_imagination +version: 1 +name: Intellect/Imagination (IPIP 50-item Big-Five Factor Markers) +language: en +category: Big Five personality traits +description: Big Five personality traits - Intellect/Imagination dimension of the IPIP 50-item Big-Five + Factor Markers. +citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological + Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth, + public-domain, personality inventory measuring the lower-level facets of several five-factor models. + In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol. + 7, pp. 7–28). Tilburg University Press. +verification_status: needs_verification +source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm +rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation. +questionnaire: IPIP 50-item Big-Five Factor Markers +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_5 + text: I have a rich vocabulary. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_10 + text: I have difficulty understanding abstract ideas. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_15 + text: I have a vivid imagination. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_20 + text: I am not interested in abstract ideas. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_25 + text: I have excellent ideas. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_30 + text: I do not have a good imagination. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_35 + text: I am quick to understand things. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_40 + text: I use difficult words. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_45 + text: I spend time reflecting on things. + reverse_scored: false +- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_50 + text: I am full of ideas. + reverse_scored: false diff --git a/packages/construct_library/constructs/iri_empathic_concern.yaml b/packages/construct_library/constructs/iri_empathic_concern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ef59891544ee50e66308e8afa8bf2f299e608c08 --- /dev/null +++ b/packages/construct_library/constructs/iri_empathic_concern.yaml @@ -0,0 +1,36 @@ +construct_id: iri_empathic_concern +version: 1 +name: Empathic Concern (IRI) +language: en +category: Empathy +description: Empathy - Empathic Concern dimension of the Interpersonal Reactivity Index (IRI). +citation: 'Davis, M. H. (1983). Measuring individual differences in empathy: Evidence for a multidimensional + approach. Journal of Personality and Social Psychology, 44(1), 113–126. https://doi.org/10.1037/0022-3514.44.1.113' +verification_status: needs_verification +source_url: https://www.eckerd.edu/psychology/iri/ +rights_note: Author/institution-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Interpersonal Reactivity Index (IRI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: iri_empathic_concern_2 + text: I often have tender, concerned feelings for people less fortunate than me. + reverse_scored: false +- item_id: iri_empathic_concern_4 + text: Sometimes I don't feel very sorry for other people when they are having problems. + reverse_scored: true +- item_id: iri_empathic_concern_9 + text: When I see someone being taken advantage of, I feel kind of protective towards them. + reverse_scored: false +- item_id: iri_empathic_concern_14 + text: Other people's misfortunes do not usually disturb me a great deal. + reverse_scored: true +- item_id: iri_empathic_concern_18 + text: When I see someone being treated unfairly, I sometimes don't feel very much pity for them. + reverse_scored: true +- item_id: iri_empathic_concern_20 + text: I am often quite touched by things that I see happen. + reverse_scored: false +- item_id: iri_empathic_concern_22 + text: I would describe myself as a pretty soft-hearted person. + reverse_scored: false diff --git a/packages/construct_library/constructs/iri_fantasy.yaml b/packages/construct_library/constructs/iri_fantasy.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3bb5a9a955bee0e37ba48040cdc49f2e89643879 --- /dev/null +++ b/packages/construct_library/constructs/iri_fantasy.yaml @@ -0,0 +1,38 @@ +construct_id: iri_fantasy +version: 1 +name: Fantasy (IRI) +language: en +category: Empathy +description: Empathy - Fantasy dimension of the Interpersonal Reactivity Index (IRI). +citation: 'Davis, M. H. (1983). Measuring individual differences in empathy: Evidence for a multidimensional + approach. Journal of Personality and Social Psychology, 44(1), 113–126. https://doi.org/10.1037/0022-3514.44.1.113' +verification_status: needs_verification +source_url: https://www.eckerd.edu/psychology/iri/ +rights_note: Author/institution-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Interpersonal Reactivity Index (IRI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: iri_fantasy_1 + text: I daydream and fantasize, with some regularity, about things that might happen to me. + reverse_scored: false +- item_id: iri_fantasy_5 + text: I really get involved with the feelings of the characters in a novel. + reverse_scored: false +- item_id: iri_fantasy_7 + text: I am usually objective when I watch a movie or play, and I don't often get completely caught up + in it. + reverse_scored: true +- item_id: iri_fantasy_12 + text: Becoming extremely involved in a good book or movie is somewhat rare for me. + reverse_scored: true +- item_id: iri_fantasy_16 + text: After seeing a play or movie, I have felt as though I were one of the characters. + reverse_scored: false +- item_id: iri_fantasy_23 + text: When I watch a good movie, I can very easily put myself in the place of a leading character. + reverse_scored: false +- item_id: iri_fantasy_26 + text: When I am reading an interesting story or novel, I imagine how I would feel if the events in the + story were happening to me. + reverse_scored: false diff --git a/packages/construct_library/constructs/iri_personal_distress.yaml b/packages/construct_library/constructs/iri_personal_distress.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fc289fc201961b1f52227228cebc500bc8a34473 --- /dev/null +++ b/packages/construct_library/constructs/iri_personal_distress.yaml @@ -0,0 +1,36 @@ +construct_id: iri_personal_distress +version: 1 +name: Personal Distress (IRI) +language: en +category: Empathy +description: Empathy - Personal Distress dimension of the Interpersonal Reactivity Index (IRI). +citation: 'Davis, M. H. (1983). Measuring individual differences in empathy: Evidence for a multidimensional + approach. Journal of Personality and Social Psychology, 44(1), 113–126. https://doi.org/10.1037/0022-3514.44.1.113' +verification_status: needs_verification +source_url: https://www.eckerd.edu/psychology/iri/ +rights_note: Author/institution-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Interpersonal Reactivity Index (IRI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: iri_personal_distress_6 + text: In emergency situations, I feel apprehensive and ill-at-ease. + reverse_scored: false +- item_id: iri_personal_distress_10 + text: I sometimes feel helpless when I am in the middle of a very emotional situation. + reverse_scored: false +- item_id: iri_personal_distress_13 + text: When I see someone get hurt, I tend to remain calm. + reverse_scored: true +- item_id: iri_personal_distress_17 + text: Being in a tense emotional situation scares me. + reverse_scored: false +- item_id: iri_personal_distress_19 + text: I am usually pretty effective in dealing with emergencies. + reverse_scored: true +- item_id: iri_personal_distress_24 + text: I tend to lose control during emergencies. + reverse_scored: false +- item_id: iri_personal_distress_27 + text: When I see someone who badly needs help in an emergency, I go to pieces. + reverse_scored: false diff --git a/packages/construct_library/constructs/iri_perspective_taking.yaml b/packages/construct_library/constructs/iri_perspective_taking.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2bb73d7cda76cdbdba7af3a62e0c5c967e3b1ec6 --- /dev/null +++ b/packages/construct_library/constructs/iri_perspective_taking.yaml @@ -0,0 +1,36 @@ +construct_id: iri_perspective_taking +version: 1 +name: Perspective Taking (IRI) +language: en +category: Empathy +description: Empathy - Perspective Taking dimension of the Interpersonal Reactivity Index (IRI). +citation: 'Davis, M. H. (1983). Measuring individual differences in empathy: Evidence for a multidimensional + approach. Journal of Personality and Social Psychology, 44(1), 113–126. https://doi.org/10.1037/0022-3514.44.1.113' +verification_status: needs_verification +source_url: https://www.eckerd.edu/psychology/iri/ +rights_note: Author/institution-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Interpersonal Reactivity Index (IRI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: iri_perspective_taking_3 + text: I sometimes find it difficult to see things from the "other guy's" point of view. + reverse_scored: true +- item_id: iri_perspective_taking_8 + text: I try to look at everybody's side of a disagreement before I make a decision. + reverse_scored: false +- item_id: iri_perspective_taking_11 + text: I sometimes try to understand my friends better by imagining how things look from their perspective. + reverse_scored: false +- item_id: iri_perspective_taking_15 + text: If I'm sure I'm right about something, I don't waste much time listening to other people's arguments. + reverse_scored: true +- item_id: iri_perspective_taking_21 + text: I believe that there are two sides to every question and try to look at them both. + reverse_scored: false +- item_id: iri_perspective_taking_25 + text: When I'm upset at someone, I usually try to "put myself in his shoes" for a while. + reverse_scored: false +- item_id: iri_perspective_taking_28 + text: Before criticizing somebody, I try to imagine how I would feel if I were in their place. + reverse_scored: false diff --git a/packages/construct_library/constructs/k10.yaml b/packages/construct_library/constructs/k10.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ea3abf53a3dcaffe1cacbd054fc3d520ae34ba8 --- /dev/null +++ b/packages/construct_library/constructs/k10.yaml @@ -0,0 +1,48 @@ +construct_id: k10 +version: 1 +name: Kessler Psychological Distress Scale (K10) +language: en +category: Psychological distress +description: Psychological distress - Kessler Psychological Distress Scale (K10). Screening tool only; + not a diagnosis. +citation: Kessler, R. C., Andrews, G., Colpe, L. J., Hiripi, E., Mroczek, D. K., Normand, S.-L. T., Walters, + E. E., & Zaslavsky, A. M. (2002). Short screening scales to monitor population prevalences and trends + in non-specific psychological distress. Psychological Medicine, 32(6), 959–976. https://doi.org/10.1017/S0033291702006074 +verification_status: needs_verification +source_url: https://www.tac.vic.gov.au/files-to-move/media/upload/k10_english.pdf +rights_note: Publicly posted government PDF; verify permission for redistribution. Screening tool only; + not a diagnosis. +questionnaire: Kessler Psychological Distress Scale (K10) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: k10_1 + text: tired out for no good reason? + reverse_scored: false +- item_id: k10_2 + text: nervous? + reverse_scored: false +- item_id: k10_3 + text: so nervous that nothing could calm you down? + reverse_scored: false +- item_id: k10_4 + text: hopeless? + reverse_scored: false +- item_id: k10_5 + text: restless or fidgety? + reverse_scored: false +- item_id: k10_6 + text: so restless you could not sit still? + reverse_scored: false +- item_id: k10_7 + text: depressed? + reverse_scored: false +- item_id: k10_8 + text: that everything was an effort? + reverse_scored: false +- item_id: k10_9 + text: so sad that nothing could cheer you up? + reverse_scored: false +- item_id: k10_10 + text: worthless? + reverse_scored: false diff --git a/packages/construct_library/constructs/lot_r.yaml b/packages/construct_library/constructs/lot_r.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5dc9fff441c37a97c143fd735649e9e8b6cda282 --- /dev/null +++ b/packages/construct_library/constructs/lot_r.yaml @@ -0,0 +1,34 @@ +construct_id: lot_r +version: 1 +name: Life Orientation Test–Revised (LOT-R) +language: en +category: Optimism +description: Optimism - Life Orientation Test–Revised (LOT-R). +citation: 'Scheier, M. F., Carver, C. S., & Bridges, M. W. (1994). Distinguishing optimism from neuroticism: + A reevaluation of the Life Orientation Test. Journal of Personality and Social Psychology, 67(6), 1063–1078. + https://doi.org/10.1037/0022-3514.67.6.1063' +verification_status: needs_verification +source_url: https://fetzer.org/sites/default/files/images/stories/pdf/selfmeasures/Self_Measures_for_Optimism_LIFE_ORIENTATION_TEST.pdf +rights_note: Publicly posted scale handout; verify permission for commercial redistribution. +questionnaire: Life Orientation Test–Revised (LOT-R) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: lot_r_1 + text: In uncertain times, I usually expect the best. + reverse_scored: false +- item_id: lot_r_3 + text: If something can go wrong for me, it will. + reverse_scored: true +- item_id: lot_r_4 + text: I'm always optimistic about my future. + reverse_scored: false +- item_id: lot_r_7 + text: I hardly ever expect things to go my way. + reverse_scored: true +- item_id: lot_r_9 + text: I rarely count on good things happening to me. + reverse_scored: true +- item_id: lot_r_10 + text: Overall, I expect more good things to happen to me than bad. + reverse_scored: false diff --git a/packages/construct_library/constructs/maas.yaml b/packages/construct_library/constructs/maas.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d548ea4638c81d050e2eff5458559d37a8119de --- /dev/null +++ b/packages/construct_library/constructs/maas.yaml @@ -0,0 +1,64 @@ +construct_id: maas +version: 1 +name: Mindful Attention Awareness Scale (MAAS) +language: en +category: Mindfulness +description: Mindfulness - Mindful Attention Awareness Scale (MAAS). +citation: 'Brown, K. W., & Ryan, R. M. (2003). The benefits of being present: Mindfulness and its role + in psychological well-being. Journal of Personality and Social Psychology, 84(4), 822–848. https://doi.org/10.1037/0022-3514.84.4.822' +verification_status: needs_verification +source_url: https://selfdeterminationtheory.org/mindfulness-attention-awareness/ +rights_note: Official Self-Determination Theory site hosts the scale; verify permission for commercial + redistribution. +questionnaire: Mindful Attention Awareness Scale (MAAS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: maas_1 + text: I could be experiencing some emotion and not be conscious of it until some time later. + reverse_scored: false +- item_id: maas_2 + text: I break or spill things because of carelessness, not paying attention, or thinking of something + else. + reverse_scored: false +- item_id: maas_3 + text: I find it difficult to stay focused on what’s happening in the present. + reverse_scored: false +- item_id: maas_4 + text: I tend to walk quickly to get where I’m going without paying attention to what I experience along + the way. + reverse_scored: false +- item_id: maas_5 + text: I tend not to notice feelings of physical tension or discomfort until they really grab my attention. + reverse_scored: false +- item_id: maas_6 + text: I forget a person’s name almost as soon as I’ve been told it for the first time. + reverse_scored: false +- item_id: maas_7 + text: It seems I am “running on automatic,” without much awareness of what I’m doing. + reverse_scored: false +- item_id: maas_8 + text: I rush through activities without being really attentive to them. + reverse_scored: false +- item_id: maas_9 + text: I get so focused on the goal I want to achieve that I lose touch with what I’m doing right now + to get there. + reverse_scored: false +- item_id: maas_10 + text: I do jobs or tasks automatically, without being aware of what I'm doing. + reverse_scored: false +- item_id: maas_11 + text: I find myself listening to someone with one ear, doing something else at the same time. + reverse_scored: false +- item_id: maas_12 + text: I drive places on ‘automatic pilot’ and then wonder why I went there. + reverse_scored: false +- item_id: maas_13 + text: I find myself preoccupied with the future or the past. + reverse_scored: false +- item_id: maas_14 + text: I find myself doing things without paying attention. + reverse_scored: false +- item_id: maas_15 + text: I snack without being aware that I’m eating. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_authority.yaml b/packages/construct_library/constructs/mfq_2_authority.yaml new file mode 100644 index 0000000000000000000000000000000000000000..acfa5de3a236c60cb74e50a8d919ff81d4cfd528 --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_authority.yaml @@ -0,0 +1,34 @@ +construct_id: mfq_2_authority +version: 1 +name: Authority (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Authority dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_authority_5 + text: I think it is important for societies to cherish their traditional values. + reverse_scored: false +- item_id: mfq_2_authority_11 + text: I feel that most traditions serve a valuable function in keeping society orderly. + reverse_scored: false +- item_id: mfq_2_authority_17 + text: I think obedience to parents is an important virtue. + reverse_scored: false +- item_id: mfq_2_authority_23 + text: We all need to learn from our elders. + reverse_scored: false +- item_id: mfq_2_authority_29 + text: I believe that one of the most important values to teach children is to have respect for authority. + reverse_scored: false +- item_id: mfq_2_authority_35 + text: I think having a strong leader is good for society. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_care.yaml b/packages/construct_library/constructs/mfq_2_care.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ef8f370ae31a34638c4b1066e935c12c0385b98b --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_care.yaml @@ -0,0 +1,34 @@ +construct_id: mfq_2_care +version: 1 +name: Care (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Care dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_care_1 + text: Caring for people who have suffered is an important virtue. + reverse_scored: false +- item_id: mfq_2_care_7 + text: I believe that compassion for those who are suffering is one of the most crucial virtues. + reverse_scored: false +- item_id: mfq_2_care_13 + text: We should all care for people who are in emotional pain. + reverse_scored: false +- item_id: mfq_2_care_19 + text: I am empathetic toward those people who have suffered in their lives. + reverse_scored: false +- item_id: mfq_2_care_25 + text: Everyone should try to comfort people who are going through something hard. + reverse_scored: false +- item_id: mfq_2_care_31 + text: It pains me when I see someone ignoring the needs of another human being. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_equality.yaml b/packages/construct_library/constructs/mfq_2_equality.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9cf01a2410302409a9769d4a34d42b2a3e0c6db7 --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_equality.yaml @@ -0,0 +1,35 @@ +construct_id: mfq_2_equality +version: 1 +name: Equality (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Equality dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_equality_2 + text: The world would be a better place if everyone made the same amount of money. + reverse_scored: false +- item_id: mfq_2_equality_8 + text: Our society would have fewer problems if people had the same income. + reverse_scored: false +- item_id: mfq_2_equality_14 + text: I believe that everyone should be given the same quantity of resources in life. + reverse_scored: false +- item_id: mfq_2_equality_20 + text: I believe it would be ideal if everyone in society wound up with roughly the same amount of money. + reverse_scored: false +- item_id: mfq_2_equality_26 + text: When people work together toward a common goal, they should share the rewards equally, even if + some worked harder on it. + reverse_scored: false +- item_id: mfq_2_equality_32 + text: I get upset when some people have a lot more money than others in my country. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_loyalty.yaml b/packages/construct_library/constructs/mfq_2_loyalty.yaml new file mode 100644 index 0000000000000000000000000000000000000000..745add28ac47869eed4b574e82a0a77f7b1e6311 --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_loyalty.yaml @@ -0,0 +1,34 @@ +construct_id: mfq_2_loyalty +version: 1 +name: Loyalty (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Loyalty dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_loyalty_4 + text: I think children should be taught to be loyal to their country. + reverse_scored: false +- item_id: mfq_2_loyalty_10 + text: It upsets me when people have no loyalty to their country. + reverse_scored: false +- item_id: mfq_2_loyalty_16 + text: Everyone should love their own community. + reverse_scored: false +- item_id: mfq_2_loyalty_22 + text: Everyone should defend their country, if called upon. + reverse_scored: false +- item_id: mfq_2_loyalty_28 + text: Everyone should feel proud when a person in their community wins in an international competition. + reverse_scored: false +- item_id: mfq_2_loyalty_34 + text: I believe the strength of a sports team comes from the loyalty of its members to each other. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_proportionality.yaml b/packages/construct_library/constructs/mfq_2_proportionality.yaml new file mode 100644 index 0000000000000000000000000000000000000000..47f9310c0b32903e30d4402a373ff86663030566 --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_proportionality.yaml @@ -0,0 +1,34 @@ +construct_id: mfq_2_proportionality +version: 1 +name: Proportionality (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Proportionality dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_proportionality_3 + text: I think people who are more hard-working should end up with more money. + reverse_scored: false +- item_id: mfq_2_proportionality_9 + text: I think people should be rewarded in proportion to what they contribute. + reverse_scored: false +- item_id: mfq_2_proportionality_15 + text: The effort a worker puts into a job ought to be reflected in the size of a raise they receive. + reverse_scored: false +- item_id: mfq_2_proportionality_21 + text: It makes me happy when people are recognized on their merits. + reverse_scored: false +- item_id: mfq_2_proportionality_27 + text: In a fair society, those who work hard should live with higher standards of living. + reverse_scored: false +- item_id: mfq_2_proportionality_33 + text: I feel good when I see cheaters get caught and punished. + reverse_scored: false diff --git a/packages/construct_library/constructs/mfq_2_purity.yaml b/packages/construct_library/constructs/mfq_2_purity.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c28756139a76d74df64224511d332814ac228fc --- /dev/null +++ b/packages/construct_library/constructs/mfq_2_purity.yaml @@ -0,0 +1,35 @@ +construct_id: mfq_2_purity +version: 1 +name: Purity (MFQ-2) +language: en +category: Moral foundations +description: Moral foundations - Purity dimension of the Moral Foundations Questionnaire-2 (MFQ-2). +citation: 'Atari, M., Haidt, J., Graham, J., Koleva, S., Stevens, S. T., & Dehghani, M. (2023). Morality + beyond the WEIRD: How the nomological network of morality varies across cultures. Journal of Personality + and Social Psychology, 125(5), 1157–1188. https://doi.org/10.1037/pspp0000470' +verification_status: needs_verification +source_url: https://psycnet.apa.org/record/2023-99083-001 +rights_note: nan +questionnaire: Moral Foundations Questionnaire-2 (MFQ-2) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mfq_2_purity_6 + text: I think the human body should be treated like a temple, housing something sacred within. + reverse_scored: false +- item_id: mfq_2_purity_12 + text: I believe chastity is an important virtue. + reverse_scored: false +- item_id: mfq_2_purity_18 + text: It upsets me when people use foul language like it is nothing. + reverse_scored: false +- item_id: mfq_2_purity_24 + text: If I found out that an acquaintance had an unusual but harmless sexual fetish, I would feel uneasy + about them. + reverse_scored: false +- item_id: mfq_2_purity_30 + text: People should try to use natural medicines rather than chemically identical human-made ones. + reverse_scored: false +- item_id: mfq_2_purity_36 + text: I admire people who keep their virginity until marriage. + reverse_scored: false diff --git a/packages/construct_library/constructs/mlq_presence.yaml b/packages/construct_library/constructs/mlq_presence.yaml new file mode 100644 index 0000000000000000000000000000000000000000..89073205454601be29b5c5e406be602911688a7e --- /dev/null +++ b/packages/construct_library/constructs/mlq_presence.yaml @@ -0,0 +1,31 @@ +construct_id: mlq_presence +version: 1 +name: Presence (MLQ) +language: en +category: Meaning in life +description: Meaning in life - Presence dimension of the Meaning in Life Questionnaire (MLQ). +citation: 'Steger, M. F., Frazier, P., Oishi, S., & Kaler, M. (2006). The Meaning in Life Questionnaire: + Assessing the presence of and search for meaning in life. Journal of Counseling Psychology, 53(1), 80–93. + https://doi.org/10.1037/0022-0167.53.1.80' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/resources/questionnaires-researchers/meaning-life-questionnaire +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Meaning in Life Questionnaire (MLQ) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: mlq_presence_1 + text: I understand my life's meaning. + reverse_scored: false +- item_id: mlq_presence_4 + text: My life has a clear sense of purpose. + reverse_scored: false +- item_id: mlq_presence_5 + text: I have a good sense of what makes my life meaningful. + reverse_scored: false +- item_id: mlq_presence_6 + text: I have discovered a satisfying life purpose. + reverse_scored: false +- item_id: mlq_presence_9 + text: My life has no clear purpose. + reverse_scored: true diff --git a/packages/construct_library/constructs/mlq_search.yaml b/packages/construct_library/constructs/mlq_search.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2cb3784dd6e01f3d0f4057c18965a679f5776a81 --- /dev/null +++ b/packages/construct_library/constructs/mlq_search.yaml @@ -0,0 +1,31 @@ +construct_id: mlq_search +version: 1 +name: Search (MLQ) +language: en +category: Meaning in life +description: Meaning in life - Search dimension of the Meaning in Life Questionnaire (MLQ). +citation: 'Steger, M. F., Frazier, P., Oishi, S., & Kaler, M. (2006). The Meaning in Life Questionnaire: + Assessing the presence of and search for meaning in life. Journal of Counseling Psychology, 53(1), 80–93. + https://doi.org/10.1037/0022-0167.53.1.80' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/resources/questionnaires-researchers/meaning-life-questionnaire +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Meaning in Life Questionnaire (MLQ) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: mlq_search_2 + text: I am looking for something that makes my life feel meaningful. + reverse_scored: false +- item_id: mlq_search_3 + text: I am always looking to find my life's purpose. + reverse_scored: false +- item_id: mlq_search_7 + text: I am always searching for something that makes my life feel significant. + reverse_scored: false +- item_id: mlq_search_8 + text: I am seeking a purpose or mission for my life. + reverse_scored: false +- item_id: mlq_search_10 + text: I am searching for meaning in my life. + reverse_scored: false diff --git a/packages/construct_library/constructs/mspss_family.yaml b/packages/construct_library/constructs/mspss_family.yaml new file mode 100644 index 0000000000000000000000000000000000000000..498addebdc763bb4602dca3727b7fbedb536cc4b --- /dev/null +++ b/packages/construct_library/constructs/mspss_family.yaml @@ -0,0 +1,28 @@ +construct_id: mspss_family +version: 1 +name: Family (MSPSS) +language: en +category: Perceived social support +description: Perceived social support - Family dimension of the Multidimensional Scale of Perceived Social + Support (MSPSS). +citation: Zimet, G. D., Dahlem, N. W., Zimet, S. G., & Farley, G. K. (1988). The Multidimensional Scale + of Perceived Social Support. Journal of Personality Assessment, 52(1), 30–41. https://doi.org/10.1207/s15327752jpa5201_2 +verification_status: needs_verification +source_url: https://gzimet.wixsite.com/mspss +rights_note: Author-hosted scale site; verify permission for commercial redistribution. +questionnaire: Multidimensional Scale of Perceived Social Support (MSPSS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mspss_family_3 + text: My family really tries to help me. + reverse_scored: false +- item_id: mspss_family_4 + text: I get the emotional help and support I need from my family. + reverse_scored: false +- item_id: mspss_family_8 + text: I can talk about my problems with my family. + reverse_scored: false +- item_id: mspss_family_11 + text: My family is willing to help me make decisions. + reverse_scored: false diff --git a/packages/construct_library/constructs/mspss_friends.yaml b/packages/construct_library/constructs/mspss_friends.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7b1bb3732ba5832101aabb131c512a59743201e9 --- /dev/null +++ b/packages/construct_library/constructs/mspss_friends.yaml @@ -0,0 +1,28 @@ +construct_id: mspss_friends +version: 1 +name: Friends (MSPSS) +language: en +category: Perceived social support +description: Perceived social support - Friends dimension of the Multidimensional Scale of Perceived Social + Support (MSPSS). +citation: Zimet, G. D., Dahlem, N. W., Zimet, S. G., & Farley, G. K. (1988). The Multidimensional Scale + of Perceived Social Support. Journal of Personality Assessment, 52(1), 30–41. https://doi.org/10.1207/s15327752jpa5201_2 +verification_status: needs_verification +source_url: https://gzimet.wixsite.com/mspss +rights_note: Author-hosted scale site; verify permission for commercial redistribution. +questionnaire: Multidimensional Scale of Perceived Social Support (MSPSS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mspss_friends_6 + text: My friends really try to help me. + reverse_scored: false +- item_id: mspss_friends_7 + text: I can count on my friends when things go wrong. + reverse_scored: false +- item_id: mspss_friends_9 + text: I have friends with whom I can share my joys and sorrows. + reverse_scored: false +- item_id: mspss_friends_12 + text: I can talk about my problems with my friends. + reverse_scored: false diff --git a/packages/construct_library/constructs/mspss_significant_other.yaml b/packages/construct_library/constructs/mspss_significant_other.yaml new file mode 100644 index 0000000000000000000000000000000000000000..96d2f8fb6e7e3c2795f05a4adafb0fd3d52b5d57 --- /dev/null +++ b/packages/construct_library/constructs/mspss_significant_other.yaml @@ -0,0 +1,28 @@ +construct_id: mspss_significant_other +version: 1 +name: Significant other (MSPSS) +language: en +category: Perceived social support +description: Perceived social support - Significant other dimension of the Multidimensional Scale of Perceived + Social Support (MSPSS). +citation: Zimet, G. D., Dahlem, N. W., Zimet, S. G., & Farley, G. K. (1988). The Multidimensional Scale + of Perceived Social Support. Journal of Personality Assessment, 52(1), 30–41. https://doi.org/10.1207/s15327752jpa5201_2 +verification_status: needs_verification +source_url: https://gzimet.wixsite.com/mspss +rights_note: Author-hosted scale site; verify permission for commercial redistribution. +questionnaire: Multidimensional Scale of Perceived Social Support (MSPSS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: mspss_significant_other_1 + text: There is a special person who is around when I am in need. + reverse_scored: false +- item_id: mspss_significant_other_2 + text: There is a special person with whom I can share my joys and sorrows. + reverse_scored: false +- item_id: mspss_significant_other_5 + text: I have a special person who is a real source of comfort to me. + reverse_scored: false +- item_id: mspss_significant_other_10 + text: There is a special person in my life who cares about my feelings. + reverse_scored: false diff --git a/packages/construct_library/constructs/need_for_cognition_scale_18_item_short_form.yaml b/packages/construct_library/constructs/need_for_cognition_scale_18_item_short_form.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d834fab499fe7020cf265775436fc4a36cdca7ea --- /dev/null +++ b/packages/construct_library/constructs/need_for_cognition_scale_18_item_short_form.yaml @@ -0,0 +1,72 @@ +construct_id: need_for_cognition_scale_18_item_short_form +version: 1 +name: Need for Cognition Scale, 18-item short form +language: en +category: Need for cognition +description: Need for cognition - Need for Cognition Scale, 18-item short form. +citation: Cacioppo, J. T., Petty, R. E., & Kao, C. F. (1984). The efficient assessment of need for cognition. + Journal of Personality Assessment, 48(3), 306–307. https://doi.org/10.1207/s15327752jpa4803_13 +verification_status: needs_verification +source_url: https://richardepetty.com/wp-content/uploads/2019/01/1984-jpa-cacioppopettykao.pdf +rights_note: Researcher-hosted article with complete item table; verify permission for commercial redistribution. +questionnaire: Need for Cognition Scale, 18-item short form +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: need_for_cognition_scale_18_item_short_form_1 + text: I would prefer complex to simple problems. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_2 + text: I like to have the responsibility of handling a situation that requires a lot of thinking. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_3 + text: Thinking is not my idea of fun. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_4 + text: I would rather do something that requires little thought than something that is sure to challenge + my thinking abilities. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_5 + text: I try to anticipate and avoid situations where there is likely a chance I will have to think in + depth about something. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_6 + text: I find satisfaction in deliberating hard and for long hours. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_7 + text: I only think as hard as I have to. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_8 + text: I prefer to think about small, daily projects to long-term ones. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_9 + text: I like tasks that require little thought once I've learned them. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_10 + text: The idea of relying on thought to make my way to the top appeals to me. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_11 + text: I really enjoy a task that involves coming up with new solutions to problems. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_12 + text: Learning new ways to think doesn't excite me very much. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_13 + text: I prefer my life to be filled with puzzles that I must solve. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_14 + text: The notion of thinking abstractly is appealing to me. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_15 + text: I would prefer a task that is intellectual, difficult, and important to one that is somewhat important + but does not require much thought. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_16 + text: I feel relief rather than satisfaction after completing a task that required a lot of mental effort. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_17 + text: It's enough for me that something gets the job done; I don't care how or why it works. + reverse_scored: false +- item_id: need_for_cognition_scale_18_item_short_form_18 + text: I usually end up deliberating about issues even when they do not affect me personally. + reverse_scored: false diff --git a/packages/construct_library/constructs/need_to_belong_scale.yaml b/packages/construct_library/constructs/need_to_belong_scale.yaml new file mode 100644 index 0000000000000000000000000000000000000000..522e164a6391066474c0931b6231a2a533abf975 --- /dev/null +++ b/packages/construct_library/constructs/need_to_belong_scale.yaml @@ -0,0 +1,46 @@ +construct_id: need_to_belong_scale +version: 1 +name: Need to Belong Scale +language: en +category: Need to belong +description: Need to belong - Need to Belong Scale. +citation: 'Leary, M. R., Kelly, K. M., Cottrell, C. A., & Schreindorfer, L. S. (2013). Construct validity + of the Need to Belong Scale: Mapping the nomological network. Journal of Personality Assessment, 95(6), + 610–624. https://doi.org/10.1080/00223891.2013.819511' +verification_status: needs_verification +source_url: https://sites.duke.edu/leary/files/2019/05/NTB.pdf +rights_note: Researcher-hosted questionnaire PDF; verify permission for commercial redistribution. +questionnaire: Need to Belong Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: need_to_belong_scale_1 + text: If other people don’t seem to accept me, I don’t let it bother me. + reverse_scored: false +- item_id: need_to_belong_scale_2 + text: I try hard not to do things that will make other people avoid or reject me. + reverse_scored: false +- item_id: need_to_belong_scale_3 + text: I seldom worry about whether other people care about me. + reverse_scored: false +- item_id: need_to_belong_scale_4 + text: I need to feel that there are people I can turn to in times of need. + reverse_scored: false +- item_id: need_to_belong_scale_5 + text: I want other people to accept me. + reverse_scored: false +- item_id: need_to_belong_scale_6 + text: I do not like being alone. + reverse_scored: false +- item_id: need_to_belong_scale_7 + text: Being apart from my friends for long periods of time does not bother me. + reverse_scored: false +- item_id: need_to_belong_scale_8 + text: I have a strong need to belong. + reverse_scored: false +- item_id: need_to_belong_scale_9 + text: It bothers me a great deal when I am not included in other people’s plans. + reverse_scored: false +- item_id: need_to_belong_scale_10 + text: My feelings are easily hurt when I feel that others do not accept me. + reverse_scored: false diff --git a/packages/construct_library/constructs/panas_negative_affect.yaml b/packages/construct_library/constructs/panas_negative_affect.yaml new file mode 100644 index 0000000000000000000000000000000000000000..00bf5ae134e0000d83e51f4fabd44ed7181108d5 --- /dev/null +++ b/packages/construct_library/constructs/panas_negative_affect.yaml @@ -0,0 +1,48 @@ +construct_id: panas_negative_affect +version: 1 +name: Negative affect (PANAS) +language: en +category: Positive and negative affect +description: Positive and negative affect - Negative affect dimension of the Positive and Negative Affect + Schedule (PANAS). +citation: 'Watson, D., Clark, L. A., & Tellegen, A. (1988). Development and validation of brief measures + of positive and negative affect: The PANAS scales. Journal of Personality and Social Psychology, 54(6), + 1063–1070. https://doi.org/10.1037/0022-3514.54.6.1063' +verification_status: needs_verification +source_url: https://www.scienceofbehaviorchange.org/wp-content/uploads/2019/10/PANAS.Watson.1988.pdf +rights_note: Items are in the published article and publicly posted copies; verify permission for commercial + redistribution. +questionnaire: Positive and Negative Affect Schedule (PANAS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: panas_negative_affect_2 + text: Distressed + reverse_scored: false +- item_id: panas_negative_affect_4 + text: Upset + reverse_scored: false +- item_id: panas_negative_affect_6 + text: Guilty + reverse_scored: false +- item_id: panas_negative_affect_7 + text: Scared + reverse_scored: false +- item_id: panas_negative_affect_8 + text: Hostile + reverse_scored: false +- item_id: panas_negative_affect_11 + text: Irritable + reverse_scored: false +- item_id: panas_negative_affect_13 + text: Ashamed + reverse_scored: false +- item_id: panas_negative_affect_15 + text: Nervous + reverse_scored: false +- item_id: panas_negative_affect_18 + text: Jittery + reverse_scored: false +- item_id: panas_negative_affect_20 + text: Afraid + reverse_scored: false diff --git a/packages/construct_library/constructs/panas_positive_affect.yaml b/packages/construct_library/constructs/panas_positive_affect.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f8747cd737b7ba2230579cc19a18f36576eb6a6 --- /dev/null +++ b/packages/construct_library/constructs/panas_positive_affect.yaml @@ -0,0 +1,48 @@ +construct_id: panas_positive_affect +version: 1 +name: Positive affect (PANAS) +language: en +category: Positive and negative affect +description: Positive and negative affect - Positive affect dimension of the Positive and Negative Affect + Schedule (PANAS). +citation: 'Watson, D., Clark, L. A., & Tellegen, A. (1988). Development and validation of brief measures + of positive and negative affect: The PANAS scales. Journal of Personality and Social Psychology, 54(6), + 1063–1070. https://doi.org/10.1037/0022-3514.54.6.1063' +verification_status: needs_verification +source_url: https://www.scienceofbehaviorchange.org/wp-content/uploads/2019/10/PANAS.Watson.1988.pdf +rights_note: Items are in the published article and publicly posted copies; verify permission for commercial + redistribution. +questionnaire: Positive and Negative Affect Schedule (PANAS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: panas_positive_affect_1 + text: Interested + reverse_scored: false +- item_id: panas_positive_affect_3 + text: Excited + reverse_scored: false +- item_id: panas_positive_affect_5 + text: Strong + reverse_scored: false +- item_id: panas_positive_affect_9 + text: Enthusiastic + reverse_scored: false +- item_id: panas_positive_affect_10 + text: Proud + reverse_scored: false +- item_id: panas_positive_affect_12 + text: Alert + reverse_scored: false +- item_id: panas_positive_affect_14 + text: Inspired + reverse_scored: false +- item_id: panas_positive_affect_16 + text: Determined + reverse_scored: false +- item_id: panas_positive_affect_17 + text: Attentive + reverse_scored: false +- item_id: panas_positive_affect_19 + text: Active + reverse_scored: false diff --git a/packages/construct_library/constructs/pcl_5.yaml b/packages/construct_library/constructs/pcl_5.yaml new file mode 100644 index 0000000000000000000000000000000000000000..afef0df8c6935bce1f6058bf30afa2dea9bc0759 --- /dev/null +++ b/packages/construct_library/constructs/pcl_5.yaml @@ -0,0 +1,82 @@ +construct_id: pcl_5 +version: 1 +name: PTSD Checklist for DSM-5 (PCL-5) +language: en +category: PTSD symptoms +description: PTSD symptoms - PTSD Checklist for DSM-5 (PCL-5). Screening tool only; not a diagnosis. +citation: Weathers, F. W., Litz, B. T., Keane, T. M., Palmieri, P. A., Marx, B. P., & Schnurr, P. P. (2013). + The PTSD Checklist for DSM-5 (PCL-5). National Center for PTSD. +verification_status: needs_verification +source_url: https://www.ptsd.va.gov/professional/assessment/adult-sr/ptsd-checklist.asp +rights_note: VA National Center for PTSD states the PCL-5 is public domain and not copyrighted. Screening + tool only; not a diagnosis. +questionnaire: PTSD Checklist for DSM-5 (PCL-5) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: pcl_5_1 + text: Repeated, disturbing, and unwanted memories of the stressful experience? + reverse_scored: false +- item_id: pcl_5_2 + text: Repeated, disturbing dreams of the stressful experience? + reverse_scored: false +- item_id: pcl_5_3 + text: Suddenly feeling or acting as if the stressful experience were actually happening again (as if + you were actually back there reliving it)? + reverse_scored: false +- item_id: pcl_5_4 + text: Feeling very upset when something reminded you of the stressful experience? + reverse_scored: false +- item_id: pcl_5_5 + text: Having strong physical reactions when something reminded you of the stressful experience (for + example, heart pounding, trouble breathing, sweating)? + reverse_scored: false +- item_id: pcl_5_6 + text: Avoiding memories, thoughts, or feelings related to the stressful experience? + reverse_scored: false +- item_id: pcl_5_7 + text: Avoiding external reminders of the stressful experience (for example, people, places, conversations, + activities, objects, or situations)? + reverse_scored: false +- item_id: pcl_5_8 + text: Trouble remembering important parts of the stressful experience? + reverse_scored: false +- item_id: pcl_5_9 + text: 'Having strong negative beliefs about yourself, other people, or the world (for example, having + thoughts such as: I am bad, there is something seriously wrong with me, no one can be trusted, the + world is completely dangerous)?' + reverse_scored: false +- item_id: pcl_5_10 + text: Blaming yourself or someone else for the stressful experience or what happened after it? + reverse_scored: false +- item_id: pcl_5_11 + text: Having strong negative feelings such as fear, horror, anger, guilt, or shame? + reverse_scored: false +- item_id: pcl_5_12 + text: Loss of interest in activities that you used to enjoy? + reverse_scored: false +- item_id: pcl_5_13 + text: Feeling distant or cut off from other people? + reverse_scored: false +- item_id: pcl_5_14 + text: Trouble experiencing positive feelings (for example, being unable to feel happiness or have loving + feelings for people close to you)? + reverse_scored: false +- item_id: pcl_5_15 + text: Irritable behavior, angry outbursts, or acting aggressively? + reverse_scored: false +- item_id: pcl_5_16 + text: Taking too many risks or doing things that could cause you harm? + reverse_scored: false +- item_id: pcl_5_17 + text: Being “superalert” or watchful or on guard? + reverse_scored: false +- item_id: pcl_5_18 + text: Feeling jumpy or easily startled? + reverse_scored: false +- item_id: pcl_5_19 + text: Having difficulty concentrating? + reverse_scored: false +- item_id: pcl_5_20 + text: Trouble falling or staying asleep? + reverse_scored: false diff --git a/packages/construct_library/constructs/phq_9.yaml b/packages/construct_library/constructs/phq_9.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f5a4db1dba950eacb49e8b1913f2ff2fa6b4a3d --- /dev/null +++ b/packages/construct_library/constructs/phq_9.yaml @@ -0,0 +1,45 @@ +construct_id: phq_9 +version: 1 +name: Patient Health Questionnaire-9 (PHQ-9) +language: en +category: Depression symptoms +description: Depression symptoms - Patient Health Questionnaire-9 (PHQ-9). Screening tool only; not a + diagnosis. +citation: 'Kroenke, K., Spitzer, R. L., & Williams, J. B. W. (2001). The PHQ-9: Validity of a brief depression + severity measure. Journal of General Internal Medicine, 16(9), 606–613. https://doi.org/10.1046/j.1525-1497.2001.016009606.x' +verification_status: needs_verification +source_url: https://www.phqscreeners.com/ +rights_note: Pfizer states PHQ/GAD screeners are available without copyright restriction and at no charge. + Screening tool only; not a diagnosis. +questionnaire: Patient Health Questionnaire-9 (PHQ-9) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: phq_9_1 + text: Little interest or pleasure in doing things + reverse_scored: false +- item_id: phq_9_2 + text: Feeling down, depressed, or hopeless + reverse_scored: false +- item_id: phq_9_3 + text: Trouble falling or staying asleep, or sleeping too much + reverse_scored: false +- item_id: phq_9_4 + text: Feeling tired or having little energy + reverse_scored: false +- item_id: phq_9_5 + text: Poor appetite or overeating + reverse_scored: false +- item_id: phq_9_6 + text: Feeling bad about yourself — or that you are a failure or have let yourself or your family down + reverse_scored: false +- item_id: phq_9_7 + text: Trouble concentrating on things, such as reading the newspaper or watching television + reverse_scored: false +- item_id: phq_9_8 + text: Moving or speaking so slowly that other people could have noticed? Or the opposite — being so + fidgety or restless that you have been moving around a lot more than usual + reverse_scored: false +- item_id: phq_9_9 + text: Thoughts that you would be better off dead, or of hurting yourself in some way + reverse_scored: false diff --git a/packages/construct_library/constructs/rses.yaml b/packages/construct_library/constructs/rses.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d5007831da64782d9d805fb0206922a7d71103e4 --- /dev/null +++ b/packages/construct_library/constructs/rses.yaml @@ -0,0 +1,44 @@ +construct_id: rses +version: 1 +name: Rosenberg Self-Esteem Scale (RSES) +language: en +category: Self-esteem +description: Self-esteem - Rosenberg Self-Esteem Scale (RSES). +citation: Rosenberg, M. (1965). Society and the adolescent self-image. Princeton University Press. +verification_status: needs_verification +source_url: https://socy.umd.edu/about-us/rosenberg-self-esteem-scale +rights_note: University of Maryland Rosenberg page states the RSES is public domain. +questionnaire: Rosenberg Self-Esteem Scale (RSES) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: rses_1 + text: On the whole, I am satisfied with myself. + reverse_scored: false +- item_id: rses_2 + text: At times I think I am no good at all. + reverse_scored: false +- item_id: rses_3 + text: I feel that I have a number of good qualities. + reverse_scored: false +- item_id: rses_4 + text: I am able to do things as well as most other people. + reverse_scored: false +- item_id: rses_5 + text: I feel I do not have much to be proud of. + reverse_scored: false +- item_id: rses_6 + text: I certainly feel useless at times. + reverse_scored: false +- item_id: rses_7 + text: I feel that I'm a person of worth, at least on an equal plane with others. + reverse_scored: false +- item_id: rses_8 + text: I wish I could have more respect for myself. + reverse_scored: false +- item_id: rses_9 + text: All in all, I am inclined to feel that I am a failure. + reverse_scored: false +- item_id: rses_10 + text: I take a positive attitude toward myself. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_common_humanity.yaml b/packages/construct_library/constructs/scs_sf_common_humanity.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cac2f87ff06419c4c655e496cfd9bf0703ea434c --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_common_humanity.yaml @@ -0,0 +1,23 @@ +construct_id: scs_sf_common_humanity +version: 1 +name: Common humanity (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Common humanity dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_common_humanity_5 + text: I try to see my failings as part of the human condition. + reverse_scored: false +- item_id: scs_sf_common_humanity_10 + text: When I feel inadequate in some way, I try to remind myself that feelings of inadequacy are shared + by most people. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_isolation.yaml b/packages/construct_library/constructs/scs_sf_isolation.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a447778177966b2379f91b21e6092d4c37c5edfa --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_isolation.yaml @@ -0,0 +1,22 @@ +construct_id: scs_sf_isolation +version: 1 +name: Isolation (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Isolation dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_isolation_4 + text: When I’m feeling down, I tend to feel like most other people are probably happier than I am. + reverse_scored: false +- item_id: scs_sf_isolation_8 + text: When I fail at something that’s important to me, I tend to feel alone in my failure. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_mindfulness.yaml b/packages/construct_library/constructs/scs_sf_mindfulness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..20db5a7927a18fcf66e0a29a716cd9bdc9cae847 --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_mindfulness.yaml @@ -0,0 +1,22 @@ +construct_id: scs_sf_mindfulness +version: 1 +name: Mindfulness (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Mindfulness dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_mindfulness_3 + text: When something painful happens I try to take a balanced view of the situation. + reverse_scored: false +- item_id: scs_sf_mindfulness_7 + text: When something upsets me I try to keep my emotions in balance. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_over_identification.yaml b/packages/construct_library/constructs/scs_sf_over_identification.yaml new file mode 100644 index 0000000000000000000000000000000000000000..79d88c0b704bda71a1f8e45a1c8d13097d414394 --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_over_identification.yaml @@ -0,0 +1,19 @@ +construct_id: scs_sf_over_identification +version: 1 +name: Over-identification (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Over-identification dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_over_identification_9 + text: When I’m feeling down I tend to obsess and fixate on everything that’s wrong. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_self_judgment.yaml b/packages/construct_library/constructs/scs_sf_self_judgment.yaml new file mode 100644 index 0000000000000000000000000000000000000000..67cca742b73f6e8eb33e55c433ca70c51d432ee7 --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_self_judgment.yaml @@ -0,0 +1,25 @@ +construct_id: scs_sf_self_judgment +version: 1 +name: Self-judgment (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Self-judgment dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_self_judgment_1 + text: When I fail at something important to me I become consumed by feelings of inadequacy. + reverse_scored: false +- item_id: scs_sf_self_judgment_11 + text: I’m disapproving and judgmental about my own flaws and inadequacies. + reverse_scored: false +- item_id: scs_sf_self_judgment_12 + text: I’m intolerant and impatient towards those aspects of my personality I don’t like. + reverse_scored: false diff --git a/packages/construct_library/constructs/scs_sf_self_kindness.yaml b/packages/construct_library/constructs/scs_sf_self_kindness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..476b234bcea7a81aba02914963e19264e0a762ff --- /dev/null +++ b/packages/construct_library/constructs/scs_sf_self_kindness.yaml @@ -0,0 +1,22 @@ +construct_id: scs_sf_self_kindness +version: 1 +name: Self-kindness (SCS-SF) +language: en +category: Self-compassion +description: Self-compassion - Self-kindness dimension of the Self-Compassion Scale–Short Form (SCS-SF). +citation: Raes, F., Pommier, E., Neff, K. D., & Van Gucht, D. (2011). Construction and factorial validation + of a short form of the Self-Compassion Scale. Clinical Psychology & Psychotherapy, 18(3), 250–255. https://doi.org/10.1002/cpp.702 +verification_status: needs_verification +source_url: https://self-compassion.org/wp-content/uploads/2015/02/ShortSCS.pdf +rights_note: Kristin Neff’s official scale materials grant permission to use the Self-Compassion Scale; + verify terms for redistribution on a public website. +questionnaire: Self-Compassion Scale–Short Form (SCS-SF) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: scs_sf_self_kindness_2 + text: I try to be understanding and patient towards those aspects of my personality I don’t like. + reverse_scored: false +- item_id: scs_sf_self_kindness_6 + text: When I’m going through a very hard time, I give myself the caring and tenderness I need. + reverse_scored: false diff --git a/packages/construct_library/constructs/sdo7_anti_egalitarianism.yaml b/packages/construct_library/constructs/sdo7_anti_egalitarianism.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b34a3fb6964f1e1557452e7f1e8f03804f8810a4 --- /dev/null +++ b/packages/construct_library/constructs/sdo7_anti_egalitarianism.yaml @@ -0,0 +1,43 @@ +construct_id: sdo7_anti_egalitarianism +version: 1 +name: Anti-egalitarianism (SDO7) +language: en +category: Social dominance orientation +description: Social dominance orientation - Anti-egalitarianism dimension of the Social Dominance Orientation + Scale (SDO7). +citation: 'Ho, A. K., Sidanius, J., Kteily, N., Sheehy-Skeffington, J., Pratto, F., Henkel, K. E., Foels, + R., & Stewart, A. L. (2015). The nature of social dominance orientation: Theorizing and measuring preferences + for intergroup inequality using the new SDO7 scale. Journal of Personality and Social Psychology, 109(6), + 1003–1028. https://doi.org/10.1037/pspi0000033' +verification_status: needs_verification +source_url: https://sites.lsa.umich.edu/ho-lab/wp-content/uploads/sites/277/2016/01/SDO7-Scale-16-items.pdf +rights_note: Researcher/lab-hosted PDF; verify permission for commercial redistribution. +questionnaire: Social Dominance Orientation Scale (SDO7) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: sdo7_anti_egalitarianism_9 + text: We should not push for group equality. + reverse_scored: false +- item_id: sdo7_anti_egalitarianism_10 + text: We shouldn’t try to guarantee that every group has the same quality of life. + reverse_scored: false +- item_id: sdo7_anti_egalitarianism_11 + text: It is unjust to try to make groups equal. + reverse_scored: false +- item_id: sdo7_anti_egalitarianism_12 + text: Group equality should not be our primary goal. + reverse_scored: false +- item_id: sdo7_anti_egalitarianism_13 + text: We should work to give all groups an equal chance to succeed. + reverse_scored: true +- item_id: sdo7_anti_egalitarianism_14 + text: We should do what we can to equalize conditions for different groups. + reverse_scored: true +- item_id: sdo7_anti_egalitarianism_15 + text: No matter how much effort it takes, we ought to strive to ensure that all groups have the same + chance in life. + reverse_scored: true +- item_id: sdo7_anti_egalitarianism_16 + text: Group equality should be our ideal. + reverse_scored: true diff --git a/packages/construct_library/constructs/sdo7_dominance.yaml b/packages/construct_library/constructs/sdo7_dominance.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c82e211b4c0a90992d4db8a7774965390ecdc7d4 --- /dev/null +++ b/packages/construct_library/constructs/sdo7_dominance.yaml @@ -0,0 +1,42 @@ +construct_id: sdo7_dominance +version: 1 +name: Dominance (SDO7) +language: en +category: Social dominance orientation +description: Social dominance orientation - Dominance dimension of the Social Dominance Orientation Scale + (SDO7). +citation: 'Ho, A. K., Sidanius, J., Kteily, N., Sheehy-Skeffington, J., Pratto, F., Henkel, K. E., Foels, + R., & Stewart, A. L. (2015). The nature of social dominance orientation: Theorizing and measuring preferences + for intergroup inequality using the new SDO7 scale. Journal of Personality and Social Psychology, 109(6), + 1003–1028. https://doi.org/10.1037/pspi0000033' +verification_status: needs_verification +source_url: https://sites.lsa.umich.edu/ho-lab/wp-content/uploads/sites/277/2016/01/SDO7-Scale-16-items.pdf +rights_note: Researcher/lab-hosted PDF; verify permission for commercial redistribution. +questionnaire: Social Dominance Orientation Scale (SDO7) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: sdo7_dominance_1 + text: Some groups of people must be kept in their place. + reverse_scored: false +- item_id: sdo7_dominance_2 + text: It’s probably a good thing that certain groups are at the top and other groups are at the bottom. + reverse_scored: false +- item_id: sdo7_dominance_3 + text: An ideal society requires some groups to be on top and others to be on the bottom. + reverse_scored: false +- item_id: sdo7_dominance_4 + text: Some groups of people are simply inferior to other groups. + reverse_scored: false +- item_id: sdo7_dominance_5 + text: Groups at the bottom are just as deserving as groups at the top. + reverse_scored: true +- item_id: sdo7_dominance_6 + text: No one group should dominate in society. + reverse_scored: true +- item_id: sdo7_dominance_7 + text: Groups at the bottom should not have to stay in their place. + reverse_scored: true +- item_id: sdo7_dominance_8 + text: Group dominance is a poor principle. + reverse_scored: true diff --git a/packages/construct_library/constructs/shs.yaml b/packages/construct_library/constructs/shs.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9cac5cc1dc2c89ea1244b4de7f433a2285b5b096 --- /dev/null +++ b/packages/construct_library/constructs/shs.yaml @@ -0,0 +1,29 @@ +construct_id: shs +version: 1 +name: Subjective Happiness Scale (SHS) +language: en +category: Subjective happiness +description: Subjective happiness - Subjective Happiness Scale (SHS). +citation: 'Lyubomirsky, S., & Lepper, H. S. (1999). A measure of subjective happiness: Preliminary reliability + and construct validation. Social Indicators Research, 46, 137–155. https://doi.org/10.1023/A:1006824100041' +verification_status: needs_verification +source_url: https://ppc.sas.upenn.edu/resources/questionnaires-researchers/subjective-happiness-scale +rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution. +questionnaire: Subjective Happiness Scale (SHS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: shs_1 + text: 'In general, I consider myself:' + reverse_scored: false +- item_id: shs_2 + text: 'Compared with most of my peers, I consider myself:' + reverse_scored: false +- item_id: shs_3 + text: Some people are generally very happy. They enjoy life regardless of what is going on, getting + the most out of everything. To what extent does this characterization describe you? + reverse_scored: false +- item_id: shs_4 + text: Some people are generally not very happy. Although they are not depressed, they never seem as + happy as they might be. To what extent does this characterization describe you? + reverse_scored: false diff --git a/packages/construct_library/constructs/sins.yaml b/packages/construct_library/constructs/sins.yaml new file mode 100644 index 0000000000000000000000000000000000000000..647b4790be9e5d97a160b9b93ccdc88909401a92 --- /dev/null +++ b/packages/construct_library/constructs/sins.yaml @@ -0,0 +1,19 @@ +construct_id: sins +version: 1 +name: Single Item Narcissism Scale (SINS) +language: en +category: Narcissism +description: Narcissism - Single Item Narcissism Scale (SINS). +citation: Konrath, S., Meier, B. P., & Bushman, B. J. (2014). Development and validation of the Single + Item Narcissism Scale (SINS). PLoS ONE, 9(8), e103469. https://doi.org/10.1371/journal.pone.0103469 +verification_status: needs_verification +source_url: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0103469 +rights_note: Open-access article includes the item; verify reuse under the article license. +questionnaire: Single Item Narcissism Scale (SINS) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: sins_1 + text: 'To what extent do you agree with this statement: I am a narcissist. (Note: The word “narcissist” + means egotistical, self-focused, and vain.)' + reverse_scored: false diff --git a/packages/construct_library/constructs/spane_negative.yaml b/packages/construct_library/constructs/spane_negative.yaml new file mode 100644 index 0000000000000000000000000000000000000000..715681cfa4d32d862eb9bec4e8e77abc067790b1 --- /dev/null +++ b/packages/construct_library/constructs/spane_negative.yaml @@ -0,0 +1,35 @@ +construct_id: spane_negative +version: 1 +name: Negative (SPANE) +language: en +category: Positive and negative affect +description: Positive and negative affect - Negative dimension of the Scale of Positive and Negative Experience + (SPANE). +citation: 'Diener, E., Wirtz, D., Tov, W., Kim-Prieto, C., Choi, D., Oishi, S., & Biswas-Diener, R. (2010). + New well-being measures: Short scales to assess flourishing and positive and negative feelings. Social + Indicators Research, 97, 143–156. https://doi.org/10.1007/s11205-009-9493-y' +verification_status: needs_verification +source_url: https://eddiener.com/scale-of-positive-and-negative-experience-spane/ +rights_note: Author-hosted scale page; verify permission for commercial redistribution. +questionnaire: Scale of Positive and Negative Experience (SPANE) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: spane_negative_2 + text: Negative + reverse_scored: false +- item_id: spane_negative_4 + text: Bad + reverse_scored: false +- item_id: spane_negative_6 + text: Unpleasant + reverse_scored: false +- item_id: spane_negative_8 + text: Sad + reverse_scored: false +- item_id: spane_negative_9 + text: Afraid + reverse_scored: false +- item_id: spane_negative_11 + text: Angry + reverse_scored: false diff --git a/packages/construct_library/constructs/spane_positive.yaml b/packages/construct_library/constructs/spane_positive.yaml new file mode 100644 index 0000000000000000000000000000000000000000..278a9056ff12b59523f9229758daacfe81a41c4f --- /dev/null +++ b/packages/construct_library/constructs/spane_positive.yaml @@ -0,0 +1,35 @@ +construct_id: spane_positive +version: 1 +name: Positive (SPANE) +language: en +category: Positive and negative affect +description: Positive and negative affect - Positive dimension of the Scale of Positive and Negative Experience + (SPANE). +citation: 'Diener, E., Wirtz, D., Tov, W., Kim-Prieto, C., Choi, D., Oishi, S., & Biswas-Diener, R. (2010). + New well-being measures: Short scales to assess flourishing and positive and negative feelings. Social + Indicators Research, 97, 143–156. https://doi.org/10.1007/s11205-009-9493-y' +verification_status: needs_verification +source_url: https://eddiener.com/scale-of-positive-and-negative-experience-spane/ +rights_note: Author-hosted scale page; verify permission for commercial redistribution. +questionnaire: Scale of Positive and Negative Experience (SPANE) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: spane_positive_1 + text: Positive + reverse_scored: false +- item_id: spane_positive_3 + text: Good + reverse_scored: false +- item_id: spane_positive_5 + text: Pleasant + reverse_scored: false +- item_id: spane_positive_7 + text: Happy + reverse_scored: false +- item_id: spane_positive_10 + text: Joyful + reverse_scored: false +- item_id: spane_positive_12 + text: Contented + reverse_scored: false diff --git a/packages/construct_library/constructs/team_psychological_safety_scale.yaml b/packages/construct_library/constructs/team_psychological_safety_scale.yaml new file mode 100644 index 0000000000000000000000000000000000000000..98e35016afea7ccd0b67cd790b15a38c52c426cb --- /dev/null +++ b/packages/construct_library/constructs/team_psychological_safety_scale.yaml @@ -0,0 +1,36 @@ +construct_id: team_psychological_safety_scale +version: 1 +name: Team Psychological Safety Scale +language: en +category: Psychological safety +description: Psychological safety - Team Psychological Safety Scale. +citation: Edmondson, A. (1999). Psychological safety and learning behavior in work teams. Administrative + Science Quarterly, 44(2), 350–383. https://doi.org/10.2307/2666999 +verification_status: needs_verification +source_url: https://web.mit.edu/curhan/www/docs/Articles/15341_Readings/Group_Performance/Edmondson%20Psychological%20safety.pdf +rights_note: Author paper/public PDF includes scale; verify permission for commercial redistribution. +questionnaire: Team Psychological Safety Scale +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: team_psychological_safety_scale_1 + text: If you make a mistake on this team, it is often held against you. + reverse_scored: false +- item_id: team_psychological_safety_scale_2 + text: Members of this team are able to bring up problems and tough issues. + reverse_scored: false +- item_id: team_psychological_safety_scale_3 + text: People on this team sometimes reject others for being different. + reverse_scored: false +- item_id: team_psychological_safety_scale_4 + text: It is safe to take a risk on this team. + reverse_scored: false +- item_id: team_psychological_safety_scale_5 + text: It is difficult to ask other members of this team for help. + reverse_scored: false +- item_id: team_psychological_safety_scale_6 + text: No one on this team would deliberately act in a way that undermines my efforts. + reverse_scored: false +- item_id: team_psychological_safety_scale_7 + text: Working with members of this team, my unique skills and talents are valued and utilized. + reverse_scored: false diff --git a/packages/construct_library/constructs/teq.yaml b/packages/construct_library/constructs/teq.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5e12d00102622f1efb6092f7b3252054cf6c0a8e --- /dev/null +++ b/packages/construct_library/constructs/teq.yaml @@ -0,0 +1,65 @@ +construct_id: teq +version: 1 +name: Toronto Empathy Questionnaire (TEQ) +language: en +category: Empathy +description: Empathy - Toronto Empathy Questionnaire (TEQ). +citation: 'Spreng, R. N., McKinnon, M. C., Mar, R. A., & Levine, B. (2009). The Toronto Empathy Questionnaire: + Scale development and initial validation of a factor-analytic solution to multiple empathy measures. + Journal of Personality Assessment, 91(1), 62–71. https://doi.org/10.1080/00223890802484381' +verification_status: needs_verification +source_url: https://pmc.ncbi.nlm.nih.gov/articles/PMC2775495/ +rights_note: Open-access article includes item content; verify reuse under the article license. +questionnaire: Toronto Empathy Questionnaire (TEQ) +reverse_flags_source: not_provided_pending_verification +imported_from: lib.xlsx +items: +- item_id: teq_1 + text: When someone else is feeling excited, I tend to get excited too + reverse_scored: false +- item_id: teq_2 + text: Other people's misfortunes do not disturb me a great deal + reverse_scored: false +- item_id: teq_3 + text: It upsets me to see someone being treated disrespectfully + reverse_scored: false +- item_id: teq_4 + text: I remain unaffected when someone close to me is happy + reverse_scored: false +- item_id: teq_5 + text: I enjoy making other people feel better + reverse_scored: false +- item_id: teq_6 + text: I have tender, concerned feelings for people less fortunate than me + reverse_scored: false +- item_id: teq_7 + text: When a friend starts to talk about his/her problems, I try to steer the conversation towards something + else + reverse_scored: false +- item_id: teq_8 + text: I can tell when others are sad even when they do not say anything + reverse_scored: false +- item_id: teq_9 + text: I find that I am “in tune” with other people's moods + reverse_scored: false +- item_id: teq_10 + text: I do not feel sympathy for people who cause their own serious illnesses + reverse_scored: false +- item_id: teq_11 + text: I become irritated when someone cries + reverse_scored: false +- item_id: teq_12 + text: I am not really interested in how other people feel + reverse_scored: false +- item_id: teq_13 + text: I get a strong urge to help when I see someone who is upset + reverse_scored: false +- item_id: teq_14 + text: When I see someone being treated unfairly, I do not feel very much pity for them + reverse_scored: false +- item_id: teq_15 + text: I find it silly for people to cry out of happiness + reverse_scored: false +- item_id: teq_16 + text: When I see someone being taken advantage of, I feel kind of protective towards him/her + reverse_scored: false diff --git a/packages/construct_library/constructs/tipi_agreeableness.yaml b/packages/construct_library/constructs/tipi_agreeableness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..812afd45272500f8686e343638d62bdb05ac3e2a --- /dev/null +++ b/packages/construct_library/constructs/tipi_agreeableness.yaml @@ -0,0 +1,22 @@ +construct_id: tipi_agreeableness +version: 1 +name: Agreeableness (TIPI) +language: en +category: Big Five personality traits +description: Big Five personality traits - Agreeableness dimension of the Ten-Item Personality Inventory + (TIPI). +citation: Gosling, S. D., Rentfrow, P. J., & Swann, W. B., Jr. (2003). A very brief measure of the Big-Five + personality domains. Journal of Research in Personality, 37(6), 504–528. https://doi.org/10.1016/S0092-6566(03)00046-1 +verification_status: needs_verification +source_url: https://gosling.psy.utexas.edu/scales-weve-developed/ten-item-personality-measure-tipi/ +rights_note: Author/lab-hosted measure; verify permission for commercial redistribution. +questionnaire: Ten-Item Personality Inventory (TIPI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: tipi_agreeableness_2 + text: Critical, quarrelsome. + reverse_scored: true +- item_id: tipi_agreeableness_7 + text: Sympathetic, warm. + reverse_scored: false diff --git a/packages/construct_library/constructs/tipi_conscientiousness.yaml b/packages/construct_library/constructs/tipi_conscientiousness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db82fd6342948179aee0941b96aefad1cef94bc1 --- /dev/null +++ b/packages/construct_library/constructs/tipi_conscientiousness.yaml @@ -0,0 +1,22 @@ +construct_id: tipi_conscientiousness +version: 1 +name: Conscientiousness (TIPI) +language: en +category: Big Five personality traits +description: Big Five personality traits - Conscientiousness dimension of the Ten-Item Personality Inventory + (TIPI). +citation: Gosling, S. D., Rentfrow, P. J., & Swann, W. B., Jr. (2003). A very brief measure of the Big-Five + personality domains. Journal of Research in Personality, 37(6), 504–528. https://doi.org/10.1016/S0092-6566(03)00046-1 +verification_status: needs_verification +source_url: https://gosling.psy.utexas.edu/scales-weve-developed/ten-item-personality-measure-tipi/ +rights_note: Author/lab-hosted measure; verify permission for commercial redistribution. +questionnaire: Ten-Item Personality Inventory (TIPI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: tipi_conscientiousness_3 + text: Dependable, self-disciplined. + reverse_scored: false +- item_id: tipi_conscientiousness_8 + text: Disorganized, careless. + reverse_scored: true diff --git a/packages/construct_library/constructs/tipi_emotional_stability.yaml b/packages/construct_library/constructs/tipi_emotional_stability.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4607e80f75c5b4a0ff7ffbdb26ec7057bce8a3a --- /dev/null +++ b/packages/construct_library/constructs/tipi_emotional_stability.yaml @@ -0,0 +1,22 @@ +construct_id: tipi_emotional_stability +version: 1 +name: Emotional Stability (TIPI) +language: en +category: Big Five personality traits +description: Big Five personality traits - Emotional Stability dimension of the Ten-Item Personality Inventory + (TIPI). +citation: Gosling, S. D., Rentfrow, P. J., & Swann, W. B., Jr. (2003). A very brief measure of the Big-Five + personality domains. Journal of Research in Personality, 37(6), 504–528. https://doi.org/10.1016/S0092-6566(03)00046-1 +verification_status: needs_verification +source_url: https://gosling.psy.utexas.edu/scales-weve-developed/ten-item-personality-measure-tipi/ +rights_note: Author/lab-hosted measure; verify permission for commercial redistribution. +questionnaire: Ten-Item Personality Inventory (TIPI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: tipi_emotional_stability_4 + text: Anxious, easily upset. + reverse_scored: true +- item_id: tipi_emotional_stability_9 + text: Calm, emotionally stable. + reverse_scored: false diff --git a/packages/construct_library/constructs/tipi_extraversion.yaml b/packages/construct_library/constructs/tipi_extraversion.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9aea9b0ea07180f6663e9d7e72e2625ae3ede486 --- /dev/null +++ b/packages/construct_library/constructs/tipi_extraversion.yaml @@ -0,0 +1,22 @@ +construct_id: tipi_extraversion +version: 1 +name: Extraversion (TIPI) +language: en +category: Big Five personality traits +description: Big Five personality traits - Extraversion dimension of the Ten-Item Personality Inventory + (TIPI). +citation: Gosling, S. D., Rentfrow, P. J., & Swann, W. B., Jr. (2003). A very brief measure of the Big-Five + personality domains. Journal of Research in Personality, 37(6), 504–528. https://doi.org/10.1016/S0092-6566(03)00046-1 +verification_status: needs_verification +source_url: https://gosling.psy.utexas.edu/scales-weve-developed/ten-item-personality-measure-tipi/ +rights_note: Author/lab-hosted measure; verify permission for commercial redistribution. +questionnaire: Ten-Item Personality Inventory (TIPI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: tipi_extraversion_1 + text: Extraverted, enthusiastic. + reverse_scored: false +- item_id: tipi_extraversion_6 + text: Reserved, quiet. + reverse_scored: true diff --git a/packages/construct_library/constructs/tipi_openness.yaml b/packages/construct_library/constructs/tipi_openness.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f76e8b49d2e69467e8d91ae06ada6025f3e96d0e --- /dev/null +++ b/packages/construct_library/constructs/tipi_openness.yaml @@ -0,0 +1,21 @@ +construct_id: tipi_openness +version: 1 +name: Openness (TIPI) +language: en +category: Big Five personality traits +description: Big Five personality traits - Openness dimension of the Ten-Item Personality Inventory (TIPI). +citation: Gosling, S. D., Rentfrow, P. J., & Swann, W. B., Jr. (2003). A very brief measure of the Big-Five + personality domains. Journal of Research in Personality, 37(6), 504–528. https://doi.org/10.1016/S0092-6566(03)00046-1 +verification_status: needs_verification +source_url: https://gosling.psy.utexas.edu/scales-weve-developed/ten-item-personality-measure-tipi/ +rights_note: Author/lab-hosted measure; verify permission for commercial redistribution. +questionnaire: Ten-Item Personality Inventory (TIPI) +reverse_flags_source: subconstruct_markers +imported_from: lib.xlsx +items: +- item_id: tipi_openness_5 + text: Open to new experiences, complex. + reverse_scored: false +- item_id: tipi_openness_10 + text: Conventional, uncreative. + reverse_scored: true