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" }, ]; const strengths = [ "创造力", "好奇心", "判断力", "热爱学习", "洞察力", "勇敢", "坚持", "真诚", "热情", "爱", "善良", "社交智慧", "团队精神", "公平", "领导力", "宽恕", "谦逊", "审慎", "自我调节", "审美", "感恩", "希望", "幽默", "灵性", ]; export const via: Questionnaire = { id: "via", title: "VIA 性格优势量表", description: "评估24项性格优势和六类核心美德倾向", category: "人格", tags: ["自评"], time: "8-10分钟", evaluation: { academicRecognition: "A", retestSuitable: true, recommendedInterval: "1年", }, details: { introduction: "VIA性格优势框架来自积极心理学,用24项可培养的优势描述个体在思考、情感和行为中的积极特质。本版本用于了解优势排序和优势组合,不等同于官方VIA-IS题库。", questionCount: "48个项目", evaluationTime: "通常8-10分钟", instructions: "请根据平时的自己作答。结果强调你的相对优势,不把低分项目解释为缺陷。", scoringMethod: [ "每题1-5分,每项优势由2题组成,取平均分。", "24项优势归入六类美德:智慧、勇气、仁爱、正义、节制、超越。", "结果重点看前5项标志性优势,以及六类美德之间的整体分布。", ], dimensions: strengths.map((name) => ({ name, description: `评估${name}在日常选择、关系和行动中的表达程度。`, })), notes: [ "优势不是固定标签,而是可以被练习和调用的倾向。", "高分优势适合用于学习、职业和关系中的策略设计。", "低分优势不代表弱点,只表示它们不是当前最自然调用的方式。", ], references: [ { text: "VIA Institute: 24 Character Strengths", url: "https://www.viacharacter.org/character-strengths", }, { text: "Peterson, C., & Seligman, M. E. P. Character Strengths and Virtues.", url: "https://www.viacharacter.org/character-strengths-and-virtues", }, ], }, 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: "我觉得自己和某种更大的目标、信念或整体有关联。" }, ], renderOptions: () => options, };