{"id":2497,"date":"2023-10-08T09:29:23","date_gmt":"2023-10-08T01:29:23","guid":{"rendered":"https:\/\/bookmark.tw\/?p=2497"},"modified":"2025-08-12T19:39:00","modified_gmt":"2025-08-12T11:39:00","slug":"non-serious-psychological-premarital-examination","status":"publish","type":"post","link":"https:\/\/xinliceyan.org\/zh\/non-serious-psychological-premarital-examination","title":{"rendered":"\u7ebf\u4e0a\u514d\u8d39\u6d4b\u9a8c\uff1a\u4e0d\u4e25\u8083\u7684\u5fc3\u7406\u5a5a\u68c0"},"content":{"rendered":"<style>\n        \/* \u5168\u5c40\u6837\u5f0f\u548c\u53d8\u91cf *\/\n        :root {\n            --pmt-primary-color: #6B9BD1;\n            --pmt-secondary-color: #A8C686;\n            --pmt-accent-color: #F4B942;\n            --pmt-soft-lavender: #E8E3F3;\n            --pmt-warm-beige: #F7F3E9;\n            --pmt-sage-green: #9CAF88;\n            --pmt-dusty-rose: #E6B3B3;\n            --pmt-text-color: #4A4A4A;\n            --pmt-light-text: #7A7A7A;\n            --pmt-border-color: #E0E0E0;\n            --pmt-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            --pmt-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --pmt-border-radius: 16px;\n            --pmt-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --pmt-gradient-primary: linear-gradient(135deg, #6B9BD1 0%, #A8C686 100%);\n            --pmt-gradient-secondary: linear-gradient(135deg, #F4B942 0%, #E6B3B3 100%);\n        }\n\n        \/* \u91cd\u7f6e\u6837\u5f0f *\/\n        * {\n            box-sizing: border-box;\n        }\n\n        \/* \u5bb9\u5668\u6837\u5f0f *\/\n        .pmt-container {\n            width: 100%;\n            max-width: 750px;\n            margin: 0 auto;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Microsoft JhengHei\", \"\u5fae\u8f6f\u6b63\u9ed1\u4f53\", sans-serif;\n            color: var(--pmt-text-color);\n            padding: 20px;\n        }\n\n        \/* \u6bb5\u843d\u6587\u672c\u6837\u5f0f *\/\n        .pmt-container p {\n            font-size: 16px;\n            line-height: 1.7;\n            margin-bottom: 16px;\n            text-align: left;\n            color: var(--pmt-light-text);\n        }\n\n        \/* \u90e8\u5206\u901a\u7528\u6837\u5f0f *\/\n        .pmt-section {\n            background: white;\n            border-radius: var(--pmt-border-radius);\n            box-shadow: var(--pmt-shadow);\n            padding: 32px;\n            margin-bottom: 20px;\n            transition: var(--pmt-transition);\n        }\n\n        .pmt-section header {\n            text-align: center;\n            margin-bottom: 32px;\n        }\n\n        .pmt-section h2 {\n            font-size: 28px;\n            font-weight: 700;\n            background: var(--pmt-gradient-primary);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 16px;\n        }\n\n        \/* \u6309\u94ae\u6837\u5f0f *\/\n        .pmt-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 160px;\n            height: 50px;\n            padding: 0 32px;\n            border: none;\n            border-radius: 25px;\n            font-size: 16px;\n            font-weight: 600;\n            text-align: center;\n            cursor: pointer;\n            transition: var(--pmt-transition);\n            outline: none;\n            box-shadow: var(--pmt-shadow);\n            letter-spacing: 0.5px;\n        }\n\n        .pmt-button-primary {\n            background: var(--pmt-gradient-primary);\n            color: white;\n        }\n\n        .pmt-button-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: var(--pmt-shadow-hover);\n        }\n\n        .pmt-button-secondary {\n            background: var(--pmt-warm-beige);\n            color: var(--pmt-text-color);\n            border: 1px solid var(--pmt-border-color);\n        }\n\n        .pmt-button-secondary:hover {\n            background: var(--pmt-soft-lavender);\n            transform: translateY(-2px);\n            box-shadow: var(--pmt-shadow-hover);\n        }\n\n        \/* \u5f15\u5bfc\u9875\u6837\u5f0f *\/\n        .pmt-intro-content {\n            text-align: center;\n        }\n\n        .pmt-intro-icons {\n            display: flex;\n            justify-content: center;\n            gap: 24px;\n            margin-bottom: 32px;\n            flex-wrap: wrap;\n        }\n\n        .pmt-icon {\n            width: 80px;\n            height: 80px;\n            background: var(--pmt-gradient-primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: var(--pmt-shadow);\n            transition: var(--pmt-transition);\n            position: relative;\n        }\n\n        .pmt-icon:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--pmt-shadow-hover);\n        }\n\n        .pmt-icon::before {\n            content: '';\n            font-size: 36px;\n            color: white;\n        }\n\n        .pmt-icon:nth-child(1)::before {\n            content: '\ud83d\udc9d';\n        }\n\n        .pmt-icon:nth-child(2)::before {\n            content: '\ud83e\udd1d';\n        }\n\n        .pmt-icon:nth-child(3)::before {\n            content: '\ud83c\udfe0';\n        }\n\n        .pmt-features {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 24px;\n            margin: 32px 0;\n        }\n\n        .pmt-feature {\n            display: flex;\n            align-items: center;\n            background: var(--pmt-warm-beige);\n            padding: 16px 20px;\n            border-radius: 12px;\n            box-shadow: var(--pmt-shadow);\n            transition: var(--pmt-transition);\n        }\n\n        .pmt-feature:hover {\n            transform: translateY(-2px);\n            box-shadow: var(--pmt-shadow-hover);\n        }\n\n        .pmt-feature-icon {\n            width: 48px;\n            height: 48px;\n            background: var(--pmt-gradient-secondary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 12px;\n        }\n\n        .pmt-feature-icon::before {\n            font-size: 24px;\n            color: white;\n        }\n\n        .pmt-feature:nth-child(1) .pmt-feature-icon::before {\n            content: '\u23f1\ufe0f';\n        }\n\n        .pmt-feature:nth-child(2) .pmt-feature-icon::before {\n            content: '\ud83d\udcca';\n        }\n\n        .pmt-feature:nth-child(3) .pmt-feature-icon::before {\n            content: '\ud83d\udca1';\n        }\n\n        .pmt-feature-text {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--pmt-text-color);\n        }\n\n        \/* \u6d4b\u9a8c\u9875\u6837\u5f0f *\/\n        .pmt-progress-container {\n            margin-bottom: 32px;\n        }\n\n        .pmt-progress-bar {\n            height: 8px;\n            background-color: var(--pmt-soft-lavender);\n            border-radius: 4px;\n            margin-bottom: 12px;\n            overflow: hidden;\n        }\n\n        .pmt-progress-fill {\n            height: 100%;\n            background: var(--pmt-gradient-primary);\n            width: 10%;\n            transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n            border-radius: 4px;\n        }\n\n        .pmt-progress-text {\n            text-align: center;\n            font-size: 14px;\n            color: var(--pmt-light-text);\n            font-weight: 500;\n        }\n\n        .pmt-question-container {\n            margin-bottom: 32px;\n        }\n\n        .pmt-question h3 {\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 24px;\n            color: var(--pmt-text-color);\n            line-height: 1.4;\n        }\n\n        .pmt-options {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .pmt-option {\n            display: flex;\n            align-items: center;\n            padding: 20px;\n            background: white;\n            border: 2px solid var(--pmt-border-color);\n            border-radius: var(--pmt-border-radius);\n            cursor: pointer;\n            transition: var(--pmt-transition);\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);\n            position: relative;\n        }\n\n        .pmt-option:hover {\n            border-color: var(--pmt-primary-color);\n            transform: translateY(-2px);\n            box-shadow: var(--pmt-shadow);\n        }\n\n        .pmt-option.selected {\n            background: linear-gradient(135deg, #6B9BD1, #A8C686);\n            border-color: var(--pmt-primary-color);\n            color: white;\n            box-shadow: var(--pmt-shadow-hover);\n        }\n\n        .pmt-option-indicator {\n            width: 24px;\n            height: 24px;\n            border: 2px solid var(--pmt-border-color);\n            border-radius: 50%;\n            margin-right: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: var(--pmt-transition);\n            flex-shrink: 0;\n        }\n\n        .pmt-option:hover .pmt-option-indicator {\n            border-color: var(--pmt-primary-color);\n        }\n\n        .pmt-option.selected .pmt-option-indicator {\n            border-color: white;\n            background: white;\n        }\n\n        .pmt-option-indicator::after {\n            content: '\u2713';\n            font-size: 14px;\n            font-weight: bold;\n            color: var(--pmt-primary-color);\n            opacity: 0;\n            transition: var(--pmt-transition);\n        }\n\n        .pmt-option.selected .pmt-option-indicator::after {\n            opacity: 1;\n        }\n\n        .pmt-option-text {\n            font-size: 18px;\n            line-height: 1.5;\n            flex: 1;\n        }\n\n        .pmt-navigation {\n            display: flex;\n            justify-content: center;\n            margin-top: 32px;\n        }\n\n        \/* \u7ed3\u679c\u9875\u6837\u5f0f *\/\n        .pmt-result-container {\n            text-align: center;\n        }\n\n        .pmt-result-score {\n            margin-bottom: 32px;\n            padding: 24px;\n            background: var(--pmt-warm-beige);\n            border-radius: var(--pmt-border-radius);\n            box-shadow: var(--pmt-shadow);\n        }\n\n        .pmt-result-score h3 {\n            font-size: 24px;\n            background: var(--pmt-gradient-primary);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin: 0;\n        }\n\n        .pmt-result-chart-container {\n            width: 100%;\n            max-width: 500px;\n            height: 300px;\n            margin: 0 auto 32px;\n            background: white;\n            border-radius: var(--pmt-border-radius);\n            box-shadow: var(--pmt-shadow);\n            padding: 20px;\n        }\n\n        .pmt-result-analysis {\n            margin-bottom: 32px;\n            text-align: left;\n            background: var(--pmt-soft-lavender);\n            padding: 24px;\n            border-radius: var(--pmt-border-radius);\n            box-shadow: var(--pmt-shadow);\n        }\n\n        .pmt-result-analysis h3 {\n            font-size: 20px;\n            color: var(--pmt-text-color);\n            margin-bottom: 16px;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .pmt-result-detailed {\n            margin-bottom: 32px;\n            text-align: left;\n            background: white;\n            padding: 24px;\n            border-radius: var(--pmt-border-radius);\n            box-shadow: var(--pmt-shadow);\n        }\n\n        .pmt-result-detailed h4 {\n            font-size: 18px;\n            color: var(--pmt-primary-color);\n            margin-bottom: 16px;\n            font-weight: 600;\n        }\n\n        .pmt-result-detailed p {\n            margin-bottom: 12px;\n            line-height: 1.6;\n        }\n\n        \/* \u540e\u5907\u56fe\u8868\u663e\u793a\u6837\u5f0f *\/\n        .pmt-fallback-chart {\n            width: 100%;\n        }\n\n        .pmt-category-score {\n            margin-bottom: 20px;\n        }\n\n        .pmt-category-label {\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 8px;\n            color: var(--pmt-text-color);\n        }\n\n        .pmt-score-bar {\n            height: 20px;\n            background-color: var(--pmt-soft-lavender);\n            border-radius: 10px;\n            overflow: hidden;\n            margin-bottom: 4px;\n        }\n\n        .pmt-score-bar-fill {\n            height: 100%;\n            background: var(--pmt-gradient-primary);\n            border-radius: 10px;\n            transition: width 1s ease-out;\n        }\n\n        .pmt-score-value {\n            text-align: right;\n            font-size: 14px;\n            color: var(--pmt-light-text);\n            font-weight: 500;\n        }\n\n        \/* \u54cd\u5e94\u5f0f\u6837\u5f0f *\/\n        @media (max-width: 768px) {\n            .pmt-container {\n                padding: 16px;\n            }\n\n            .pmt-section {\n                padding: 24px;\n            }\n\n            .pmt-section h2 {\n                font-size: 24px;\n            }\n\n            .pmt-intro-icons {\n                gap: 16px;\n            }\n\n            .pmt-icon {\n                width: 64px;\n                height: 64px;\n            }\n\n            .pmt-icon::before {\n                font-size: 28px;\n            }\n\n            .pmt-features {\n                gap: 16px;\n            }\n\n            .pmt-feature {\n                flex-direction: column;\n                text-align: center;\n                padding: 16px;\n            }\n\n            .pmt-feature-icon {\n                margin-right: 0;\n                margin-bottom: 8px;\n            }\n\n            .pmt-button {\n                min-width: 120px;\n                height: 44px;\n                font-size: 14px;\n            }\n\n            .pmt-question h3 {\n                font-size: 20px;\n            }\n\n            .pmt-option-text {\n                font-size: 16px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .pmt-section h2 {\n                font-size: 22px;\n            }\n\n            .pmt-container p {\n                font-size: 15px;\n            }\n\n            .pmt-question h3 {\n                font-size: 18px;\n            }\n\n            .pmt-option {\n                padding: 16px;\n            }\n\n            .pmt-option-text {\n                font-size: 15px;\n            }\n\n            .pmt-result-score h3 {\n                font-size: 20px;\n            }\n\n            .pmt-result-analysis h3 {\n                font-size: 18px;\n            }\n        }\n    <\/style>\n    <!-- HTML\u90e8\u5206 -->\n    <div id=\"psychology-marriage-test\" class=\"pmt-container\">\n        <!-- \u5f15\u5bfc\u9875 -->\n        <section id=\"pmt-intro\" class=\"pmt-section pmt-intro\">\n            <header>\n                <h2>\u4e0d\u4e25\u8083\u7684\u5fc3\u7406\u5a5a\u68c0<\/h2>\n            <\/header>\n            <div class=\"pmt-intro-content\">\n                <div class=\"pmt-intro-icons\">\n                    <div class=\"pmt-icon\"><\/div>\n                    <div class=\"pmt-icon\"><\/div>\n                    <div class=\"pmt-icon\"><\/div>\n                <\/div>\n                <p>\u7ed3\u5a5a\u662f\u9700\u8981\u5fc3\u7406\u51c6\u5907\u7684\uff0c\u601d\u60f3\u51c6\u5907\u4e0d\u6210\u719f\u65e0\u6cd5\u5728\u5a5a\u59fb\u4e2d\u83b7\u5f97\u5e78\u798f\uff0c\u4e5f\u6ca1\u529e\u6cd5\u7ed9\u4e88\u5bf9\u65b9\u5e78\u798f\u611f\u3002\u5982\u679c\u4e3a\u4f60\u7684\u5a5a\u59fb\u505a\u4e00\u9053\u5fc3\u7406\u68c0\u9a8c\u6d4b\u8bd5\u9898\uff0c\u4f60\u8ba4\u4e3a\u4f60\u80fd\u8fc7\u5173\u5417\uff1f\u73b0\u5728\u7684\u4f60\u662f\u65f6\u5019\u7ed3\u5a5a\uff0c\u6709\u80fd\u529b\u627f\u62c5\u5a5a\u59fb\u91cd\u4efb\u5417\uff1f<\/p>\n                <p>\u8fd9\u4e2a\u6d4b\u8bd5\u5e76\u4e0d\u4e25\u8083\uff0c\u4ec5\u4f9b\u53c2\u8003\u54e6\uff5e<\/p>\n                <div class=\"pmt-features\">\n                    <div class=\"pmt-feature\">\n                        <div class=\"pmt-feature-icon\"><\/div>\n                        <div class=\"pmt-feature-text\">\u4ec5\u97003\u5206\u949f<\/div>\n                    <\/div>\n                    <div class=\"pmt-feature\">\n                        <div class=\"pmt-feature-icon\"><\/div>\n                        <div class=\"pmt-feature-text\">\u4e13\u4e1a\u5206\u6790<\/div>\n                    <\/div>\n                    <div class=\"pmt-feature\">\n                        <div class=\"pmt-feature-icon\"><\/div>\n                        <div class=\"pmt-feature-text\">\u81ea\u6211\u4e86\u89e3<\/div>\n                    <\/div>\n                <\/div>\n                <button id=\"pmt-start-test\" class=\"pmt-button pmt-button-primary\">\u5f00\u59cb\u6d4b\u9a8c<\/button>\n            <\/div>\n        <\/section>\n\n        <!-- \u6d4b\u9a8c\u9875 -->\n        <section id=\"pmt-test\" class=\"pmt-section pmt-test\" style=\"display: none;\">\n            <header>\n                <h2>\u5fc3\u7406\u5a5a\u68c0\u6d4b\u9a8c<\/h2>\n            <\/header>\n            <div class=\"pmt-progress-container\">\n                <div class=\"pmt-progress-bar\">\n                    <div class=\"pmt-progress-fill\"><\/div>\n                <\/div>\n                <div class=\"pmt-progress-text\">\u95ee\u9898 <span id=\"pmt-current-question\">1<\/span>\/<span id=\"pmt-total-questions\">10<\/span><\/div>\n            <\/div>\n            <div class=\"pmt-question-container\">\n                <!-- \u95ee\u9898\u548c\u9009\u9879\u5c06\u901a\u8fc7JavaScript\u52a8\u6001\u52a0\u8f7d -->\n            <\/div>\n            <div class=\"pmt-navigation\">\n                <button id=\"pmt-prev-button\" class=\"pmt-button pmt-button-secondary\" style=\"display: none;\">\u4e0a\u4e00\u9898<\/button>\n            <\/div>\n        <\/section>\n\n        <!-- \u7ed3\u679c\u9875 -->\n        <section id=\"pmt-results\" class=\"pmt-section pmt-results\" style=\"display: none;\">\n            <header>\n                <h2>\u6d4b\u9a8c\u7ed3\u679c<\/h2>\n            <\/header>\n            <div class=\"pmt-result-container\">\n                <div class=\"pmt-result-score\">\n                    <h3>\u4f60\u7684\u5a5a\u59fb\u51c6\u5907\u5ea6\u5f97\u5206\uff1a<span id=\"pmt-score\">0<\/span>\u5206<\/h3>\n                <\/div>\n                <div class=\"pmt-result-chart-container\">\n                    <canvas id=\"pmt-result-chart\"><\/canvas>\n                <\/div>\n                <div class=\"pmt-result-analysis\">\n                    <h3 id=\"pmt-result-title\"><\/h3>\n                    <p id=\"pmt-result-description\"><\/p>\n                <\/div>\n                <div class=\"pmt-result-detailed\">\n                    <!-- \u8be6\u7ec6\u5206\u6790\u5c06\u901a\u8fc7JavaScript\u52a8\u6001\u52a0\u8f7d -->\n                <\/div>\n                <button id=\"pmt-restart-test\" class=\"pmt-button pmt-button-primary\">\u91cd\u65b0\u6d4b\u9a8c<\/button>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <!-- JavaScript\u90e8\u5206 -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/4.4.1\/chart.umd.min.js\"><\/script>\n    <script>\n        \/\/ \u7acb\u5373\u6267\u884c\u51fd\u6570\uff0c\u907f\u514d\u5168\u5c40\u53d8\u91cf\u6c61\u67d3\n        (function() {\n            \/\/ \u786e\u4fddDOM\u5b8c\u5168\u52a0\u8f7d\n            document.addEventListener('DOMContentLoaded', function() {\n                \/\/ \u9632\u6b62\u4e0eWordPress\u5176\u4ed6\u529f\u80fd\u51b2\u7a81\n                const pmtNamespace = 'psychologyMarriageTest_' + Math.random().toString(36).substring(2, 8);\n                \n                \/\/ \u6d4b\u9a8c\u6570\u636e\n                const quizData = {\n                    questions: [\n                        {\n                            question: \"\u5982\u679c\u4f60\u6709\u4e00\u4e2a\u5973\u513f\uff0c\u4f60\u9700\u8981\u7ed9\u5979\u4e70\u4e00\u53cc\u978b\uff0c\u4f60\u66f4\u559c\u6b22\u4e0b\u9762\u54ea\u4e2a\u6b3e\u5f0f\uff1f\",\n                            options: [\n                                \"\u8f6f\u5e95\u8c46\u8c46\u978b\",\n                                \"\u7eaf\u8272\u590d\u53e4\u4e01\u5b57\u76ae\u978b\",\n                                \"\u7b80\u7ea6\u5e06\u5e03\u978b\",\n                                \"\u8774\u8776\u7ed3\u516c\u4e3b\u978b\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u4ef7\u503c\u89c2\u5ff5\"\n                        },\n                        {\n                            question: \"\u5f53\u4f60\u548c\u4f34\u4fa3\u53d1\u751f\u4e89\u6267\u65f6\uff0c\u4f60\u901a\u5e38\u4f1a\u600e\u4e48\u5904\u7406\uff1f\",\n                            options: [\n                                \"\u575a\u6301\u81ea\u5df1\u7684\u89c2\u70b9\uff0c\u76f4\u5230\u5bf9\u65b9\u63a5\u53d7\",\n                                \"\u6682\u65f6\u56de\u907f\u51b2\u7a81\uff0c\u7b49\u60c5\u7eea\u5e73\u9759\u540e\u518d\u8c08\",\n                                \"\u8bd5\u7740\u7406\u89e3\u5bf9\u65b9\u7684\u7acb\u573a\uff0c\u5bfb\u6c42\u53cc\u65b9\u90fd\u80fd\u63a5\u53d7\u7684\u89e3\u51b3\u65b9\u6848\",\n                                \"\u8ba4\u4e3a\u5bf9\u65b9\u603b\u662f\u9519\u7684\uff0c\u81ea\u5df1\u6ca1\u5fc5\u8981\u6539\u53d8\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u6c9f\u901a\u80fd\u529b\"\n                        },\n                        {\n                            question: \"\u5f53\u8c08\u5230\u5bb6\u5ead\u8d22\u52a1\u7ba1\u7406\uff0c\u4f60\u8ba4\u4e3a\uff1a\",\n                            options: [\n                                \"\u5404\u81ea\u7ba1\u7406\u81ea\u5df1\u7684\u94b1\uff0c\u4e92\u4e0d\u5e72\u6d89\",\n                                \"\u7531\u4e00\u65b9\u5168\u6743\u8d1f\u8d23\u6240\u6709\u8d22\u52a1\u51b3\u7b56\",\n                                \"\u5171\u540c\u89c4\u5212\u9884\u7b97\uff0c\u91cd\u5927\u5f00\u652f\u4e00\u8d77\u51b3\u5b9a\",\n                                \"\u4e0d\u9700\u8981\u8ba1\u5212\uff0c\u6709\u94b1\u5c31\u82b1\uff0c\u6d3b\u5728\u5f53\u4e0b\u6700\u91cd\u8981\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u8d23\u4efb\u611f\"\n                        },\n                        {\n                            question: \"\u5173\u4e8e\u672a\u6765\u7684\u5b69\u5b50\u6559\u80b2\u95ee\u9898\uff0c\u4f60\u7684\u60f3\u6cd5\u662f\uff1a\",\n                            options: [\n                                \"\u4e25\u683c\u7ba1\u6559\uff0c\u89c4\u77e9\u7b2c\u4e00\",\n                                \"\u5c0a\u91cd\u5b69\u5b50\u5929\u6027\uff0c\u7ed9\u4e88\u8db3\u591f\u81ea\u7531\",\n                                \"\u5e73\u8861\u89c4\u77e9\u548c\u81ea\u7531\uff0c\u56e0\u6750\u65bd\u6559\",\n                                \"\u7b49\u6709\u4e86\u5b69\u5b50\u518d\u8bf4\uff0c\u73b0\u5728\u4e0d\u60f3\u8003\u8651\u8fd9\u4e48\u591a\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u672a\u6765\u89c4\u5212\"\n                        },\n                        {\n                            question: \"\u5f53\u4f34\u4fa3\u6709\u4e0d\u826f\u4e60\u60ef\u65f6\uff0c\u4f60\u4f1a\uff1a\",\n                            options: [\n                                \"\u76f4\u63a5\u6307\u51fa\u5e76\u8981\u6c42\u7acb\u523b\u6539\u53d8\",\n                                \"\u9ed8\u9ed8\u5fcd\u53d7\uff0c\u4e0d\u60f3\u7834\u574f\u548c\u8c10\u6c14\u6c1b\",\n                                \"\u8010\u5fc3\u6c9f\u901a\uff0c\u5171\u540c\u5bfb\u627e\u6539\u8fdb\u65b9\u6cd5\",\n                                \"\u5a01\u80c1\u5bf9\u65b9\u82e5\u4e0d\u6539\u53d8\u5c31\u79bb\u5f00\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u60c5\u611f\u5904\u7406\"\n                        },\n                        {\n                            question: \"\u4f60\u8ba4\u4e3a\u5a5a\u59fb\u4e2d\u6700\u91cd\u8981\u7684\u662f\uff1a\",\n                            options: [\n                                \"\u6fc0\u60c5\u548c\u6d6a\u6f2b\",\n                                \"\u7ecf\u6d4e\u57fa\u7840\u548c\u793e\u4f1a\u5730\u4f4d\",\n                                \"\u76f8\u4e92\u5c0a\u91cd\u548c\u6709\u6548\u6c9f\u901a\",\n                                \"\u5404\u81ea\u4fdd\u6301\u72ec\u7acb\uff0c\u4e0d\u8fc7\u5ea6\u4f9d\u8d56\u5bf9\u65b9\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u5a5a\u59fb\u7406\u5ff5\"\n                        },\n                        {\n                            question: \"\u9762\u5bf9\u5a5a\u59fb\u4e2d\u7684\u6311\u6218\u548c\u56f0\u96be\uff0c\u4f60\u7684\u6001\u5ea6\u662f\uff1a\",\n                            options: [\n                                \"\u4e00\u65e6\u4e0d\u5f00\u5fc3\u5c31\u8003\u8651\u5206\u5f00\",\n                                \"\u5fcd\u8010\u8fc7\u53bb\uff0c\u4e0d\u613f\u610f\u9762\u5bf9\u95ee\u9898\",\n                                \"\u5171\u540c\u9762\u5bf9\uff0c\u76f8\u4fe1\u56f0\u96be\u662f\u6210\u957f\u7684\u673a\u4f1a\",\n                                \"\u8ba4\u4e3a\u5a5a\u59fb\u672c\u8be5\u5b8c\u7f8e\uff0c\u4e0d\u5e94\u8be5\u6709\u95ee\u9898\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u6297\u538b\u80fd\u529b\"\n                        },\n                        {\n                            question: \"\u5bf9\u4e8e\u4e0e\u4f34\u4fa3\u5bb6\u4eba\u7684\u5173\u7cfb\uff0c\u4f60\u7684\u89c2\u70b9\u662f\uff1a\",\n                            options: [\n                                \"\u5c3d\u91cf\u4fdd\u6301\u8ddd\u79bb\uff0c\u51cf\u5c11\u63a5\u89e6\",\n                                \"\u5b8c\u5168\u878d\u5165\u5bf9\u65b9\u5bb6\u5ead\uff0c\u89c6\u4e3a\u5df1\u51fa\",\n                                \"\u5c0a\u91cd\u5e76\u9002\u5f53\u53c2\u4e0e\uff0c\u4fdd\u6301\u53cb\u597d\u5173\u7cfb\",\n                                \"\u8981\u6c42\u4f34\u4fa3\u4e0e\u81ea\u5df1\u5bb6\u4eba\u7684\u5173\u7cfb\u6bd4\u4e0e\u5bf9\u65b9\u5bb6\u4eba\u66f4\u4eb2\u5bc6\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u4eba\u9645\u5173\u7cfb\"\n                        },\n                        {\n                            question: \"\u5173\u4e8e\u4e2a\u4eba\u7a7a\u95f4\u548c\u65f6\u95f4\uff0c\u4f60\u8ba4\u4e3a\uff1a\",\n                            options: [\n                                \"\u5a5a\u540e\u5e94\u8be5\u65e0\u65f6\u65e0\u523b\u5728\u4e00\u8d77\",\n                                \"\u5404\u81ea\u4fdd\u7559\u5927\u91cf\u72ec\u7acb\u65f6\u95f4\u548c\u7a7a\u95f4\",\n                                \"\u5e73\u8861\u5171\u5904\u65f6\u95f4\u548c\u4e2a\u4eba\u7a7a\u95f4\",\n                                \"\u4e0d\u9700\u8981\u4e2a\u4eba\u7a7a\u95f4\uff0c\u8fd9\u662f\u4e0d\u7231\u5bf9\u65b9\u7684\u8868\u73b0\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u8fb9\u754c\u610f\u8bc6\"\n                        },\n                        {\n                            question: \"\u5f53\u5a5a\u59fb\u9047\u5230\u5916\u754c\u8bf1\u60d1\u65f6\uff0c\u4f60\u4f1a\uff1a\",\n                            options: [\n                                \"\u8ba4\u4e3a\u9002\u5f53\u7684\u5916\u9047\u662f\u53ef\u4ee5\u7406\u89e3\u7684\",\n                                \"\u5b8c\u5168\u9694\u7edd\u4e0e\u5f02\u6027\u7684\u6240\u6709\u63a5\u89e6\",\n                                \"\u4fdd\u6301\u8b66\u60d5\uff0c\u8bbe\u7acb\u9002\u5f53\u7684\u754c\u9650\",\n                                \"\u76f8\u4fe1\u81ea\u5df1\u4e0d\u4f1a\u53d7\u5230\u8bf1\u60d1\uff0c\u4e0d\u9700\u8981\u8bbe\u9632\"\n                            ],\n                            scores: [1, 2, 3, 0],\n                            category: \"\u5fe0\u8bda\u5ea6\"\n                        }\n                    ],\n                    results: [\n                        {\n                            minScore: 0,\n                            maxScore: 10,\n                            title: \"\u5a5a\u59fb\u51c6\u5907\u5ea6\uff1a\u4e25\u91cd\u4e0d\u8db3\",\n                            description: \"\u4f60\u7684\u5a5a\u59fb\u51c6\u5907\u5ea6\u5f97\u5206\u8f83\u4f4e\uff0c\u8868\u660e\u4f60\u76ee\u524d\u5728\u5904\u7406\u4eb2\u5bc6\u5173\u7cfb\u548c\u5a5a\u59fb\u95ee\u9898\u4e0a\u8fd8\u5b58\u5728\u8f83\u5927\u7684\u6311\u6218\u3002\u5efa\u8bae\u4f60\u5728\u8003\u8651\u5a5a\u59fb\u524d\uff0c\u5148\u82b1\u4e9b\u65f6\u95f4\u66f4\u6df1\u5165\u5730\u4e86\u89e3\u81ea\u5df1\uff0c\u57f9\u517b\u60c5\u611f\u6210\u719f\u5ea6\u548c\u6c9f\u901a\u6280\u5de7\u3002\"\n                        },\n                        {\n                            minScore: 11,\n                            maxScore: 20,\n                            title: \"\u5a5a\u59fb\u51c6\u5907\u5ea6\uff1a\u6709\u5f85\u63d0\u5347\",\n                            description: \"\u4f60\u5728\u67d0\u4e9b\u65b9\u9762\u5df2\u7ecf\u5177\u5907\u4e86\u5a5a\u59fb\u7684\u51c6\u5907\uff0c\u4f46\u8fd8\u6709\u4e00\u4e9b\u5173\u952e\u9886\u57df\u9700\u8981\u6210\u957f\u3002\u5efa\u8bae\u4f60\u5173\u6ce8\u90a3\u4e9b\u5f97\u5206\u8f83\u4f4e\u7684\u65b9\u9762\uff0c\u5bfb\u6c42\u63d0\u5347\u548c\u6539\u5584\uff0c\u8fd9\u5c06\u5e2e\u52a9\u4f60\u5728\u672a\u6765\u7684\u5a5a\u59fb\u4e2d\u66f4\u52a0\u987a\u5229\u3002\"\n                        },\n                        {\n                            minScore: 21,\n                            maxScore: 30,\n                            title: \"\u5a5a\u59fb\u51c6\u5907\u5ea6\uff1a\u826f\u597d\",\n                            description: \"\u606d\u559c\uff01\u4f60\u7684\u5f97\u5206\u663e\u793a\u4f60\u5728\u5fc3\u7406\u548c\u60c5\u611f\u4e0a\u5df2\u7ecf\u5177\u5907\u4e86\u826f\u597d\u7684\u5a5a\u59fb\u51c6\u5907\u5ea6\u3002\u4f60\u5bf9\u4eb2\u5bc6\u5173\u7cfb\u6709\u6210\u719f\u7684\u7406\u89e3\uff0c\u5e76\u4e14\u5177\u5907\u5904\u7406\u5a5a\u59fb\u6311\u6218\u7684\u80fd\u529b\u3002\u5f53\u7136\uff0c\u5a5a\u59fb\u662f\u4e00\u6bb5\u6301\u7eed\u6210\u957f\u7684\u65c5\u7a0b\uff0c\u4fdd\u6301\u5f00\u653e\u7684\u5fc3\u6001\u548c\u7ec8\u8eab\u5b66\u4e60\u7684\u6001\u5ea6\u5c06\u6709\u52a9\u4e8e\u5efa\u7acb\u66f4\u52a0\u5065\u5eb7\u5e78\u798f\u7684\u5173\u7cfb\u3002\"\n                        }\n                    ],\n                    categories: [\n                        \"\u6c9f\u901a\u80fd\u529b\",\n                        \"\u60c5\u611f\u5904\u7406\", \n                        \"\u8d23\u4efb\u611f\",\n                        \"\u5a5a\u59fb\u7406\u5ff5\",\n                        \"\u6297\u538b\u80fd\u529b\"\n                    ]\n                };\n                \n                \/\/ \u7528\u6237\u7b54\u6848\u548c\u6d4b\u9a8c\u72b6\u6001\n                let userAnswers = Array(quizData.questions.length).fill(null);\n                let currentQuestionIndex = 0;\n                \n                \/\/ DOM\u5143\u7d20\n                const introSection = document.getElementById('pmt-intro');\n                const testSection = document.getElementById('pmt-test');\n                const resultsSection = document.getElementById('pmt-results');\n                const startButton = document.getElementById('pmt-start-test');\n                const prevButton = document.getElementById('pmt-prev-button');\n                const restartButton = document.getElementById('pmt-restart-test');\n                const questionContainer = document.querySelector('.pmt-question-container');\n                const progressFill = document.querySelector('.pmt-progress-fill');\n                const currentQuestionElement = document.getElementById('pmt-current-question');\n                const totalQuestionsElement = document.getElementById('pmt-total-questions');\n                \n                \/\/ \u521d\u59cb\u5316\u603b\u9898\u76ee\u6570\n                totalQuestionsElement.textContent = quizData.questions.length;\n                \n                \/\/ \u4e8b\u4ef6\u76d1\u542c\u5668 - \u5f00\u59cb\u6d4b\u9a8c\n                startButton.addEventListener('click', function() {\n                    introSection.style.display = 'none';\n                    testSection.style.display = 'block';\n                    loadQuestion(0);\n                    scrollToElement(testSection);\n                });\n                \n                \/\/ \u4e8b\u4ef6\u76d1\u542c\u5668 - \u4e0a\u4e00\u9898\n                prevButton.addEventListener('click', function() {\n                    if (currentQuestionIndex > 0) {\n                        currentQuestionIndex--;\n                        loadQuestion(currentQuestionIndex);\n                        updateProgress();\n                        if (currentQuestionIndex === 0) {\n                            prevButton.style.display = 'none';\n                        }\n                    }\n                });\n                \n                \/\/ \u4e8b\u4ef6\u76d1\u542c\u5668 - \u91cd\u65b0\u6d4b\u9a8c\n                restartButton.addEventListener('click', function() {\n                    userAnswers = Array(quizData.questions.length).fill(null);\n                    currentQuestionIndex = 0;\n                    resultsSection.style.display = 'none';\n                    introSection.style.display = 'block';\n                    scrollToElement(introSection);\n                });\n                \n                \/\/ \u4e8b\u4ef6\u59d4\u6258 - \u9009\u9879\u70b9\u51fb\n                document.addEventListener('click', function(e) {\n                    if (e.target.closest('.pmt-option')) {\n                        const option = e.target.closest('.pmt-option');\n                        const optionIndex = parseInt(option.dataset.index);\n                        \n                        \/\/ \u9009\u62e9\u8be5\u9009\u9879\n                        selectOption(optionIndex);\n                        \n                        \/\/ \u5ef6\u8fdf\u540e\u8fdb\u5165\u4e0b\u4e00\u9898\u6216\u663e\u793a\u7ed3\u679c\n                        setTimeout(function() {\n                            if (currentQuestionIndex < quizData.questions.length - 1) {\n                                currentQuestionIndex++;\n                                loadQuestion(currentQuestionIndex);\n                                updateProgress();\n                                prevButton.style.display = 'block';\n                            } else {\n                                showResults();\n                            }\n                        }, 500);\n                    }\n                });\n                \n                \/\/ \u52a0\u8f7d\u95ee\u9898\n                function loadQuestion(index) {\n                    const question = quizData.questions[index];\n                    questionContainer.innerHTML = '';\n                    \n                    const questionElement = document.createElement('div');\n                    questionElement.className = 'pmt-question';\n                    \n                    const questionTitle = document.createElement('h3');\n                    questionTitle.textContent = question.question;\n                    questionElement.appendChild(questionTitle);\n                    \n                    const optionsContainer = document.createElement('div');\n                    optionsContainer.className = 'pmt-options';\n                    \n                    question.options.forEach((option, i) => {\n                        const optionElement = document.createElement('div');\n                        optionElement.className = 'pmt-option';\n                        optionElement.dataset.index = i;\n                        \n                        if (userAnswers[index] === i) {\n                            optionElement.classList.add('selected');\n                        }\n                        \n                        const optionIndicator = document.createElement('div');\n                        optionIndicator.className = 'pmt-option-indicator';\n                        \n                        const optionText = document.createElement('div');\n                        optionText.className = 'pmt-option-text';\n                        optionText.textContent = option;\n                        \n                        optionElement.appendChild(optionIndicator);\n                        optionElement.appendChild(optionText);\n                        optionsContainer.appendChild(optionElement);\n                    });\n                    \n                    questionElement.appendChild(optionsContainer);\n                    questionContainer.appendChild(questionElement);\n                    \n                    currentQuestionElement.textContent = index + 1;\n                }\n                \n                \/\/ \u9009\u62e9\u9009\u9879\n                function selectOption(optionIndex) {\n                    userAnswers[currentQuestionIndex] = optionIndex;\n                    \n                    const options = document.querySelectorAll('.pmt-option');\n                    options.forEach((option, i) => {\n                        if (i === optionIndex) {\n                            option.classList.add('selected');\n                        } else {\n                            option.classList.remove('selected');\n                        }\n                    });\n                }\n                \n                \/\/ \u66f4\u65b0\u8fdb\u5ea6\u6761\n                function updateProgress() {\n                    const progress = ((currentQuestionIndex + 1) \/ quizData.questions.length) * 100;\n                    progressFill.style.width = `${progress}%`;\n                }\n                \n                \/\/ \u8ba1\u7b97\u7ed3\u679c\n                function calculateResults() {\n                    let totalScore = 0;\n                    const categoryScores = {};\n                    const categoryCounts = {};\n                    const answerDistribution = {0: 0, 1: 0, 2: 0, 3: 0};\n                    \n                    \/\/ \u521d\u59cb\u5316\u5206\u7c7b\u5f97\u5206\n                    quizData.questions.forEach(q => {\n                        if (!categoryScores[q.category]) {\n                            categoryScores[q.category] = 0;\n                            categoryCounts[q.category] = 0;\n                        }\n                    });\n                    \n                    userAnswers.forEach((answer, index) => {\n                        if (answer !== null) {\n                            const score = quizData.questions[index].scores[answer];\n                            const category = quizData.questions[index].category;\n                            \n                            totalScore += score;\n                            answerDistribution[score]++;\n                            categoryScores[category] += score;\n                            categoryCounts[category]++;\n                        }\n                    });\n                    \n                    \/\/ \u5c06\u5206\u7c7b\u5f97\u5206\u6807\u51c6\u5316\u4e3a\u767e\u5206\u6bd4\n                    const normalizedCategoryScores = [];\n                    quizData.categories.forEach(category => {\n                        const avgScore = categoryCounts[category] > 0 ? \n                            categoryScores[category] \/ categoryCounts[category] : 0;\n                        normalizedCategoryScores.push(Math.round((avgScore \/ 3) * 100));\n                    });\n                    \n                    \/\/ \u67e5\u627e\u5bf9\u5e94\u7684\u7ed3\u679c\u89e3\u6790\n                    let resultAnalysis = null;\n                    for (const result of quizData.results) {\n                        if (totalScore >= result.minScore && totalScore <= result.maxScore) {\n                            resultAnalysis = result;\n                            break;\n                        }\n                    }\n                    \n                    return {\n                        totalScore,\n                        categoryScores: normalizedCategoryScores,\n                        detailedCategoryScores: categoryScores,\n                        resultAnalysis,\n                        answerDistribution\n                    };\n                }\n                \n                \/\/ \u663e\u793a\u7ed3\u679c\n                function showResults() {\n                    testSection.style.display = 'none';\n                    resultsSection.style.display = 'block';\n                    \n                    const results = calculateResults();\n                    \n                    \/\/ \u663e\u793a\u603b\u5206\n                    document.getElementById('pmt-score').textContent = results.totalScore;\n                    \n                    \/\/ \u663e\u793a\u7ed3\u679c\u6807\u9898\u548c\u63cf\u8ff0\n                    document.getElementById('pmt-result-title').textContent = results.resultAnalysis.title;\n                    document.getElementById('pmt-result-description').textContent = results.resultAnalysis.description;\n                    \n                    \/\/ \u521b\u5efa\u56fe\u8868\n                    createResultChart(results.categoryScores);\n                    \n                    \/\/ \u751f\u6210\u8be6\u7ec6\u5206\u6790\n                    generateDetailedAnalysis(results);\n                    \n                    \/\/ \u6eda\u52a8\u5230\u7ed3\u679c\u90e8\u5206\n                    scrollToElement(resultsSection);\n                }\n                \n                \/\/ \u521b\u5efa\u7ed3\u679c\u56fe\u8868\n                function createResultChart(categoryScores) {\n                    const chartCanvas = document.getElementById('pmt-result-chart');\n                    \n                    if (window.Chart) {\n                        \/\/ \u9500\u6bc1\u73b0\u6709\u56fe\u8868\uff08\u5982\u679c\u6709\uff09\n                        if (window[pmtNamespace + '_chart']) {\n                            window[pmtNamespace + '_chart'].destroy();\n                        }\n                        \n                        \/\/ \u521b\u5efa\u65b0\u56fe\u8868\n                        window[pmtNamespace + '_chart'] = new Chart(chartCanvas, {\n                            type: 'radar',\n                            data: {\n                                labels: quizData.categories,\n                                datasets: [{\n                                    label: '\u5a5a\u59fb\u51c6\u5907\u5ea6\u8bc4\u5206',\n                                    data: categoryScores,\n                                    backgroundColor: 'rgba(107, 155, 209, 0.2)',\n                                    borderColor: 'rgba(107, 155, 209, 1)',\n                                    pointBackgroundColor: 'rgba(107, 155, 209, 1)',\n                                    pointBorderColor: '#fff',\n                                    pointHoverBackgroundColor: '#fff',\n                                    pointHoverBorderColor: 'rgba(107, 155, 209, 1)',\n                                    pointRadius: 6,\n                                    pointHoverRadius: 8,\n                                    borderWidth: 3\n                                }]\n                            },\n                            options: {\n                                responsive: true,\n                                maintainAspectRatio: false,\n                                scales: {\n                                    r: {\n                                        angleLines: {\n                                            display: true,\n                                            color: 'rgba(0, 0, 0, 0.1)'\n                                        },\n                                        grid: {\n                                            color: 'rgba(0, 0, 0, 0.1)'\n                                        },\n                                        pointLabels: {\n                                            font: {\n                                                size: 14,\n                                                weight: '600'\n                                            },\n                                            color: '#4A4A4A'\n                                        },\n                                        suggestedMin: 0,\n                                        suggestedMax: 100,\n                                        ticks: {\n                                            display: false\n                                        }\n                                    }\n                                },\n                                plugins: {\n                                    legend: {\n                                        position: 'top',\n                                        labels: {\n                                            font: {\n                                                size: 14,\n                                                weight: '600'\n                                            },\n                                            color: '#4A4A4A'\n                                        }\n                                    },\n                                    tooltip: {\n                                        backgroundColor: 'rgba(255, 255, 255, 0.95)',\n                                        titleColor: '#4A4A4A',\n                                        bodyColor: '#4A4A4A',\n                                        borderColor: 'rgba(107, 155, 209, 0.5)',\n                                        borderWidth: 1,\n                                        callbacks: {\n                                            label: function(context) {\n                                                return context.dataset.label + ': ' + context.raw + '%';\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        });\n                    } else {\n                        \/\/ \u521b\u5efa\u540e\u5907\u663e\u793a\n                        createFallbackDisplay(categoryScores);\n                    }\n                }\n                \n                \/\/ \u521b\u5efa\u540e\u5907\u663e\u793a\uff08\u5982\u679cChart.js\u52a0\u8f7d\u5931\u8d25\uff09\n                function createFallbackDisplay(categoryScores) {\n                    const chartContainer = document.querySelector('.pmt-result-chart-container');\n                    chartContainer.innerHTML = '';\n                    \n                    const fallbackDisplay = document.createElement('div');\n                    fallbackDisplay.className = 'pmt-fallback-chart';\n                    \n                    quizData.categories.forEach((category, index) => {\n                        const categoryContainer = document.createElement('div');\n                        categoryContainer.className = 'pmt-category-score';\n                        \n                        const categoryLabel = document.createElement('div');\n                        categoryLabel.className = 'pmt-category-label';\n                        categoryLabel.textContent = category;\n                        \n                        const scoreBar = document.createElement('div');\n                        scoreBar.className = 'pmt-score-bar';\n                        \n                        const scoreBarFill = document.createElement('div');\n                        scoreBarFill.className = 'pmt-score-bar-fill';\n                        \n                        const scoreValue = document.createElement('div');\n                        scoreValue.className = 'pmt-score-value';\n                        scoreValue.textContent = `${categoryScores[index]}%`;\n                        \n                        scoreBar.appendChild(scoreBarFill);\n                        categoryContainer.appendChild(categoryLabel);\n                        categoryContainer.appendChild(scoreBar);\n                        categoryContainer.appendChild(scoreValue);\n                        \n                        fallbackDisplay.appendChild(categoryContainer);\n                        \n                        \/\/ \u52a8\u753b\u6548\u679c\n                        setTimeout(() => {\n                            scoreBarFill.style.width = `${categoryScores[index]}%`;\n                        }, index * 200);\n                    });\n                    \n                    chartContainer.appendChild(fallbackDisplay);\n                }\n                \n                \/\/ \u751f\u6210\u8be6\u7ec6\u5206\u6790\n                function generateDetailedAnalysis(results) {\n                    const detailedContainer = document.querySelector('.pmt-result-detailed');\n                    detailedContainer.innerHTML = '';\n                    \n                    const analysisContent = document.createElement('div');\n                    \n                    \/\/ \u4e2a\u6027\u5316\u5efa\u8bae\n                    let personalizedAdvice = '';\n                    if (results.totalScore < 11) {\n                        personalizedAdvice = `\n                            <h4>\ud83c\udf31 \u4e2a\u6027\u5316\u6210\u957f\u5efa\u8bae<\/h4>\n                            <p><strong>\u60c5\u611f\u6210\u719f\u5ea6\u63d0\u5347\uff1a<\/strong>\u5b66\u4e60\u8bc6\u522b\u548c\u7ba1\u7406\u81ea\u5df1\u7684\u60c5\u7eea\uff0c\u907f\u514d\u5728\u538b\u529b\u4e0b\u505a\u51fa\u51b2\u52a8\u51b3\u5b9a\u3002\u5efa\u8bae\u8fdb\u884c\u60c5\u7eea\u65e5\u8bb0\u8bb0\u5f55\uff0c\u89c2\u5bdf\u81ea\u5df1\u7684\u60c5\u7eea\u6a21\u5f0f\u3002<\/p>\n                            <p><strong>\u6c9f\u901a\u6280\u5de7\u57f9\u517b\uff1a<\/strong>\u7ec3\u4e60\u79ef\u6781\u503e\u542c\uff0c\u5b66\u4f1a\u4ee5\"\u6211\"\u5f00\u5934\u7684\u8868\u8fbe\u65b9\u5f0f\uff0c\u5982\"\u6211\u611f\u89c9...\"\u800c\u4e0d\u662f\"\u4f60\u603b\u662f...\"\u3002<\/p>\n                            <p><strong>\u8d23\u4efb\u611f\u5efa\u7acb\uff1a<\/strong>\u4ece\u5c0f\u4e8b\u5f00\u59cb\u57f9\u517b\u8d23\u4efb\u611f\uff0c\u6bd4\u5982\u575a\u6301\u627f\u8bfa\u3001\u6309\u65f6\u5b8c\u6210\u8ba1\u5212\u7b49\u3002<\/p>\n                            <p><strong>\u81ea\u6211\u53cd\u601d\uff1a<\/strong>\u5b9a\u671f\u53cd\u601d\u81ea\u5df1\u7684\u884c\u4e3a\u548c\u60f3\u6cd5\uff0c\u601d\u8003\u5982\u4f55\u6210\u4e3a\u66f4\u597d\u7684\u4f34\u4fa3\u3002<\/p>\n                        `;\n                    } else if (results.totalScore < 21) {\n                        personalizedAdvice = `\n                            <h4>\ud83c\udf3f \u8fdb\u9636\u63d0\u5347\u65b9\u5411<\/h4>\n                            <p><strong>\u671f\u671b\u7ba1\u7406\uff1a<\/strong>\u5ba1\u89c6\u5bf9\u5a5a\u59fb\u7684\u671f\u671b\u662f\u5426\u73b0\u5b9e\uff0c\u5b66\u4f1a\u63a5\u53d7\u548c\u5305\u5bb9\u4e0d\u5b8c\u7f8e\u3002<\/p>\n                            <p><strong>\u51b2\u7a81\u89e3\u51b3\u80fd\u529b\uff1a<\/strong>\u5b66\u4e60\u5c06\u5206\u6b67\u8f6c\u5316\u4e3a\u589e\u8fdb\u7406\u89e3\u7684\u673a\u4f1a\uff0c\u638c\u63e1\u5efa\u8bbe\u6027\u4e89\u8bba\u7684\u6280\u5de7\u3002<\/p>\n                            <p><strong>\u76f8\u4e92\u652f\u6301\u6280\u80fd\uff1a<\/strong>\u57f9\u517b\u5728\u56f0\u96be\u65f6\u523b\u7ed9\u4e88\u548c\u63a5\u53d7\u652f\u6301\u7684\u80fd\u529b\uff0c\u5b66\u4f1a\u5171\u540c\u6210\u957f\u3002<\/p>\n                            <p><strong>\u8fb9\u754c\u8bbe\u5b9a\uff1a<\/strong>\u5b66\u4f1a\u5728\u7ef4\u62a4\u81ea\u6211\u7684\u540c\u65f6\uff0c\u5efa\u7acb\u5065\u5eb7\u7684\u5173\u7cfb\u8fb9\u754c\u3002<\/p>\n                        `;\n                    } else {\n                        personalizedAdvice = `\n                            <h4>\ud83c\udf33 \u6301\u7eed\u7cbe\u8fdb\u5efa\u8bae<\/h4>\n                            <p><strong>\u6df1\u5ea6\u6c9f\u901a\uff1a<\/strong>\u7ee7\u7eed\u6df1\u5316\u60c5\u611f\u8868\u8fbe\u548c\u7406\u89e3\u80fd\u529b\uff0c\u63a2\u7d22\u66f4\u6df1\u5c42\u6b21\u7684\u5fc3\u7075\u4ea4\u6d41\u3002<\/p>\n                            <p><strong>\u5173\u7cfb\u7ef4\u62a4\uff1a<\/strong>\u5b66\u4e60\u5982\u4f55\u5728\u65e5\u5e38\u751f\u6d3b\u4e2d\u4fdd\u6301\u5173\u7cfb\u7684\u65b0\u9c9c\u611f\u548c\u6d3b\u529b\u3002<\/p>\n                            <p><strong>\u5171\u540c\u613f\u666f\uff1a<\/strong>\u4e0e\u4f34\u4fa3\u4e00\u8d77\u89c4\u5212\u672a\u6765\uff0c\u5efa\u7acb\u5171\u540c\u7684\u4eba\u751f\u76ee\u6807\u548c\u4ef7\u503c\u89c2\u3002<\/p>\n                            <p><strong>\u6301\u7eed\u5b66\u4e60\uff1a<\/strong>\u4fdd\u6301\u5f00\u653e\u5fc3\u6001\uff0c\u901a\u8fc7\u4e66\u7c4d\u3001\u8bfe\u7a0b\u7b49\u65b9\u5f0f\u6301\u7eed\u5b66\u4e60\u5173\u7cfb\u6280\u5de7\u3002<\/p>\n                        `;\n                    }\n                    \n                    \/\/ \u6839\u636e\u5404\u7ef4\u5ea6\u5f97\u5206\u63d0\u4f9b\u5177\u4f53\u5efa\u8bae\n                    let dimensionAnalysis = '<h4>\ud83d\udcca \u5404\u7ef4\u5ea6\u5206\u6790<\/h4>';\n                    quizData.categories.forEach((category, index) => {\n                        const score = results.categoryScores[index];\n                        let status = '';\n                        let advice = '';\n                        \n                        if (score < 40) {\n                            status = '\u9700\u8981\u91cd\u70b9\u5173\u6ce8 \u26a0\ufe0f';\n                            advice = getDimensionAdvice(category, 'low');\n                        } else if (score < 70) {\n                            status = '\u6709\u63d0\u5347\u7a7a\u95f4 \ud83d\udcc8';\n                            advice = getDimensionAdvice(category, 'medium');\n                        } else {\n                            status = '\u8868\u73b0\u826f\u597d \u2705';\n                            advice = getDimensionAdvice(category, 'high');\n                        }\n                        \n                        dimensionAnalysis += `\n                            <p><strong>${category}<\/strong>\uff08${score}%\uff09- ${status}<br>\n                            <small style=\"color: #7A7A7A;\">${advice}<\/small><\/p>\n                        `;\n                    });\n                    \n                    analysisContent.innerHTML = personalizedAdvice + dimensionAnalysis;\n                    detailedContainer.appendChild(analysisContent);\n                }\n                \n                \/\/ \u83b7\u53d6\u7ef4\u5ea6\u5efa\u8bae\n                function getDimensionAdvice(category, level) {\n                    const advice = {\n                        '\u6c9f\u901a\u80fd\u529b': {\n                            low: '\u5efa\u8bae\u5b66\u4e60\u6709\u6548\u6c9f\u901a\u6280\u5de7\uff0c\u7ec3\u4e60\u503e\u542c\u548c\u8868\u8fbe',\n                            medium: '\u7ee7\u7eed\u63d0\u5347\u6c9f\u901a\u6df1\u5ea6\uff0c\u5b66\u4f1a\u5728\u51b2\u7a81\u4e2d\u4fdd\u6301\u7406\u6027',\n                            high: '\u6c9f\u901a\u80fd\u529b\u4f18\u79c0\uff0c\u53ef\u4ee5\u5e2e\u52a9\u4f34\u4fa3\u63d0\u5347\u6c9f\u901a\u8d28\u91cf'\n                        },\n                        '\u60c5\u611f\u5904\u7406': {\n                            low: '\u9700\u8981\u5b66\u4e60\u60c5\u7eea\u7ba1\u7406\uff0c\u57f9\u517b\u60c5\u611f\u7a33\u5b9a\u6027',\n                            medium: '\u7ee7\u7eed\u63d0\u5347\u60c5\u611f\u667a\u5546\uff0c\u5b66\u4f1a\u5904\u7406\u590d\u6742\u60c5\u611f',\n                            high: '\u60c5\u611f\u5904\u7406\u6210\u719f\uff0c\u80fd\u591f\u7ed9\u4e88\u4f34\u4fa3\u826f\u597d\u7684\u60c5\u611f\u652f\u6301'\n                        },\n                        '\u8d23\u4efb\u611f': {\n                            low: '\u9700\u8981\u57f9\u517b\u5bf9\u5173\u7cfb\u548c\u5bb6\u5ead\u7684\u8d23\u4efb\u610f\u8bc6',\n                            medium: '\u8d23\u4efb\u611f\u6709\u4e00\u5b9a\u57fa\u7840\uff0c\u9700\u8981\u5728\u5b9e\u8df5\u4e2d\u5f3a\u5316',\n                            high: '\u8d23\u4efb\u611f\u5f3a\uff0c\u662f\u53ef\u9760\u7684\u4f34\u4fa3\u4eba\u9009'\n                        },\n                        '\u5a5a\u59fb\u7406\u5ff5': {\n                            low: '\u9700\u8981\u91cd\u65b0\u5ba1\u89c6\u5bf9\u5a5a\u59fb\u7684\u8ba4\u77e5\u548c\u671f\u5f85',\n                            medium: '\u5a5a\u59fb\u89c2\u5ff5\u8f83\u4e3a\u6210\u719f\uff0c\u53ef\u4ee5\u8fdb\u4e00\u6b65\u5b8c\u5584',\n                            high: '\u5bf9\u5a5a\u59fb\u6709\u6b63\u786e\u8ba4\u77e5\uff0c\u80fd\u591f\u5efa\u7acb\u5065\u5eb7\u5173\u7cfb'\n                        },\n                        '\u6297\u538b\u80fd\u529b': {\n                            low: '\u9700\u8981\u63d0\u5347\u9762\u5bf9\u56f0\u96be\u7684\u97e7\u6027\u548c\u89e3\u51b3\u95ee\u9898\u7684\u80fd\u529b',\n                            medium: '\u5177\u5907\u4e00\u5b9a\u6297\u538b\u80fd\u529b\uff0c\u53ef\u4ee5\u5728\u6311\u6218\u4e2d\u8fdb\u4e00\u6b65\u6210\u957f',\n                            high: '\u6297\u538b\u80fd\u529b\u5f3a\uff0c\u80fd\u591f\u4e0e\u4f34\u4fa3\u5171\u540c\u9762\u5bf9\u4eba\u751f\u6311\u6218'\n                        }\n                    };\n                    \n                    return advice[category] ? advice[category][level] : '\u7ee7\u7eed\u4fdd\u6301\u79ef\u6781\u6001\u5ea6';\n                }\n                \n                \/\/ \u6eda\u52a8\u5230\u6307\u5b9a\u5143\u7d20\n                function scrollToElement(element) {\n                    const offset = 100;\n                    const elementPosition = element.getBoundingClientRect().top;\n                    const offsetPosition = elementPosition + window.pageYOffset - offset;\n                    \n                    window.scrollTo({\n                        top: offsetPosition,\n                        behavior: 'smooth'\n                    });\n                }\n                \n                \/\/ \u9632\u6296\u51fd\u6570\n                function debounce(func, wait) {\n                    let timeout;\n                    return function(...args) {\n                        clearTimeout(timeout);\n                        timeout = setTimeout(() => func.apply(this, args), wait);\n                    };\n                }\n                \n                \/\/ \u7a97\u53e3\u8c03\u6574\u5927\u5c0f\u65f6\u91cd\u65b0\u8ba1\u7b97\u56fe\u8868\n                window.addEventListener('resize', debounce(function() {\n                    if (resultsSection.style.display !== 'none') {\n                        const results = calculateResults();\n                        createResultChart(results.categoryScores);\n                    }\n                }, 250));\n                \n                \/\/ \u521d\u59cb\u5316\u8fdb\u5ea6\u6761\n                updateProgress();\n            });\n        })();\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u7ed3\u5a5a\u662f\u9700\u8981\u5fc3\u7406\u51c6\u5907\u7684\uff0c\u601d\u60f3\u51c6\u5907\u4e0d\u6210\u719f\u65e0\u6cd5\u5728\u5a5a\u59fb\u4e2d\u83b7\u5f97\u5e78\u798f\uff0c\u4e5f\u6ca1\u529e\u6cd5\u7ed9\u4e88\u5bf9\u65b9\u5e78\u798f\u611f\u3002\u5982\u679c\u4e3a\u4f60\u7684\u5a5a\u59fb\u505a\u4e00\u9053\u5fc3\u7406\u68c0\u9a8c\u6d4b\u8bd5\u9898\uff0c\u4f60\u8ba4\u4e3a\u4f60\u80fd\u8fc7\u5173\u5417\uff1f\u73b0\u5728\u7684\u4f60\u662f\u65f6\u5019\u7ed3\u5a5a\uff0c\u6709\u80fd\u529b\u627f\u62c5\u5a5a\u59fb\u91cd\u4efb\u5417\uff1f<\/p>","protected":false},"author":19,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"narrow-width-container","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[179,178],"tags":[],"class_list":["post-2497","post","type-post","status-publish","format-standard","hentry","category-marriage","category-love"],"_links":{"self":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/comments?post=2497"}],"version-history":[{"count":3,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2497\/revisions"}],"predecessor-version":[{"id":10406,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2497\/revisions\/10406"}],"wp:attachment":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/media?parent=2497"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/categories?post=2497"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/tags?post=2497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}