Spaces:
Running
Running
Apply PI decisions: full construct library (rights approved), anon cap 200, drop CRS
Browse filesPI approved including questionnaire items in public repos; library now
ships all 94 constructs (CRS removed per PI). Anonymous row cap 200.
This view is limited to 50 files because it contains too many changes. See raw diff
- .env.example +1 -1
- MANUAL_TESTING.md +1 -1
- README.md +3 -2
- backend/app/auth.py +1 -1
- packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness.yaml +24 -0
- packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_social_loneliness.yaml +24 -0
- packages/construct_library/constructs/adult_hope_scale_agency.yaml +29 -0
- packages/construct_library/constructs/adult_hope_scale_pathways.yaml +29 -0
- packages/construct_library/constructs/bas_2.yaml +47 -0
- packages/construct_library/constructs/brief_cope_acceptance.yaml +21 -0
- packages/construct_library/constructs/brief_cope_active_coping.yaml +21 -0
- packages/construct_library/constructs/brief_cope_behavioral_disengagement.yaml +21 -0
- packages/construct_library/constructs/brief_cope_denial.yaml +21 -0
- packages/construct_library/constructs/brief_cope_humor.yaml +21 -0
- packages/construct_library/constructs/brief_cope_planning.yaml +21 -0
- packages/construct_library/constructs/brief_cope_positive_reframing.yaml +21 -0
- packages/construct_library/constructs/brief_cope_religion.yaml +21 -0
- packages/construct_library/constructs/brief_cope_self_blame.yaml +21 -0
- packages/construct_library/constructs/brief_cope_self_distraction.yaml +22 -0
- packages/construct_library/constructs/brief_cope_substance_use.yaml +21 -0
- packages/construct_library/constructs/brief_cope_use_of_emotional_support.yaml +21 -0
- packages/construct_library/constructs/brief_cope_use_of_instrumental_support.yaml +21 -0
- packages/construct_library/constructs/brief_cope_venting.yaml +21 -0
- packages/construct_library/constructs/brs.yaml +34 -0
- packages/construct_library/constructs/cage_questionnaire.yaml +29 -0
- packages/construct_library/constructs/cbi_client_related_burnout.yaml +33 -0
- packages/construct_library/constructs/cbi_personal_burnout.yaml +33 -0
- packages/construct_library/constructs/cbi_work_related_burnout.yaml +36 -0
- packages/construct_library/constructs/dass_21_anxiety.yaml +40 -0
- packages/construct_library/constructs/dass_21_depression.yaml +38 -0
- packages/construct_library/constructs/dass_21_stress.yaml +38 -0
- packages/construct_library/constructs/dirty_dozen_machiavellianism.yaml +27 -0
- packages/construct_library/constructs/dirty_dozen_narcissism.yaml +27 -0
- packages/construct_library/constructs/dirty_dozen_psychopathy.yaml +27 -0
- packages/construct_library/constructs/ecr_rs_anxiety.yaml +26 -0
- packages/construct_library/constructs/ecr_rs_avoidance.yaml +35 -0
- packages/construct_library/constructs/erq_cognitive_reappraisal.yaml +38 -0
- packages/construct_library/constructs/erq_expressive_suppression.yaml +29 -0
- packages/construct_library/constructs/flourishing_scale.yaml +40 -0
- packages/construct_library/constructs/gad_7.yaml +37 -0
- packages/construct_library/constructs/gq_6.yaml +34 -0
- packages/construct_library/constructs/grit_s_consistency_of_interests.yaml +27 -0
- packages/construct_library/constructs/grit_s_perseverance_of_effort.yaml +27 -0
- packages/construct_library/constructs/gse.yaml +46 -0
- packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_agreeableness.yaml +49 -0
- packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_conscientiousness.yaml +49 -0
- packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism.yaml +49 -0
- packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_extraversion.yaml +49 -0
- packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_intellect_imagination.yaml +49 -0
- packages/construct_library/constructs/iri_empathic_concern.yaml +36 -0
.env.example
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
|
| 19 |
# ---- Tiers and limits (defaults shown) ----
|
| 20 |
# CCR_ANON_MAX_BYTES=2097152 # 2 MB anonymous upload cap
|
| 21 |
-
# CCR_ANON_MAX_ROWS=
|
| 22 |
# CCR_ANON_MAX_RUNS_PER_DAY=3 # anonymous runs/day, then sign-in
|
| 23 |
# CCR_USER_MAX_SAVED_RUNS=15 # saved-run cap for signed-in users
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# ---- Tiers and limits (defaults shown) ----
|
| 20 |
# CCR_ANON_MAX_BYTES=2097152 # 2 MB anonymous upload cap
|
| 21 |
+
# CCR_ANON_MAX_ROWS=200 # anonymous row cap per file (PI decision)
|
| 22 |
# CCR_ANON_MAX_RUNS_PER_DAY=3 # anonymous runs/day, then sign-in
|
| 23 |
# CCR_USER_MAX_SAVED_RUNS=15 # saved-run cap for signed-in users
|
| 24 |
|
MANUAL_TESTING.md
CHANGED
|
@@ -38,7 +38,7 @@ fake but every flow works; never use for real analysis).
|
|
| 38 |
| `xlsx_upload_demo.xlsx` | Parses like a CSV |
|
| 39 |
| a `.txt` or `.pdf` file | Rejected: unsupported file type |
|
| 40 |
|
| 41 |
-
Anonymous limits (signed out): the Step 1 hint shows 2 MB /
|
| 42 |
uploads are deleted after analysis. Upload `large_demo.csv` (800 rows): rejected
|
| 43 |
with a "Sign in (top right)" message. Sign in and retry: accepted.
|
| 44 |
|
|
|
|
| 38 |
| `xlsx_upload_demo.xlsx` | Parses like a CSV |
|
| 39 |
| a `.txt` or `.pdf` file | Rejected: unsupported file type |
|
| 40 |
|
| 41 |
+
Anonymous limits (signed out): the Step 1 hint shows 2 MB / 200 rows and says
|
| 42 |
uploads are deleted after analysis. Upload `large_demo.csv` (800 rows): rejected
|
| 43 |
with a "Sign in (top right)" message. Sign in and retry: accepted.
|
| 44 |
|
README.md
CHANGED
|
@@ -52,7 +52,8 @@ Configuration: copy `.env.example` to `.env` and fill what you need.
|
|
| 52 |
|
| 53 |
- Do not upload sensitive or identifiable data to this shared dev instance; anonymous
|
| 54 |
storage is ephemeral and the instance may reset.
|
| 55 |
-
- The construct library
|
| 56 |
-
|
|
|
|
| 57 |
- Tests: `cd backend && CCR_FAKE_EMBEDDINGS=1 python -m pytest -q` (64 tests, no ML
|
| 58 |
downloads needed).
|
|
|
|
| 52 |
|
| 53 |
- Do not upload sensitive or identifiable data to this shared dev instance; anonymous
|
| 54 |
storage is ephemeral and the instance may reset.
|
| 55 |
+
- The construct library ships the lab's full collection (94 validated-scale
|
| 56 |
+
constructs + 5 seeds); wording verification against original publications is in
|
| 57 |
+
progress and unverified scales are flagged in the interface.
|
| 58 |
- Tests: `cd backend && CCR_FAKE_EMBEDDINGS=1 python -m pytest -q` (64 tests, no ML
|
| 59 |
downloads needed).
|
backend/app/auth.py
CHANGED
|
@@ -38,7 +38,7 @@ RUNS_COOKIE_NAME = "ccr_runs"
|
|
| 38 |
_SECRET = (os.environ.get("CCR_SESSION_SECRET") or secrets.token_hex(32)).encode()
|
| 39 |
|
| 40 |
ANON_MAX_BYTES_DEFAULT = 2 * 1024 * 1024
|
| 41 |
-
ANON_MAX_ROWS_DEFAULT = 500
|
| 42 |
ANON_MAX_RUNS_PER_DAY_DEFAULT = 3
|
| 43 |
USER_MAX_SAVED_RUNS_DEFAULT = 15
|
| 44 |
ANON_TTL_HOURS_DEFAULT = 0 # 0 = purge disabled (local dev); deployments set 24
|
|
|
|
| 38 |
_SECRET = (os.environ.get("CCR_SESSION_SECRET") or secrets.token_hex(32)).encode()
|
| 39 |
|
| 40 |
ANON_MAX_BYTES_DEFAULT = 2 * 1024 * 1024
|
| 41 |
+
ANON_MAX_ROWS_DEFAULT = 200 # PI decision 2026-07-14 (was 500)
|
| 42 |
ANON_MAX_RUNS_PER_DAY_DEFAULT = 3
|
| 43 |
USER_MAX_SAVED_RUNS_DEFAULT = 15
|
| 44 |
ANON_TTL_HOURS_DEFAULT = 0 # 0 = purge disabled (local dev); deployments set 24
|
packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness
|
| 2 |
+
version: 1
|
| 3 |
+
name: Emotional loneliness (6-item De Jong Gierveld Loneliness Scale)
|
| 4 |
+
language: en
|
| 5 |
+
category: Loneliness
|
| 6 |
+
description: Loneliness - Emotional loneliness dimension of the 6-item De Jong Gierveld Loneliness Scale.
|
| 7 |
+
citation: De Jong Gierveld, J., & Van Tilburg, T. (2006). A 6-item scale for overall, emotional, and social
|
| 8 |
+
loneliness. Research on Aging, 28(5), 582–598. https://doi.org/10.1177/0164027506289723
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.nyc.gov/assets/dfta/downloads/pdf/about/dejong_gierveld_loneliness_scale.pdf
|
| 11 |
+
rights_note: Government/institutional PDF provides the items; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: 6-item De Jong Gierveld Loneliness Scale
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_1
|
| 17 |
+
text: I experience a general sense of emptiness
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_2
|
| 20 |
+
text: I miss having people around me
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_emotional_loneliness_3
|
| 23 |
+
text: I often feel rejected
|
| 24 |
+
reverse_scored: false
|
packages/construct_library/constructs/6_item_de_jong_gierveld_loneliness_scale_social_loneliness.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness
|
| 2 |
+
version: 1
|
| 3 |
+
name: Social loneliness (6-item De Jong Gierveld Loneliness Scale)
|
| 4 |
+
language: en
|
| 5 |
+
category: Loneliness
|
| 6 |
+
description: Loneliness - Social loneliness dimension of the 6-item De Jong Gierveld Loneliness Scale.
|
| 7 |
+
citation: De Jong Gierveld, J., & Van Tilburg, T. (2006). A 6-item scale for overall, emotional, and social
|
| 8 |
+
loneliness. Research on Aging, 28(5), 582–598. https://doi.org/10.1177/0164027506289723
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.nyc.gov/assets/dfta/downloads/pdf/about/dejong_gierveld_loneliness_scale.pdf
|
| 11 |
+
rights_note: Government/institutional PDF provides the items; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: 6-item De Jong Gierveld Loneliness Scale
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_4
|
| 17 |
+
text: There are plenty of people I can rely on when I have problems
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_5
|
| 20 |
+
text: There are many people I can trust completely
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: 6_item_de_jong_gierveld_loneliness_scale_social_loneliness_6
|
| 23 |
+
text: There are enough people I feel close to
|
| 24 |
+
reverse_scored: false
|
packages/construct_library/constructs/adult_hope_scale_agency.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: adult_hope_scale_agency
|
| 2 |
+
version: 1
|
| 3 |
+
name: Agency (Adult Hope Scale)
|
| 4 |
+
language: en
|
| 5 |
+
category: Hope
|
| 6 |
+
description: Hope - Agency dimension of the Adult Hope Scale.
|
| 7 |
+
citation: 'Snyder, C. R., Harris, C., Anderson, J. R., Holleran, S. A., Irving, L. M., Sigmon, S. T.,
|
| 8 |
+
Yoshinobu, L., Gibb, J., Langelle, C., & Harney, P. (1991). The will and the ways: Development and validation
|
| 9 |
+
of an individual-differences measure of hope. Journal of Personality and Social Psychology, 60(4), 570–585.
|
| 10 |
+
https://doi.org/10.1037/0022-3514.60.4.570'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://ppc.sas.upenn.edu/sites/default/files/hopescale.pdf
|
| 13 |
+
rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Adult Hope Scale
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: adult_hope_scale_agency_2
|
| 19 |
+
text: I energetically pursue my goals.
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: adult_hope_scale_agency_9
|
| 22 |
+
text: My past experiences have prepared me well for my future.
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: adult_hope_scale_agency_10
|
| 25 |
+
text: I’ve been pretty successful in life.
|
| 26 |
+
reverse_scored: false
|
| 27 |
+
- item_id: adult_hope_scale_agency_12
|
| 28 |
+
text: I meet the goals that I set for myself.
|
| 29 |
+
reverse_scored: false
|
packages/construct_library/constructs/adult_hope_scale_pathways.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: adult_hope_scale_pathways
|
| 2 |
+
version: 1
|
| 3 |
+
name: Pathways (Adult Hope Scale)
|
| 4 |
+
language: en
|
| 5 |
+
category: Hope
|
| 6 |
+
description: Hope - Pathways dimension of the Adult Hope Scale.
|
| 7 |
+
citation: 'Snyder, C. R., Harris, C., Anderson, J. R., Holleran, S. A., Irving, L. M., Sigmon, S. T.,
|
| 8 |
+
Yoshinobu, L., Gibb, J., Langelle, C., & Harney, P. (1991). The will and the ways: Development and validation
|
| 9 |
+
of an individual-differences measure of hope. Journal of Personality and Social Psychology, 60(4), 570–585.
|
| 10 |
+
https://doi.org/10.1037/0022-3514.60.4.570'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://ppc.sas.upenn.edu/sites/default/files/hopescale.pdf
|
| 13 |
+
rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Adult Hope Scale
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: adult_hope_scale_pathways_1
|
| 19 |
+
text: I can think of many ways to get out of a jam.
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: adult_hope_scale_pathways_4
|
| 22 |
+
text: There are lots of ways around any problem.
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: adult_hope_scale_pathways_6
|
| 25 |
+
text: I can think of many ways to get the things in life that are most important to me.
|
| 26 |
+
reverse_scored: false
|
| 27 |
+
- item_id: adult_hope_scale_pathways_8
|
| 28 |
+
text: Even when others get discouraged, I know I can find a way to solve the problem.
|
| 29 |
+
reverse_scored: false
|
packages/construct_library/constructs/bas_2.yaml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: bas_2
|
| 2 |
+
version: 1
|
| 3 |
+
name: Body Appreciation Scale-2 (BAS-2)
|
| 4 |
+
language: en
|
| 5 |
+
category: Body appreciation / body image
|
| 6 |
+
description: Body appreciation / body image - Body Appreciation Scale-2 (BAS-2).
|
| 7 |
+
citation: 'Tylka, T. L., & Wood-Barcalow, N. L. (2015). The Body Appreciation Scale-2: Item refinement
|
| 8 |
+
and psychometric evaluation. Body Image, 12, 53–67. https://doi.org/10.1016/j.bodyim.2014.09.006'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://emerge.ucsd.edu/r_4dsm5/body-appreciation-scale-2/
|
| 11 |
+
rights_note: Research center item page; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Body Appreciation Scale-2 (BAS-2)
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: bas_2_1
|
| 17 |
+
text: I respect my body.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: bas_2_2
|
| 20 |
+
text: I feel good about my body.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: bas_2_3
|
| 23 |
+
text: I feel that my body has at least some good qualities.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: bas_2_4
|
| 26 |
+
text: I take a positive attitude towards my body.
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: bas_2_5
|
| 29 |
+
text: I am attentive to my body's needs.
|
| 30 |
+
reverse_scored: false
|
| 31 |
+
- item_id: bas_2_6
|
| 32 |
+
text: I feel love for my body.
|
| 33 |
+
reverse_scored: false
|
| 34 |
+
- item_id: bas_2_7
|
| 35 |
+
text: I appreciate the different and unique characteristics of my body.
|
| 36 |
+
reverse_scored: false
|
| 37 |
+
- item_id: bas_2_8
|
| 38 |
+
text: My behavior reveals my positive attitude toward my body; for example, I hold my head high and
|
| 39 |
+
smile.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: bas_2_9
|
| 42 |
+
text: I am comfortable in my body.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: bas_2_10
|
| 45 |
+
text: I feel like I am beautiful even if I am different from media images of attractive people (e.g.,
|
| 46 |
+
models, actresses/actors).
|
| 47 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_acceptance.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_acceptance
|
| 2 |
+
version: 1
|
| 3 |
+
name: Acceptance (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Acceptance dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_acceptance_20
|
| 17 |
+
text: I've been accepting the reality of the fact that it has happened.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_acceptance_24
|
| 20 |
+
text: I've been learning to live with it.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_active_coping.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_active_coping
|
| 2 |
+
version: 1
|
| 3 |
+
name: Active coping (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Active coping dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_active_coping_2
|
| 17 |
+
text: I've been concentrating my efforts on doing something about the situation I'm in.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_active_coping_7
|
| 20 |
+
text: I've been taking action to try to make the situation better.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_behavioral_disengagement.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_behavioral_disengagement
|
| 2 |
+
version: 1
|
| 3 |
+
name: Behavioral disengagement (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Behavioral disengagement dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_behavioral_disengagement_6
|
| 17 |
+
text: I've been giving up trying to deal with it.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_behavioral_disengagement_16
|
| 20 |
+
text: I've been giving up the attempt to cope.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_denial.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_denial
|
| 2 |
+
version: 1
|
| 3 |
+
name: Denial (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Denial dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_denial_3
|
| 17 |
+
text: I've been saying to myself "this isn't real."
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_denial_8
|
| 20 |
+
text: I've been refusing to believe that it has happened.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_humor.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_humor
|
| 2 |
+
version: 1
|
| 3 |
+
name: Humor (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Humor dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_humor_18
|
| 17 |
+
text: I've been making jokes about it.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_humor_28
|
| 20 |
+
text: I've been making fun of the situation.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_planning.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_planning
|
| 2 |
+
version: 1
|
| 3 |
+
name: Planning (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Planning dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_planning_14
|
| 17 |
+
text: I've been trying to come up with a strategy about what to do.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_planning_25
|
| 20 |
+
text: I've been thinking hard about what steps to take.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_positive_reframing.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_positive_reframing
|
| 2 |
+
version: 1
|
| 3 |
+
name: Positive reframing (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Positive reframing dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_positive_reframing_12
|
| 17 |
+
text: I've been trying to see it in a different light, to make it seem more positive.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_positive_reframing_17
|
| 20 |
+
text: I've been looking for something good in what is happening.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_religion.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_religion
|
| 2 |
+
version: 1
|
| 3 |
+
name: Religion (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Religion dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_religion_22
|
| 17 |
+
text: I've been trying to find comfort in my religion or spiritual beliefs.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_religion_27
|
| 20 |
+
text: I've been praying or meditating.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_self_blame.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_self_blame
|
| 2 |
+
version: 1
|
| 3 |
+
name: Self-blame (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Self-blame dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_self_blame_13
|
| 17 |
+
text: I’ve been criticizing myself.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_self_blame_26
|
| 20 |
+
text: I’ve been blaming myself for things that happened.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_self_distraction.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_self_distraction
|
| 2 |
+
version: 1
|
| 3 |
+
name: Self-distraction (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Self-distraction dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_self_distraction_1
|
| 17 |
+
text: I've been turning to work or other activities to take my mind off things.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_self_distraction_19
|
| 20 |
+
text: I've been doing something to think about it less, such as going to movies, watching TV, reading,
|
| 21 |
+
daydreaming, sleeping, or shopping.
|
| 22 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_substance_use.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_substance_use
|
| 2 |
+
version: 1
|
| 3 |
+
name: Substance use (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Substance use dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_substance_use_4
|
| 17 |
+
text: I've been using alcohol or other drugs to make myself feel better.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_substance_use_11
|
| 20 |
+
text: I've been using alcohol or other drugs to help me get through it.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_use_of_emotional_support.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_use_of_emotional_support
|
| 2 |
+
version: 1
|
| 3 |
+
name: Use of emotional support (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Use of emotional support dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_use_of_emotional_support_5
|
| 17 |
+
text: I've been getting emotional support from others.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_use_of_emotional_support_15
|
| 20 |
+
text: I've been getting comfort and understanding from someone.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_use_of_instrumental_support.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_use_of_instrumental_support
|
| 2 |
+
version: 1
|
| 3 |
+
name: Use of instrumental support (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Use of instrumental support dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_use_of_instrumental_support_10
|
| 17 |
+
text: I’ve been getting help and advice from other people.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_use_of_instrumental_support_23
|
| 20 |
+
text: I’ve been trying to get advice or help from other people about what to do.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brief_cope_venting.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brief_cope_venting
|
| 2 |
+
version: 1
|
| 3 |
+
name: Venting (Brief COPE)
|
| 4 |
+
language: en
|
| 5 |
+
category: Coping
|
| 6 |
+
description: Coping - Venting dimension of the Brief COPE.
|
| 7 |
+
citation: 'Carver, C. S. (1997). You want to measure coping but your protocol’s too long: Consider the
|
| 8 |
+
Brief COPE. International Journal of Behavioral Medicine, 4(1), 92–100. https://doi.org/10.1207/s15327558ijbm0401_6'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.psy.miami.edu/faculty/ccarver/brief-cope.html
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Brief COPE
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: brief_cope_venting_9
|
| 17 |
+
text: I've been saying things to let my unpleasant feelings escape.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: brief_cope_venting_21
|
| 20 |
+
text: I've been expressing my negative feelings.
|
| 21 |
+
reverse_scored: false
|
packages/construct_library/constructs/brs.yaml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: brs
|
| 2 |
+
version: 1
|
| 3 |
+
name: Brief Resilience Scale (BRS)
|
| 4 |
+
language: en
|
| 5 |
+
category: Resilience
|
| 6 |
+
description: Resilience - Brief Resilience Scale (BRS).
|
| 7 |
+
citation: 'Smith, B. W., Dalen, J., Wiggins, K., Tooley, E., Christopher, P., & Bernard, J. (2008). The
|
| 8 |
+
Brief Resilience Scale: Assessing the ability to bounce back. International Journal of Behavioral Medicine,
|
| 9 |
+
15(3), 194–200. https://doi.org/10.1080/10705500802222972'
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://www.researchgate.net/publication/223961567_The_Brief_Resilience_Scale_Assessing_the_Ability_to_Bounce_Back
|
| 12 |
+
rights_note: Items are publicly visible in author paper copies; verify permission for commercial redistribution.
|
| 13 |
+
questionnaire: Brief Resilience Scale (BRS)
|
| 14 |
+
reverse_flags_source: not_provided_pending_verification
|
| 15 |
+
imported_from: lib.xlsx
|
| 16 |
+
items:
|
| 17 |
+
- item_id: brs_1
|
| 18 |
+
text: I tend to bounce back quickly after hard times.
|
| 19 |
+
reverse_scored: false
|
| 20 |
+
- item_id: brs_2
|
| 21 |
+
text: I have a hard time making it through stressful events.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: brs_3
|
| 24 |
+
text: It does not take me long to recover from a stressful event.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: brs_4
|
| 27 |
+
text: It is hard for me to snap back when something bad happens.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: brs_5
|
| 30 |
+
text: I usually come through difficult times with little trouble.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: brs_6
|
| 33 |
+
text: I tend to take a long time to get over set-backs in my life.
|
| 34 |
+
reverse_scored: false
|
packages/construct_library/constructs/cage_questionnaire.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: cage_questionnaire
|
| 2 |
+
version: 1
|
| 3 |
+
name: CAGE Questionnaire
|
| 4 |
+
language: en
|
| 5 |
+
category: Alcohol use risk
|
| 6 |
+
description: Alcohol use risk - CAGE Questionnaire. Screening tool only; not a diagnosis.
|
| 7 |
+
citation: 'Ewing, J. A. (1984). Detecting alcoholism: The CAGE questionnaire. JAMA, 252(14), 1905–1907.
|
| 8 |
+
https://doi.org/10.1001/jama.1984.03350140051025'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.hopkinsmedicine.org/-/media/medicine/documents/cage-substance-screening-tool.pdf
|
| 11 |
+
rights_note: Institutional clinical handout; verify permission for redistribution. Screening tool only;
|
| 12 |
+
not a diagnosis.
|
| 13 |
+
questionnaire: CAGE Questionnaire
|
| 14 |
+
reverse_flags_source: not_provided_pending_verification
|
| 15 |
+
imported_from: lib.xlsx
|
| 16 |
+
items:
|
| 17 |
+
- item_id: cage_questionnaire_1
|
| 18 |
+
text: Have you ever felt you ought to Cut down on your drinking?
|
| 19 |
+
reverse_scored: false
|
| 20 |
+
- item_id: cage_questionnaire_2
|
| 21 |
+
text: Have people Annoyed you by criticizing your drinking?
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: cage_questionnaire_3
|
| 24 |
+
text: Have you ever felt bad or Guilty about your drinking?
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: cage_questionnaire_4
|
| 27 |
+
text: Have you ever had a drink first thing in the morning to steady your nerves or to get rid of a
|
| 28 |
+
hangover (Eye-opener)?
|
| 29 |
+
reverse_scored: false
|
packages/construct_library/constructs/cbi_client_related_burnout.yaml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: cbi_client_related_burnout
|
| 2 |
+
version: 1
|
| 3 |
+
name: Client-related burnout (CBI)
|
| 4 |
+
language: en
|
| 5 |
+
category: Burnout
|
| 6 |
+
description: Burnout - Client-related burnout dimension of the Copenhagen Burnout Inventory (CBI).
|
| 7 |
+
citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen
|
| 8 |
+
Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/
|
| 11 |
+
rights_note: Research center item page; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Copenhagen Burnout Inventory (CBI)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: cbi_client_related_burnout_14
|
| 17 |
+
text: Do you find it hard to work with clients?
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: cbi_client_related_burnout_15
|
| 20 |
+
text: Do you find it frustrating to work with clients?
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: cbi_client_related_burnout_16
|
| 23 |
+
text: Does it drain your energy to work with clients?
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: cbi_client_related_burnout_17
|
| 26 |
+
text: Do you feel that you give more than you get back when you work with clients?
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: cbi_client_related_burnout_18
|
| 29 |
+
text: Are you tired of working with clients?
|
| 30 |
+
reverse_scored: false
|
| 31 |
+
- item_id: cbi_client_related_burnout_19
|
| 32 |
+
text: Do you sometimes wonder how long you will be able to continue working with clients?
|
| 33 |
+
reverse_scored: false
|
packages/construct_library/constructs/cbi_personal_burnout.yaml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: cbi_personal_burnout
|
| 2 |
+
version: 1
|
| 3 |
+
name: Personal burnout (CBI)
|
| 4 |
+
language: en
|
| 5 |
+
category: Burnout
|
| 6 |
+
description: Burnout - Personal burnout dimension of the Copenhagen Burnout Inventory (CBI).
|
| 7 |
+
citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen
|
| 8 |
+
Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/
|
| 11 |
+
rights_note: Research center item page; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Copenhagen Burnout Inventory (CBI)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: cbi_personal_burnout_1
|
| 17 |
+
text: How often do you feel tired?
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: cbi_personal_burnout_2
|
| 20 |
+
text: How often are you physically exhausted?
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: cbi_personal_burnout_3
|
| 23 |
+
text: How often are you emotionally exhausted?
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: cbi_personal_burnout_4
|
| 26 |
+
text: 'How often do you think: "I can''t take it anymore"?'
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: cbi_personal_burnout_5
|
| 29 |
+
text: How often do you feel worn out?
|
| 30 |
+
reverse_scored: false
|
| 31 |
+
- item_id: cbi_personal_burnout_6
|
| 32 |
+
text: How often do you feel weak and susceptible to illness?
|
| 33 |
+
reverse_scored: false
|
packages/construct_library/constructs/cbi_work_related_burnout.yaml
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: cbi_work_related_burnout
|
| 2 |
+
version: 1
|
| 3 |
+
name: Work-related burnout (CBI)
|
| 4 |
+
language: en
|
| 5 |
+
category: Burnout
|
| 6 |
+
description: Burnout - Work-related burnout dimension of the Copenhagen Burnout Inventory (CBI).
|
| 7 |
+
citation: 'Kristensen, T. S., Borritz, M., Villadsen, E., & Christensen, K. B. (2005). The Copenhagen
|
| 8 |
+
Burnout Inventory: A new tool for the assessment of burnout. Work & Stress, 19(3), 192–207. https://doi.org/10.1080/02678370500297720'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://emerge.ucsd.edu/r_4dsm5/copenhagen-burnout-inventory-cbi/
|
| 11 |
+
rights_note: Research center item page; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Copenhagen Burnout Inventory (CBI)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: cbi_work_related_burnout_7
|
| 17 |
+
text: Is your work emotionally exhausting?
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: cbi_work_related_burnout_8
|
| 20 |
+
text: Do you feel burnt out because of your work?
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: cbi_work_related_burnout_9
|
| 23 |
+
text: Does your work frustrate you?
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: cbi_work_related_burnout_10
|
| 26 |
+
text: Do you feel worn out at the end of the working day?
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: cbi_work_related_burnout_11
|
| 29 |
+
text: Are you exhausted in the morning at the thought of another day at work?
|
| 30 |
+
reverse_scored: false
|
| 31 |
+
- item_id: cbi_work_related_burnout_12
|
| 32 |
+
text: Do you feel that every working hour is tiring for you?
|
| 33 |
+
reverse_scored: false
|
| 34 |
+
- item_id: cbi_work_related_burnout_13
|
| 35 |
+
text: Do you have enough energy for family and friends during leisure time?
|
| 36 |
+
reverse_scored: true
|
packages/construct_library/constructs/dass_21_anxiety.yaml
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dass_21_anxiety
|
| 2 |
+
version: 1
|
| 3 |
+
name: Anxiety (DASS-21)
|
| 4 |
+
language: en
|
| 5 |
+
category: Depression/anxiety/stress symptoms
|
| 6 |
+
description: Depression/anxiety/stress symptoms - Anxiety dimension of the Depression Anxiety Stress Scales–21
|
| 7 |
+
(DASS-21). Screening tool only; not a diagnosis.
|
| 8 |
+
citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd
|
| 9 |
+
ed.). Psychology Foundation of Australia.
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://www2.psy.unsw.edu.au/dass/
|
| 12 |
+
rights_note: DASS materials are publicly available and often described as public-domain; verify permission
|
| 13 |
+
for website redistribution. Screening tool only; not a diagnosis.
|
| 14 |
+
questionnaire: Depression Anxiety Stress Scales–21 (DASS-21)
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: dass_21_anxiety_2
|
| 19 |
+
text: I was aware of dryness of my mouth
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: dass_21_anxiety_4
|
| 22 |
+
text: I experienced breathing difficulty (e.g. excessively rapid breathing, breathlessness in the absence
|
| 23 |
+
of physical exertion)
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: dass_21_anxiety_7
|
| 26 |
+
text: I experienced trembling (e.g. in the hands)
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: dass_21_anxiety_9
|
| 29 |
+
text: I was worried about situations in which I might panic and make a fool of myself
|
| 30 |
+
reverse_scored: false
|
| 31 |
+
- item_id: dass_21_anxiety_15
|
| 32 |
+
text: I felt I was close to panic
|
| 33 |
+
reverse_scored: false
|
| 34 |
+
- item_id: dass_21_anxiety_19
|
| 35 |
+
text: I was aware of the action of my heart in the absence of physical exertion (e.g. sense of heart
|
| 36 |
+
rate increase, heart missing a beat)
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: dass_21_anxiety_20
|
| 39 |
+
text: I felt scared without any good reason
|
| 40 |
+
reverse_scored: false
|
packages/construct_library/constructs/dass_21_depression.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dass_21_depression
|
| 2 |
+
version: 1
|
| 3 |
+
name: Depression (DASS-21)
|
| 4 |
+
language: en
|
| 5 |
+
category: Depression/anxiety/stress symptoms
|
| 6 |
+
description: Depression/anxiety/stress symptoms - Depression dimension of the Depression Anxiety Stress
|
| 7 |
+
Scales–21 (DASS-21). Screening tool only; not a diagnosis.
|
| 8 |
+
citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd
|
| 9 |
+
ed.). Psychology Foundation of Australia.
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://www2.psy.unsw.edu.au/dass/
|
| 12 |
+
rights_note: DASS materials are publicly available and often described as public-domain; verify permission
|
| 13 |
+
for website redistribution. Screening tool only; not a diagnosis.
|
| 14 |
+
questionnaire: Depression Anxiety Stress Scales–21 (DASS-21)
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: dass_21_depression_3
|
| 19 |
+
text: I couldn’t seem to experience any positive feeling at all
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: dass_21_depression_5
|
| 22 |
+
text: I found it difficult to work up the initiative to do things
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: dass_21_depression_10
|
| 25 |
+
text: I felt that I had nothing to look forward to
|
| 26 |
+
reverse_scored: false
|
| 27 |
+
- item_id: dass_21_depression_13
|
| 28 |
+
text: I felt down-hearted and blue
|
| 29 |
+
reverse_scored: false
|
| 30 |
+
- item_id: dass_21_depression_16
|
| 31 |
+
text: I was unable to become enthusiastic about anything
|
| 32 |
+
reverse_scored: false
|
| 33 |
+
- item_id: dass_21_depression_17
|
| 34 |
+
text: I felt I wasn’t worth much as a person
|
| 35 |
+
reverse_scored: false
|
| 36 |
+
- item_id: dass_21_depression_21
|
| 37 |
+
text: I felt that life was meaningless
|
| 38 |
+
reverse_scored: false
|
packages/construct_library/constructs/dass_21_stress.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dass_21_stress
|
| 2 |
+
version: 1
|
| 3 |
+
name: Stress (DASS-21)
|
| 4 |
+
language: en
|
| 5 |
+
category: Depression/anxiety/stress symptoms
|
| 6 |
+
description: Depression/anxiety/stress symptoms - Stress dimension of the Depression Anxiety Stress Scales–21
|
| 7 |
+
(DASS-21). Screening tool only; not a diagnosis.
|
| 8 |
+
citation: Lovibond, S. H., & Lovibond, P. F. (1995). Manual for the Depression Anxiety Stress Scales (2nd
|
| 9 |
+
ed.). Psychology Foundation of Australia.
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://www2.psy.unsw.edu.au/dass/
|
| 12 |
+
rights_note: DASS materials are publicly available and often described as public-domain; verify permission
|
| 13 |
+
for website redistribution. Screening tool only; not a diagnosis.
|
| 14 |
+
questionnaire: Depression Anxiety Stress Scales–21 (DASS-21)
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: dass_21_stress_1
|
| 19 |
+
text: I found it hard to wind down
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: dass_21_stress_6
|
| 22 |
+
text: I tended to over-react to situations
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: dass_21_stress_8
|
| 25 |
+
text: I felt that I was using a lot of nervous energy
|
| 26 |
+
reverse_scored: false
|
| 27 |
+
- item_id: dass_21_stress_11
|
| 28 |
+
text: I found myself getting agitated
|
| 29 |
+
reverse_scored: false
|
| 30 |
+
- item_id: dass_21_stress_12
|
| 31 |
+
text: I found it difficult to relax
|
| 32 |
+
reverse_scored: false
|
| 33 |
+
- item_id: dass_21_stress_14
|
| 34 |
+
text: I was intolerant of anything that kept me from getting on with what I was doing
|
| 35 |
+
reverse_scored: false
|
| 36 |
+
- item_id: dass_21_stress_18
|
| 37 |
+
text: I felt that I was rather touchy
|
| 38 |
+
reverse_scored: false
|
packages/construct_library/constructs/dirty_dozen_machiavellianism.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dirty_dozen_machiavellianism
|
| 2 |
+
version: 1
|
| 3 |
+
name: Machiavellianism (Dirty Dozen)
|
| 4 |
+
language: en
|
| 5 |
+
category: Dark Triad
|
| 6 |
+
description: Dark Triad - Machiavellianism dimension of the Dirty Dozen.
|
| 7 |
+
citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad.
|
| 8 |
+
Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad
|
| 11 |
+
rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Dirty Dozen
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: dirty_dozen_machiavellianism_1
|
| 17 |
+
text: I tend to manipulate others to get my way.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: dirty_dozen_machiavellianism_2
|
| 20 |
+
text: I have used deceit or lied to get my way.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: dirty_dozen_machiavellianism_3
|
| 23 |
+
text: I have used flattery to get my way.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: dirty_dozen_machiavellianism_4
|
| 26 |
+
text: I tend to exploit others towards my own end.
|
| 27 |
+
reverse_scored: false
|
packages/construct_library/constructs/dirty_dozen_narcissism.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dirty_dozen_narcissism
|
| 2 |
+
version: 1
|
| 3 |
+
name: Narcissism (Dirty Dozen)
|
| 4 |
+
language: en
|
| 5 |
+
category: Dark Triad
|
| 6 |
+
description: Dark Triad - Narcissism dimension of the Dirty Dozen.
|
| 7 |
+
citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad.
|
| 8 |
+
Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad
|
| 11 |
+
rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Dirty Dozen
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: dirty_dozen_narcissism_9
|
| 17 |
+
text: I tend to want others to admire me.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: dirty_dozen_narcissism_10
|
| 20 |
+
text: I tend to want others to pay attention to me.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: dirty_dozen_narcissism_11
|
| 23 |
+
text: I tend to seek prestige or status.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: dirty_dozen_narcissism_12
|
| 26 |
+
text: I tend to expect special favors from others.
|
| 27 |
+
reverse_scored: false
|
packages/construct_library/constructs/dirty_dozen_psychopathy.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: dirty_dozen_psychopathy
|
| 2 |
+
version: 1
|
| 3 |
+
name: Psychopathy (Dirty Dozen)
|
| 4 |
+
language: en
|
| 5 |
+
category: Dark Triad
|
| 6 |
+
description: Dark Triad - Psychopathy dimension of the Dirty Dozen.
|
| 7 |
+
citation: 'Jonason, P. K., & Webster, G. D. (2010). The Dirty Dozen: A concise measure of the Dark Triad.
|
| 8 |
+
Psychological Assessment, 22(2), 420–432. https://doi.org/10.1037/a0019265'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.researchgate.net/publication/44591108_The_Dirty_Dozen_A_Concise_Measure_of_the_Dark_Triad
|
| 11 |
+
rights_note: Items are publicly visible in author-posted copies; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Dirty Dozen
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: dirty_dozen_psychopathy_5
|
| 17 |
+
text: I tend to lack remorse.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: dirty_dozen_psychopathy_6
|
| 20 |
+
text: I tend to be unconcerned with the morality of my actions.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: dirty_dozen_psychopathy_7
|
| 23 |
+
text: I tend to be callous or insensitive.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: dirty_dozen_psychopathy_8
|
| 26 |
+
text: I tend to be cynical.
|
| 27 |
+
reverse_scored: false
|
packages/construct_library/constructs/ecr_rs_anxiety.yaml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ecr_rs_anxiety
|
| 2 |
+
version: 1
|
| 3 |
+
name: Anxiety (ECR-RS)
|
| 4 |
+
language: en
|
| 5 |
+
category: Adult attachment
|
| 6 |
+
description: Adult attachment - Anxiety dimension of the Experiences in Close Relationships—Relationship
|
| 7 |
+
Structures questionnaire (ECR-RS).
|
| 8 |
+
citation: 'Fraley, R. C., Heffernan, M. E., Vicary, A. M., & Brumbaugh, C. C. (2011). The Experiences
|
| 9 |
+
in Close Relationships—Relationship Structures questionnaire: A method for assessing attachment orientations
|
| 10 |
+
across relationships. Psychological Assessment, 23(3), 615–625. https://doi.org/10.1037/a0022898'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://labs.psychology.illinois.edu/~rcfraley/measures/relstructures.htm
|
| 13 |
+
rights_note: Author-hosted measure; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Experiences in Close Relationships—Relationship Structures questionnaire (ECR-RS)
|
| 15 |
+
reverse_flags_source: subconstruct_markers
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: ecr_rs_anxiety_7
|
| 19 |
+
text: I often worry that this person doesn't really care for me.
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: ecr_rs_anxiety_8
|
| 22 |
+
text: I'm afraid that this person may abandon me.
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: ecr_rs_anxiety_9
|
| 25 |
+
text: I worry that this person won't care about me as much as I care about him or her.
|
| 26 |
+
reverse_scored: false
|
packages/construct_library/constructs/ecr_rs_avoidance.yaml
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ecr_rs_avoidance
|
| 2 |
+
version: 1
|
| 3 |
+
name: Avoidance (ECR-RS)
|
| 4 |
+
language: en
|
| 5 |
+
category: Adult attachment
|
| 6 |
+
description: Adult attachment - Avoidance dimension of the Experiences in Close Relationships—Relationship
|
| 7 |
+
Structures questionnaire (ECR-RS).
|
| 8 |
+
citation: 'Fraley, R. C., Heffernan, M. E., Vicary, A. M., & Brumbaugh, C. C. (2011). The Experiences
|
| 9 |
+
in Close Relationships—Relationship Structures questionnaire: A method for assessing attachment orientations
|
| 10 |
+
across relationships. Psychological Assessment, 23(3), 615–625. https://doi.org/10.1037/a0022898'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://labs.psychology.illinois.edu/~rcfraley/measures/relstructures.htm
|
| 13 |
+
rights_note: Author-hosted measure; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Experiences in Close Relationships—Relationship Structures questionnaire (ECR-RS)
|
| 15 |
+
reverse_flags_source: subconstruct_markers
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: ecr_rs_avoidance_1
|
| 19 |
+
text: It helps to turn to this person in times of need.
|
| 20 |
+
reverse_scored: true
|
| 21 |
+
- item_id: ecr_rs_avoidance_2
|
| 22 |
+
text: I usually discuss my problems and concerns with this person.
|
| 23 |
+
reverse_scored: true
|
| 24 |
+
- item_id: ecr_rs_avoidance_3
|
| 25 |
+
text: I talk things over with this person.
|
| 26 |
+
reverse_scored: true
|
| 27 |
+
- item_id: ecr_rs_avoidance_4
|
| 28 |
+
text: I find it easy to depend on this person.
|
| 29 |
+
reverse_scored: true
|
| 30 |
+
- item_id: ecr_rs_avoidance_5
|
| 31 |
+
text: I don't feel comfortable opening up to this person.
|
| 32 |
+
reverse_scored: false
|
| 33 |
+
- item_id: ecr_rs_avoidance_6
|
| 34 |
+
text: I prefer not to show this person how I feel deep down.
|
| 35 |
+
reverse_scored: false
|
packages/construct_library/constructs/erq_cognitive_reappraisal.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: erq_cognitive_reappraisal
|
| 2 |
+
version: 1
|
| 3 |
+
name: Cognitive reappraisal (ERQ)
|
| 4 |
+
language: en
|
| 5 |
+
category: Emotion regulation
|
| 6 |
+
description: Emotion regulation - Cognitive reappraisal dimension of the Emotion Regulation Questionnaire
|
| 7 |
+
(ERQ).
|
| 8 |
+
citation: 'Gross, J. J., & John, O. P. (2003). Individual differences in two emotion regulation processes:
|
| 9 |
+
Implications for affect, relationships, and well-being. Journal of Personality and Social Psychology,
|
| 10 |
+
85(2), 348–362. https://doi.org/10.1037/0022-3514.85.2.348'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://spl.stanford.edu/sites/g/files/sbiybj19321/files/media/file/english_0.pdf
|
| 13 |
+
rights_note: Stanford Psychophysiology Lab-hosted questionnaire; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Emotion Regulation Questionnaire (ERQ)
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: erq_cognitive_reappraisal_1
|
| 19 |
+
text: When I want to feel more positive emotion (such as joy or amusement), I change what I'm thinking
|
| 20 |
+
about.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: erq_cognitive_reappraisal_3
|
| 23 |
+
text: When I want to feel less negative emotion (such as sadness or anger), I change what I'm thinking
|
| 24 |
+
about.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: erq_cognitive_reappraisal_5
|
| 27 |
+
text: When I'm faced with a stressful situation, I make myself think about it in a way that helps me
|
| 28 |
+
stay calm.
|
| 29 |
+
reverse_scored: false
|
| 30 |
+
- item_id: erq_cognitive_reappraisal_7
|
| 31 |
+
text: When I want to feel more positive emotion, I change the way I'm thinking about the situation.
|
| 32 |
+
reverse_scored: false
|
| 33 |
+
- item_id: erq_cognitive_reappraisal_8
|
| 34 |
+
text: I control my emotions by changing the way I think about the situation I'm in.
|
| 35 |
+
reverse_scored: false
|
| 36 |
+
- item_id: erq_cognitive_reappraisal_10
|
| 37 |
+
text: When I want to feel less negative emotion, I change the way I'm thinking about the situation.
|
| 38 |
+
reverse_scored: false
|
packages/construct_library/constructs/erq_expressive_suppression.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: erq_expressive_suppression
|
| 2 |
+
version: 1
|
| 3 |
+
name: Expressive suppression (ERQ)
|
| 4 |
+
language: en
|
| 5 |
+
category: Emotion regulation
|
| 6 |
+
description: Emotion regulation - Expressive suppression dimension of the Emotion Regulation Questionnaire
|
| 7 |
+
(ERQ).
|
| 8 |
+
citation: 'Gross, J. J., & John, O. P. (2003). Individual differences in two emotion regulation processes:
|
| 9 |
+
Implications for affect, relationships, and well-being. Journal of Personality and Social Psychology,
|
| 10 |
+
85(2), 348–362. https://doi.org/10.1037/0022-3514.85.2.348'
|
| 11 |
+
verification_status: needs_verification
|
| 12 |
+
source_url: https://spl.stanford.edu/sites/g/files/sbiybj19321/files/media/file/english_0.pdf
|
| 13 |
+
rights_note: Stanford Psychophysiology Lab-hosted questionnaire; verify permission for commercial redistribution.
|
| 14 |
+
questionnaire: Emotion Regulation Questionnaire (ERQ)
|
| 15 |
+
reverse_flags_source: not_provided_pending_verification
|
| 16 |
+
imported_from: lib.xlsx
|
| 17 |
+
items:
|
| 18 |
+
- item_id: erq_expressive_suppression_2
|
| 19 |
+
text: I keep my emotions to myself.
|
| 20 |
+
reverse_scored: false
|
| 21 |
+
- item_id: erq_expressive_suppression_4
|
| 22 |
+
text: When I am feeling positive emotions, I am careful not to express them.
|
| 23 |
+
reverse_scored: false
|
| 24 |
+
- item_id: erq_expressive_suppression_6
|
| 25 |
+
text: I control my emotions by not expressing them.
|
| 26 |
+
reverse_scored: false
|
| 27 |
+
- item_id: erq_expressive_suppression_9
|
| 28 |
+
text: When I am feeling negative emotions, I make sure not to express them.
|
| 29 |
+
reverse_scored: false
|
packages/construct_library/constructs/flourishing_scale.yaml
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: flourishing_scale
|
| 2 |
+
version: 1
|
| 3 |
+
name: Flourishing Scale
|
| 4 |
+
language: en
|
| 5 |
+
category: Flourishing
|
| 6 |
+
description: Flourishing - Flourishing Scale.
|
| 7 |
+
citation: 'Diener, E., Wirtz, D., Tov, W., Kim-Prieto, C., Choi, D., Oishi, S., & Biswas-Diener, R. (2010).
|
| 8 |
+
New well-being measures: Short scales to assess flourishing and positive and negative feelings. Social
|
| 9 |
+
Indicators Research, 97, 143–156. https://doi.org/10.1007/s11205-009-9493-y'
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://eddiener.com/scales/8-item-flourishing-scale/
|
| 12 |
+
rights_note: Author-hosted scale page; verify permission for commercial redistribution.
|
| 13 |
+
questionnaire: Flourishing Scale
|
| 14 |
+
reverse_flags_source: not_provided_pending_verification
|
| 15 |
+
imported_from: lib.xlsx
|
| 16 |
+
items:
|
| 17 |
+
- item_id: flourishing_scale_1
|
| 18 |
+
text: I lead a purposeful and meaningful life.
|
| 19 |
+
reverse_scored: false
|
| 20 |
+
- item_id: flourishing_scale_2
|
| 21 |
+
text: My social relationships are supportive and rewarding.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: flourishing_scale_3
|
| 24 |
+
text: I am engaged and interested in my daily activities.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: flourishing_scale_4
|
| 27 |
+
text: I actively contribute to the happiness and well-being of others.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: flourishing_scale_5
|
| 30 |
+
text: I am competent and capable in the activities that are important to me.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: flourishing_scale_6
|
| 33 |
+
text: I am a good person and live a good life.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: flourishing_scale_7
|
| 36 |
+
text: I am optimistic about my future.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: flourishing_scale_8
|
| 39 |
+
text: People respect me.
|
| 40 |
+
reverse_scored: false
|
packages/construct_library/constructs/gad_7.yaml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: gad_7
|
| 2 |
+
version: 1
|
| 3 |
+
name: Generalized Anxiety Disorder-7 (GAD-7)
|
| 4 |
+
language: en
|
| 5 |
+
category: Anxiety symptoms
|
| 6 |
+
description: Anxiety symptoms - Generalized Anxiety Disorder-7 (GAD-7). Screening tool only; not a diagnosis.
|
| 7 |
+
citation: 'Spitzer, R. L., Kroenke, K., Williams, J. B. W., & Löwe, B. (2006). A brief measure for assessing
|
| 8 |
+
generalized anxiety disorder: The GAD-7. Archives of Internal Medicine, 166(10), 1092–1097. https://doi.org/10.1001/archinte.166.10.1092'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.phqscreeners.com/
|
| 11 |
+
rights_note: Pfizer states PHQ/GAD screeners are available without copyright restriction and at no charge.
|
| 12 |
+
Screening tool only; not a diagnosis.
|
| 13 |
+
questionnaire: Generalized Anxiety Disorder-7 (GAD-7)
|
| 14 |
+
reverse_flags_source: not_provided_pending_verification
|
| 15 |
+
imported_from: lib.xlsx
|
| 16 |
+
items:
|
| 17 |
+
- item_id: gad_7_1
|
| 18 |
+
text: Feeling nervous, anxious, or on edge
|
| 19 |
+
reverse_scored: false
|
| 20 |
+
- item_id: gad_7_2
|
| 21 |
+
text: Not being able to stop or control worrying
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: gad_7_3
|
| 24 |
+
text: Worrying too much about different things
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: gad_7_4
|
| 27 |
+
text: Trouble relaxing
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: gad_7_5
|
| 30 |
+
text: Being so restless that it is hard to sit still
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: gad_7_6
|
| 33 |
+
text: Becoming easily annoyed or irritable
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: gad_7_7
|
| 36 |
+
text: Feeling afraid as if something awful might happen
|
| 37 |
+
reverse_scored: false
|
packages/construct_library/constructs/gq_6.yaml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: gq_6
|
| 2 |
+
version: 1
|
| 3 |
+
name: Gratitude Questionnaire–Six Item Form (GQ-6)
|
| 4 |
+
language: en
|
| 5 |
+
category: Gratitude
|
| 6 |
+
description: Gratitude - Gratitude Questionnaire–Six Item Form (GQ-6).
|
| 7 |
+
citation: 'McCullough, M. E., Emmons, R. A., & Tsang, J.-A. (2002). The grateful disposition: A conceptual
|
| 8 |
+
and empirical topography. Journal of Personality and Social Psychology, 82(1), 112–127. https://doi.org/10.1037/0022-3514.82.1.112'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://ppc.sas.upenn.edu/resources/questionnaires-researchers/gratitude-questionnaire
|
| 11 |
+
rights_note: University research center-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Gratitude Questionnaire–Six Item Form (GQ-6)
|
| 13 |
+
reverse_flags_source: not_provided_pending_verification
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: gq_6_1
|
| 17 |
+
text: I have so much in life to be thankful for.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: gq_6_2
|
| 20 |
+
text: If I had to list everything that I felt grateful for, it would be a very long list.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: gq_6_3
|
| 23 |
+
text: When I look at the world, I don't see much to be grateful for.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: gq_6_4
|
| 26 |
+
text: I am grateful to a wide variety of people.
|
| 27 |
+
reverse_scored: false
|
| 28 |
+
- item_id: gq_6_5
|
| 29 |
+
text: As I get older I find myself more able to appreciate the people, events, and situations that have
|
| 30 |
+
been part of my life history.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: gq_6_6
|
| 33 |
+
text: Long amounts of time can go by before I feel grateful to something or someone.
|
| 34 |
+
reverse_scored: false
|
packages/construct_library/constructs/grit_s_consistency_of_interests.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: grit_s_consistency_of_interests
|
| 2 |
+
version: 1
|
| 3 |
+
name: Consistency of interests (Grit-S)
|
| 4 |
+
language: en
|
| 5 |
+
category: Grit
|
| 6 |
+
description: Grit - Consistency of interests dimension of the Short Grit Scale (Grit-S).
|
| 7 |
+
citation: Duckworth, A. L., & Quinn, P. D. (2009). Development and validation of the Short Grit Scale
|
| 8 |
+
(Grit-S). Journal of Personality Assessment, 91(2), 166–174. https://doi.org/10.1080/00223890802634290
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://angeladuckworth.com/grit-scale/
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Short Grit Scale (Grit-S)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: grit_s_consistency_of_interests_1
|
| 17 |
+
text: New ideas and projects sometimes distract me from previous ones.
|
| 18 |
+
reverse_scored: true
|
| 19 |
+
- item_id: grit_s_consistency_of_interests_3
|
| 20 |
+
text: I have been obsessed with a certain idea or project for a short time but later lost interest.
|
| 21 |
+
reverse_scored: true
|
| 22 |
+
- item_id: grit_s_consistency_of_interests_5
|
| 23 |
+
text: I often set a goal but later choose to pursue a different one.
|
| 24 |
+
reverse_scored: true
|
| 25 |
+
- item_id: grit_s_consistency_of_interests_6
|
| 26 |
+
text: I have difficulty maintaining my focus on projects that take more than a few months to complete.
|
| 27 |
+
reverse_scored: true
|
packages/construct_library/constructs/grit_s_perseverance_of_effort.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: grit_s_perseverance_of_effort
|
| 2 |
+
version: 1
|
| 3 |
+
name: Perseverance of effort (Grit-S)
|
| 4 |
+
language: en
|
| 5 |
+
category: Grit
|
| 6 |
+
description: Grit - Perseverance of effort dimension of the Short Grit Scale (Grit-S).
|
| 7 |
+
citation: Duckworth, A. L., & Quinn, P. D. (2009). Development and validation of the Short Grit Scale
|
| 8 |
+
(Grit-S). Journal of Personality Assessment, 91(2), 166–174. https://doi.org/10.1080/00223890802634290
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://angeladuckworth.com/grit-scale/
|
| 11 |
+
rights_note: Author-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Short Grit Scale (Grit-S)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: grit_s_perseverance_of_effort_2
|
| 17 |
+
text: Setbacks don’t discourage me.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: grit_s_perseverance_of_effort_4
|
| 20 |
+
text: I am a hard worker.
|
| 21 |
+
reverse_scored: false
|
| 22 |
+
- item_id: grit_s_perseverance_of_effort_7
|
| 23 |
+
text: I finish whatever I begin.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: grit_s_perseverance_of_effort_8
|
| 26 |
+
text: I am diligent.
|
| 27 |
+
reverse_scored: false
|
packages/construct_library/constructs/gse.yaml
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: gse
|
| 2 |
+
version: 1
|
| 3 |
+
name: General Self-Efficacy Scale (GSE)
|
| 4 |
+
language: en
|
| 5 |
+
category: General self-efficacy
|
| 6 |
+
description: General self-efficacy - General Self-Efficacy Scale (GSE).
|
| 7 |
+
citation: 'Schwarzer, R., & Jerusalem, M. (1995). Generalized Self-Efficacy Scale. In J. Weinman, S. Wright,
|
| 8 |
+
& M. Johnston (Eds.), Measures in health psychology: A user’s portfolio. Causal and control beliefs
|
| 9 |
+
(pp. 35–37). NFER-NELSON.'
|
| 10 |
+
verification_status: needs_verification
|
| 11 |
+
source_url: https://userpage.fu-berlin.de/~health/engscal.htm
|
| 12 |
+
rights_note: Author/researcher-hosted scale; check local permission requirements before commercial use.
|
| 13 |
+
questionnaire: General Self-Efficacy Scale (GSE)
|
| 14 |
+
reverse_flags_source: not_provided_pending_verification
|
| 15 |
+
imported_from: lib.xlsx
|
| 16 |
+
items:
|
| 17 |
+
- item_id: gse_1
|
| 18 |
+
text: I can always manage to solve difficult problems if I try hard enough.
|
| 19 |
+
reverse_scored: false
|
| 20 |
+
- item_id: gse_2
|
| 21 |
+
text: If someone opposes me, I can find the means and ways to get what I want.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: gse_3
|
| 24 |
+
text: It is easy for me to stick to my aims and accomplish my goals.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: gse_4
|
| 27 |
+
text: I am confident that I could deal efficiently with unexpected events.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: gse_5
|
| 30 |
+
text: Thanks to my resourcefulness, I know how to handle unforeseen situations.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: gse_6
|
| 33 |
+
text: I can solve most problems if I invest the necessary effort.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: gse_7
|
| 36 |
+
text: I can remain calm when facing difficulties because I can rely on my coping abilities.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: gse_8
|
| 39 |
+
text: When I am confronted with a problem, I can usually find several solutions.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: gse_9
|
| 42 |
+
text: If I am in trouble, I can usually think of a solution.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: gse_10
|
| 45 |
+
text: I can usually handle whatever comes my way.
|
| 46 |
+
reverse_scored: false
|
packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_agreeableness.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ipip_50_item_big_five_factor_markers_agreeableness
|
| 2 |
+
version: 1
|
| 3 |
+
name: Agreeableness (IPIP 50-item Big-Five Factor Markers)
|
| 4 |
+
language: en
|
| 5 |
+
category: Big Five personality traits
|
| 6 |
+
description: Big Five personality traits - Agreeableness dimension of the IPIP 50-item Big-Five Factor
|
| 7 |
+
Markers.
|
| 8 |
+
citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological
|
| 9 |
+
Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth,
|
| 10 |
+
public-domain, personality inventory measuring the lower-level facets of several five-factor models.
|
| 11 |
+
In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol.
|
| 12 |
+
7, pp. 7–28). Tilburg University Press.
|
| 13 |
+
verification_status: needs_verification
|
| 14 |
+
source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm
|
| 15 |
+
rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation.
|
| 16 |
+
questionnaire: IPIP 50-item Big-Five Factor Markers
|
| 17 |
+
reverse_flags_source: not_provided_pending_verification
|
| 18 |
+
imported_from: lib.xlsx
|
| 19 |
+
items:
|
| 20 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_2
|
| 21 |
+
text: I feel little concern for others.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_7
|
| 24 |
+
text: I am interested in people.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_12
|
| 27 |
+
text: I insult people.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_17
|
| 30 |
+
text: I sympathize with others' feelings.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_22
|
| 33 |
+
text: I am not interested in other people's problems.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_27
|
| 36 |
+
text: I have a soft heart.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_32
|
| 39 |
+
text: I am not really interested in others.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_37
|
| 42 |
+
text: I take time out for others.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_42
|
| 45 |
+
text: I feel others' emotions.
|
| 46 |
+
reverse_scored: false
|
| 47 |
+
- item_id: ipip_50_item_big_five_factor_markers_agreeableness_47
|
| 48 |
+
text: I make people feel at ease.
|
| 49 |
+
reverse_scored: false
|
packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_conscientiousness.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ipip_50_item_big_five_factor_markers_conscientiousness
|
| 2 |
+
version: 1
|
| 3 |
+
name: Conscientiousness (IPIP 50-item Big-Five Factor Markers)
|
| 4 |
+
language: en
|
| 5 |
+
category: Big Five personality traits
|
| 6 |
+
description: Big Five personality traits - Conscientiousness dimension of the IPIP 50-item Big-Five Factor
|
| 7 |
+
Markers.
|
| 8 |
+
citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological
|
| 9 |
+
Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth,
|
| 10 |
+
public-domain, personality inventory measuring the lower-level facets of several five-factor models.
|
| 11 |
+
In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol.
|
| 12 |
+
7, pp. 7–28). Tilburg University Press.
|
| 13 |
+
verification_status: needs_verification
|
| 14 |
+
source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm
|
| 15 |
+
rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation.
|
| 16 |
+
questionnaire: IPIP 50-item Big-Five Factor Markers
|
| 17 |
+
reverse_flags_source: not_provided_pending_verification
|
| 18 |
+
imported_from: lib.xlsx
|
| 19 |
+
items:
|
| 20 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_3
|
| 21 |
+
text: I am always prepared.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_8
|
| 24 |
+
text: I leave my belongings around.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_13
|
| 27 |
+
text: I pay attention to details.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_18
|
| 30 |
+
text: I make a mess of things.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_23
|
| 33 |
+
text: I get chores done right away.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_28
|
| 36 |
+
text: I often forget to put things back in their proper place.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_33
|
| 39 |
+
text: I like order.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_38
|
| 42 |
+
text: I shirk my duties.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_43
|
| 45 |
+
text: I follow a schedule.
|
| 46 |
+
reverse_scored: false
|
| 47 |
+
- item_id: ipip_50_item_big_five_factor_markers_conscientiousness_48
|
| 48 |
+
text: I am exacting in my work.
|
| 49 |
+
reverse_scored: false
|
packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism
|
| 2 |
+
version: 1
|
| 3 |
+
name: Emotional Stability / Neuroticism (IPIP 50-item Big-Five Factor Markers)
|
| 4 |
+
language: en
|
| 5 |
+
category: Big Five personality traits
|
| 6 |
+
description: Big Five personality traits - Emotional Stability / Neuroticism dimension of the IPIP 50-item
|
| 7 |
+
Big-Five Factor Markers.
|
| 8 |
+
citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological
|
| 9 |
+
Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth,
|
| 10 |
+
public-domain, personality inventory measuring the lower-level facets of several five-factor models.
|
| 11 |
+
In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol.
|
| 12 |
+
7, pp. 7–28). Tilburg University Press.
|
| 13 |
+
verification_status: needs_verification
|
| 14 |
+
source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm
|
| 15 |
+
rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation.
|
| 16 |
+
questionnaire: IPIP 50-item Big-Five Factor Markers
|
| 17 |
+
reverse_flags_source: not_provided_pending_verification
|
| 18 |
+
imported_from: lib.xlsx
|
| 19 |
+
items:
|
| 20 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_4
|
| 21 |
+
text: I get stressed out easily.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_9
|
| 24 |
+
text: I am relaxed most of the time.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_14
|
| 27 |
+
text: I worry about things.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_19
|
| 30 |
+
text: I seldom feel blue.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_24
|
| 33 |
+
text: I am easily disturbed.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_29
|
| 36 |
+
text: I get upset easily.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_34
|
| 39 |
+
text: I change my mood a lot.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_39
|
| 42 |
+
text: I have frequent mood swings.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_44
|
| 45 |
+
text: I get irritated easily.
|
| 46 |
+
reverse_scored: false
|
| 47 |
+
- item_id: ipip_50_item_big_five_factor_markers_emotional_stability_neuroticism_49
|
| 48 |
+
text: I often feel blue.
|
| 49 |
+
reverse_scored: false
|
packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_extraversion.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ipip_50_item_big_five_factor_markers_extraversion
|
| 2 |
+
version: 1
|
| 3 |
+
name: Extraversion (IPIP 50-item Big-Five Factor Markers)
|
| 4 |
+
language: en
|
| 5 |
+
category: Big Five personality traits
|
| 6 |
+
description: Big Five personality traits - Extraversion dimension of the IPIP 50-item Big-Five Factor
|
| 7 |
+
Markers.
|
| 8 |
+
citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological
|
| 9 |
+
Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth,
|
| 10 |
+
public-domain, personality inventory measuring the lower-level facets of several five-factor models.
|
| 11 |
+
In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol.
|
| 12 |
+
7, pp. 7–28). Tilburg University Press.
|
| 13 |
+
verification_status: needs_verification
|
| 14 |
+
source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm
|
| 15 |
+
rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation.
|
| 16 |
+
questionnaire: IPIP 50-item Big-Five Factor Markers
|
| 17 |
+
reverse_flags_source: not_provided_pending_verification
|
| 18 |
+
imported_from: lib.xlsx
|
| 19 |
+
items:
|
| 20 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_1
|
| 21 |
+
text: I am the life of the party.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_6
|
| 24 |
+
text: I don't talk a lot.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_11
|
| 27 |
+
text: I feel comfortable around people.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_16
|
| 30 |
+
text: I keep in the background.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_21
|
| 33 |
+
text: I start conversations.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_26
|
| 36 |
+
text: I have little to say.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_31
|
| 39 |
+
text: I talk to a lot of different people at parties.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_36
|
| 42 |
+
text: I don't like to draw attention to myself.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_41
|
| 45 |
+
text: I don't mind being the center of attention.
|
| 46 |
+
reverse_scored: false
|
| 47 |
+
- item_id: ipip_50_item_big_five_factor_markers_extraversion_46
|
| 48 |
+
text: I am quiet around strangers.
|
| 49 |
+
reverse_scored: false
|
packages/construct_library/constructs/ipip_50_item_big_five_factor_markers_intellect_imagination.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: ipip_50_item_big_five_factor_markers_intellect_imagination
|
| 2 |
+
version: 1
|
| 3 |
+
name: Intellect/Imagination (IPIP 50-item Big-Five Factor Markers)
|
| 4 |
+
language: en
|
| 5 |
+
category: Big Five personality traits
|
| 6 |
+
description: Big Five personality traits - Intellect/Imagination dimension of the IPIP 50-item Big-Five
|
| 7 |
+
Factor Markers.
|
| 8 |
+
citation: Goldberg, L. R. (1992). The development of markers for the Big-Five factor structure. Psychological
|
| 9 |
+
Assessment, 4(1), 26–42. https://doi.org/10.1037/1040-3590.4.1.26; Goldberg, L. R. (1999). A broad-bandwidth,
|
| 10 |
+
public-domain, personality inventory measuring the lower-level facets of several five-factor models.
|
| 11 |
+
In I. Mervielde, I. J. Deary, F. De Fruyt, & F. Ostendorf (Eds.), Personality psychology in Europe (Vol.
|
| 12 |
+
7, pp. 7–28). Tilburg University Press.
|
| 13 |
+
verification_status: needs_verification
|
| 14 |
+
source_url: https://ipip.ori.org/new_ipip-50-item-scale.htm
|
| 15 |
+
rights_note: IPIP states that its items are public domain; use the exact IPIP scale name and citation.
|
| 16 |
+
questionnaire: IPIP 50-item Big-Five Factor Markers
|
| 17 |
+
reverse_flags_source: not_provided_pending_verification
|
| 18 |
+
imported_from: lib.xlsx
|
| 19 |
+
items:
|
| 20 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_5
|
| 21 |
+
text: I have a rich vocabulary.
|
| 22 |
+
reverse_scored: false
|
| 23 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_10
|
| 24 |
+
text: I have difficulty understanding abstract ideas.
|
| 25 |
+
reverse_scored: false
|
| 26 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_15
|
| 27 |
+
text: I have a vivid imagination.
|
| 28 |
+
reverse_scored: false
|
| 29 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_20
|
| 30 |
+
text: I am not interested in abstract ideas.
|
| 31 |
+
reverse_scored: false
|
| 32 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_25
|
| 33 |
+
text: I have excellent ideas.
|
| 34 |
+
reverse_scored: false
|
| 35 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_30
|
| 36 |
+
text: I do not have a good imagination.
|
| 37 |
+
reverse_scored: false
|
| 38 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_35
|
| 39 |
+
text: I am quick to understand things.
|
| 40 |
+
reverse_scored: false
|
| 41 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_40
|
| 42 |
+
text: I use difficult words.
|
| 43 |
+
reverse_scored: false
|
| 44 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_45
|
| 45 |
+
text: I spend time reflecting on things.
|
| 46 |
+
reverse_scored: false
|
| 47 |
+
- item_id: ipip_50_item_big_five_factor_markers_intellect_imagination_50
|
| 48 |
+
text: I am full of ideas.
|
| 49 |
+
reverse_scored: false
|
packages/construct_library/constructs/iri_empathic_concern.yaml
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
construct_id: iri_empathic_concern
|
| 2 |
+
version: 1
|
| 3 |
+
name: Empathic Concern (IRI)
|
| 4 |
+
language: en
|
| 5 |
+
category: Empathy
|
| 6 |
+
description: Empathy - Empathic Concern dimension of the Interpersonal Reactivity Index (IRI).
|
| 7 |
+
citation: 'Davis, M. H. (1983). Measuring individual differences in empathy: Evidence for a multidimensional
|
| 8 |
+
approach. Journal of Personality and Social Psychology, 44(1), 113–126. https://doi.org/10.1037/0022-3514.44.1.113'
|
| 9 |
+
verification_status: needs_verification
|
| 10 |
+
source_url: https://www.eckerd.edu/psychology/iri/
|
| 11 |
+
rights_note: Author/institution-hosted questionnaire; verify permission for commercial redistribution.
|
| 12 |
+
questionnaire: Interpersonal Reactivity Index (IRI)
|
| 13 |
+
reverse_flags_source: subconstruct_markers
|
| 14 |
+
imported_from: lib.xlsx
|
| 15 |
+
items:
|
| 16 |
+
- item_id: iri_empathic_concern_2
|
| 17 |
+
text: I often have tender, concerned feelings for people less fortunate than me.
|
| 18 |
+
reverse_scored: false
|
| 19 |
+
- item_id: iri_empathic_concern_4
|
| 20 |
+
text: Sometimes I don't feel very sorry for other people when they are having problems.
|
| 21 |
+
reverse_scored: true
|
| 22 |
+
- item_id: iri_empathic_concern_9
|
| 23 |
+
text: When I see someone being taken advantage of, I feel kind of protective towards them.
|
| 24 |
+
reverse_scored: false
|
| 25 |
+
- item_id: iri_empathic_concern_14
|
| 26 |
+
text: Other people's misfortunes do not usually disturb me a great deal.
|
| 27 |
+
reverse_scored: true
|
| 28 |
+
- item_id: iri_empathic_concern_18
|
| 29 |
+
text: When I see someone being treated unfairly, I sometimes don't feel very much pity for them.
|
| 30 |
+
reverse_scored: true
|
| 31 |
+
- item_id: iri_empathic_concern_20
|
| 32 |
+
text: I am often quite touched by things that I see happen.
|
| 33 |
+
reverse_scored: false
|
| 34 |
+
- item_id: iri_empathic_concern_22
|
| 35 |
+
text: I would describe myself as a pretty soft-hearted person.
|
| 36 |
+
reverse_scored: false
|