Skip to content

調査ツール

パーソナリティ、メンタルヘルス、感情、人口統計のための55の検証済み調査質問票。

調査ツール

Potatoには、事前調査および事後調査フェーズで使用するための55の検証済み調査ツールのライブラリが含まれています。これらのツールは、パーソナリティ評価、メンタルヘルススクリーニング、感情測定、社会的態度、人口統計バッテリーなどをカバーしています。

クイックスタート

設定でIDを指定して標準ツールを使用します:

yaml
phases:
  order: [consent, prestudy, annotation, poststudy]
 
  prestudy:
    type: prestudy
    instrument: "tipi"      # 10-item personality questionnaire
 
  poststudy:
    type: poststudy
    instrument: "phq-9"     # 9-item depression screening

利用可能なツール

パーソナリティ(6ツール)

ID名前項目数説明
bfi-2Big Five Inventory-260包括的なビッグファイブパーソナリティ評価
tipiTen-Item Personality Inventory10超簡易ビッグファイブパーソナリティ測定
pvq-essPortrait Values Questionnaire (ESS)21欧州社会調査からの人間の価値観
nfcNeed for Cognition Scale18思考への関与と楽しみの傾向
ztpiZimbardo Time Perspective Inventory56時間的展望と時間的志向
gseGeneral Self-Efficacy Scale10対処における知覚された自己効力感

メンタルヘルスとウェルビーイング(12ツール)

ID名前項目数説明
phq-9Patient Health Questionnaire-99うつ病スクリーニングと重症度
gad-7Generalized Anxiety Disorder-77不安スクリーニングと重症度
k6Kessler Psychological Distress (K6)6簡易心理的苦痛スクリーニング
k10Kessler Psychological Distress (K10)10心理的苦痛スクリーニング
ces-dCES Depression Scale20一般集団のうつ症状
pss-10Perceived Stress Scale10過去1ヶ月のストレス知覚
brsBrief Resilience Scale6ストレスからの回復力
swlsSatisfaction With Life Scale5全体的な人生満足度
shsSubjective Happiness Scale4全体的な主観的幸福感
who-5WHO Well-Being Index5肯定的な心理的ウェルビーイング
ghq-12General Health Questionnaire-1212精神的罹患スクリーニング
siasSocial Interaction Anxiety Scale20社会的場面での不安

感情と情動(2ツール)

ID名前項目数説明
panasPositive and Negative Affect Schedule20肯定的・否定的感情状態
iriInterpersonal Reactivity Index28多次元共感測定

自己概念と社会性(6ツール)

ID名前項目数説明
rseRosenberg Self-Esteem Scale10全体的な自尊心
ucla-lonelinessUCLA Loneliness Scale (v3)20孤独感の主観的感情
mos-ssMOS Social Support Survey19知覚された社会的支援の利用可能性
macarthur-ladderMacArthur Subjective Social Status1知覚された社会的地位
iosInclusion of Other in Self Scale1対人的親密さ
csesCollective Self-Esteem Scale16集団所属からの自尊心

社会的/政治的態度(8ツール)

ID名前項目数説明
sdo-7Social Dominance Orientation16集団間階層への選好
rwaRight-Wing Authoritarianism22権威主義的態度
mfqMoral Foundations Questionnaire305つの基盤にわたる道徳的推論
trust-essSocial Trust Scale (ESS)3一般化された社会的信頼
rotter-trustInterpersonal Trust Scale25他者への信頼
edsEveryday Discrimination Scale9日常的な差別経験
political-efficacyPolitical Efficacy Scale (ANES)4政治的影響力への信念
rci-10Religious Commitment Inventory10宗教的関与

短縮版ツール(12ツール)

時間制約のある研究のための超簡易版:

ID名前項目数
bfi-10Big Five Inventory-1010
mini-ipipMini-IPIP20
phq-2Patient Health Questionnaire-22
gad-2Generalized Anxiety Disorder-22
pss-4Perceived Stress Scale-44
ucla-loneliness-3UCLA Loneliness Scale-33
gripsGRAT-Short (Gratitude)8
mfq-20Moral Foundations Questionnaire-2020
sdo-7-shortSDO7(s) Short Form8
rwa-shortRWA Short Scale12
bscsBrief Self-Control Scale13
srhSingle-Item Self-Rated Health1

人口統計バッテリー(8ツール)

主要調査からの標準的な人口統計質問セット:

ID名前項目数
anes-demographicsANES Demographic Battery12
gss-demographicsGSS Core Demographics14
ess-demographicsESS Core Demographics12
wvs-demographicsWVS Demographics12
hrs-sesHRS SES Module14
midus-demographicsMIDUS Core Demographics13
ipums-demographicsIPUMS Harmonized Demographics12
acs-demographicsACS Demographics14

複数ツールの使用

単一フェーズで複数のツールを組み合わせます:

yaml
phases:
  poststudy:
    type: poststudy
    instruments:
      - "phq-9"
      - "gad-7"
      - "pss-10"

カスタム質問との組み合わせ

ツールの質問の後にカスタム質問を追加します:

yaml
phases:
  poststudy:
    type: poststudy
    instrument: "panas"
    file: surveys/demographics.json

人口統計バッテリー

事前調査で標準化された人口統計を収集します:

yaml
phases:
  prestudy:
    type: prestudy
    instruments:
      - "gss-demographics"
      - "srh"

スコアリング

各ツールにはスコアリングメタデータ(方法、逆転項目、範囲、解釈カットオフ)が含まれています。Potatoは自動的にスコアを計算しません - メタデータは研究者がデータ分析時にスコアリングロジックを実装するために提供されます。

APIリファレンス

python
from potato.survey_instruments import (
    get_instrument,
    get_instrument_questions,
    list_instruments,
    get_categories
)
 
# List all available instruments
instruments = list_instruments()
 
# List by category
mental_health = list_instruments(category="mental_health")
 
# Get full instrument definition
phq9 = get_instrument("phq-9")
 
# Get just the questions
questions = get_instrument_questions("tipi")

引用

各ツールファイルには完全な引用情報が含まれています。これらのツールを使用する際は、原著者を引用してください。

関連情報

実装の詳細については、ソースドキュメントを参照してください。