Files
MindScope/questionairies/bigfive/zh.ts
T
2026-06-22 22:59:01 +02:00

103 lines
5.4 KiB
TypeScript

import { Questionnaire } from '@/types';
const options = [
{ id: 1, content: '非常不符合', value: '1' },
{ id: 2, content: '比较不符合', value: '2' },
{ id: 3, content: '不确定', value: '3' },
{ id: 4, content: '比较符合', value: '4' },
{ id: 5, content: '非常符合', value: '5' },
];
export const bigfive: Questionnaire = {
id: 'bigfive',
title: 'IPIP Big Five 五大人格量表(50题)',
description: '快速了解五大人格维度,适合第一次进行人格测试',
category: '人格',
tags: ['自评'],
time: '8-12分钟',
details: {
introduction:
'IPIP Big Five 50题版来自 International Personality Item Pool 的五因素人格项目池,用于快速了解五大人格维度的相对倾向。结果反映的是自我报告下的人格特征,不是诊断。',
questionCount: '50个项目',
evaluationTime: '通常为8-12分钟',
instructions:
'请根据你平时的一贯表现作答,而不是只根据今天的心情。每题从“非常不符合”到“非常符合”中选择最贴近自己的选项。',
scoringMethod: [
'每题1-5分,部分项目反向计分。',
'每个维度包含10个项目,得分范围10-50分。',
'得分越高,表示该维度特征越明显;中间分数表示该特征处于相对平衡状态。',
],
dimensions: [
{ name: '外向性', description: '社交主动性、活跃度、表达欲和积极情绪。' },
{ name: '宜人性', description: '信任、合作、体贴、同理心和亲社会倾向。' },
{ name: '尽责性', description: '自律、条理、可靠性、计划性和目标坚持。' },
{ name: '情绪稳定性', description: '情绪平稳、压力耐受和较少焦虑烦躁。' },
{ name: '开放性', description: '想象力、审美、好奇心、创造力和新经验接纳度。' },
],
notes: [
'人格测评没有绝对好坏,高低分代表不同风格。',
'结果会受到当下状态、自我理解和作答诚实度影响。',
'该量表适合作为自我探索材料,不用于临床诊断或职业筛选定论。',
],
references: [
{
text: 'International Personality Item Pool: 50-item Big-Five factor markers',
url: 'https://ipip.ori.org/new_ipip-50-item-scale.htm',
},
],
},
questions: [
{ id: 1, content: '我是聚会或集体活动中比较活跃的人。' },
{ id: 2, content: '我不太关心别人的感受。' },
{ id: 3, content: '我总是提前做好准备。' },
{ id: 4, content: '我容易感到压力很大。' },
{ id: 5, content: '我的词汇量比较丰富。' },
{ id: 6, content: '我平时话不多。' },
{ id: 7, content: '我对别人很感兴趣。' },
{ id: 8, content: '我常把东西随手乱放。' },
{ id: 9, content: '我大多数时候比较放松。' },
{ id: 10, content: '我理解抽象概念有困难。' },
{ id: 11, content: '在人群中我通常感觉自在。' },
{ id: 12, content: '我有时会冒犯别人。' },
{ id: 13, content: '我很注意细节。' },
{ id: 14, content: '我很少感到忧郁或沮丧。' },
{ id: 15, content: '我有丰富的想象力。' },
{ id: 16, content: '我经常保持低调,不愿成为焦点。' },
{ id: 17, content: '我会体谅别人的感受。' },
{ id: 18, content: '我经常把事情弄得一团糟。' },
{ id: 19, content: '我容易担心。' },
{ id: 20, content: '我对抽象想法不太感兴趣。' },
{ id: 21, content: '我常主动开启谈话。' },
{ id: 22, content: '我不太关心别人的问题。' },
{ id: 23, content: '我会立即把家务或任务处理好。' },
{ id: 24, content: '我的情绪很容易被打扰。' },
{ id: 25, content: '我有很多想法。' },
{ id: 26, content: '我很少主动说话。' },
{ id: 27, content: '我心肠比较软。' },
{ id: 28, content: '我经常忘记把东西放回原处。' },
{ id: 29, content: '我很容易心烦。' },
{ id: 30, content: '我想象力不太丰富。' },
{ id: 31, content: '我会和许多不同的人交谈。' },
{ id: 32, content: '我对别人没有太多兴趣。' },
{ id: 33, content: '我喜欢有秩序。' },
{ id: 34, content: '我的情绪经常起伏。' },
{ id: 35, content: '我能很快理解复杂想法。' },
{ id: 36, content: '我不喜欢把注意力集中到自己身上。' },
{ id: 37, content: '我愿意花时间帮助别人。' },
{ id: 38, content: '我有时会逃避自己的责任。' },
{ id: 39, content: '我的情绪变化比较频繁。' },
{ id: 40, content: '我会使用一些比较复杂或有深度的词语。' },
{ id: 41, content: '我不介意成为大家关注的中心。' },
{ id: 42, content: '我能感受到别人的情绪变化。' },
{ id: 43, content: '我会按计划行事。' },
{ id: 44, content: '我容易被激怒。' },
{ id: 45, content: '我会花时间思考事物背后的意义。' },
{ id: 46, content: '和陌生人在一起时我会比较沉默。' },
{ id: 47, content: '我会让别人感到自在。' },
{ id: 48, content: '我做事经常不够细致。' },
{ id: 49, content: '我经常感到忧郁。' },
{ id: 50, content: '我脑子里常常充满各种想法。' },
],
renderOptions: () => options,
};