{"id":5845,"date":"2025-11-23T02:36:02","date_gmt":"2025-11-23T02:36:02","guid":{"rendered":"https:\/\/meiling412.com\/?page_id=5845"},"modified":"2026-09-01T10:47:00","modified_gmt":"2026-09-01T10:47:00","slug":"260224-2","status":"publish","type":"page","link":"https:\/\/lin608.meiling412.com\/id\/260224-2\/","title":{"rendered":"Tes Kepribadian Karakter Alkitab"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n\n<style>\n    \/* --- CSS \u6a23\u5f0f\u5340 --- *\/\n    .quiz-container {\n        --primary-brown: #8E7F7F; \n        --soft-gold: #D4A373;  \n        --bg-warm: #FAF9F6;\n        --text-dark: #333333;\n        \n        font-family: 'Noto Serif TC', serif;\n        color: var(--text-dark);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        width: 100%;\n        max-width: 650px;\n        margin: 0 auto;\n        padding: 30px 20px;\n        box-sizing: border-box;\n    }\n\n    \/* \u6a19\u984c\u5340 *\/\n    .quiz-header { text-align: center; margin-bottom: 30px; }\n    .quiz-header h2 { font-size: 2.2rem; color: var(--primary-brown); margin: 0 0 15px 0; font-weight: 700; }\n    .quiz-header p { font-size: 1.2rem; color: #666; margin: 0; line-height: 1.6; }\n\n    \/* \u5361\u7247\u901a\u7528\u6a23\u5f0f *\/\n    .card-box {\n        background: white; width: 100%; min-height: 400px; border-radius: 20px; padding: 40px 30px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #F0F0F0; position: relative;\n        display: flex; flex-direction: column; justify-content: center; align-items: center;\n        text-align: center; transition: all 0.3s;\n    }\n\n    \/* --- 1. \u958b\u59cb\u756b\u9762 --- *\/\n    .start-screen { display: flex; flex-direction: column; align-items: center; width: 100%; }\n    .start-icon { font-size: 5rem; color: var(--soft-gold); margin-bottom: 20px; animation: float 3s infinite; }\n    .start-btn {\n        background: var(--primary-brown); color: white; padding: 15px 40px; border-radius: 50px;\n        border: none; font-size: 1.3rem; font-weight: bold; cursor: pointer; margin-top: 30px;\n        font-family: 'Noto Serif TC', serif; transition: all 0.2s; box-shadow: 0 4px 15px rgba(142, 127, 127, 0.4);\n    }\n    .start-btn:hover { transform: translateY(-2px); background: #7A6A6A; }\n\n    \/* --- 2. \u984c\u76ee\u756b\u9762 --- *\/\n    .question-screen { display: none; width: 100%; flex-direction: column; align-items: center; }\n    .progress-bar { width: 100%; height: 6px; background: #EEE; border-radius: 10px; margin-bottom: 30px; overflow: hidden; }\n    .progress-fill { height: 100%; background: var(--soft-gold); width: 0%; transition: width 0.3s; }\n    \n    .question-text { font-size: 1.5rem; font-weight: bold; margin-bottom: 30px; color: #444; line-height: 1.5; }\n    \n    .options-grid { display: flex; flex-direction: column; gap: 15px; width: 100%; }\n    .option-btn {\n        background: white; border: 2px solid #EEE; padding: 18px 20px; border-radius: 15px;\n        font-size: 1.2rem; color: #555; cursor: pointer; text-align: left; transition: all 0.2s;\n        font-family: 'Noto Serif TC', serif; display: flex; align-items: center;\n    }\n    .option-btn:hover { border-color: var(--soft-gold); background: #FFFCF9; color: var(--primary-brown); }\n    .option-circle { width: 24px; height: 24px; border: 2px solid #DDD; border-radius: 50%; margin-right: 15px; flex-shrink: 0; }\n    .option-btn:hover .option-circle { border-color: var(--soft-gold); background: var(--soft-gold); }\n\n    \/* --- 3. \u7d50\u7b97\u756b\u9762 --- *\/\n    .loading-screen { display: none; flex-direction: column; align-items: center; }\n    .spinner { border: 5px solid #f3f3f3; border-top: 5px solid var(--soft-gold); border-radius: 50%; width: 50px; height: 50px; animation: spin 1s linear infinite; margin-bottom: 20px; }\n    .loading-text { font-size: 1.2rem; color: #888; }\n\n    \/* --- 4. \u7d50\u679c\u756b\u9762 --- *\/\n    .result-screen { display: none; width: 100%; flex-direction: column; align-items: center; }\n    .result-title { font-size: 1.2rem; color: #888; margin-bottom: 10px; letter-spacing: 2px; }\n    .character-name { font-size: 2.5rem; color: var(--primary-brown); font-weight: 700; margin-bottom: 20px; }\n    .character-tag { \n        background: #F4F0EB; color: #666; padding: 5px 15px; border-radius: 20px; \n        font-size: 1rem; margin-bottom: 25px; font-weight: bold;\n    }\n    .character-desc { font-size: 1.2rem; line-height: 1.8; color: #444; margin-bottom: 30px; text-align: justify; }\n    \n    .verse-box {\n        background: #FFF9F2; border-left: 4px solid var(--soft-gold); padding: 20px;\n        width: 100%; margin-bottom: 30px; text-align: left; box-sizing: border-box;\n    }\n    .verse-text { font-size: 1.1rem; color: #555; font-style: italic; margin-bottom: 10px; line-height: 1.6; }\n    .verse-ref { font-size: 0.9rem; color: var(--soft-gold); font-weight: bold; text-align: right; }\n\n    .restart-btn {\n        background: transparent; border: 2px solid var(--primary-brown); color: var(--primary-brown);\n        padding: 12px 30px; border-radius: 50px; font-size: 1.1rem; cursor: pointer;\n        font-family: 'Noto Serif TC', serif; transition: all 0.2s; font-weight: bold;\n    }\n    .restart-btn:hover { background: var(--primary-brown); color: white; }\n\n    @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }\n    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }\n    @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n    \/* \u52d5\u756b\u985e\u5225 *\/\n    .fade-in { animation: fadeIn 0.5s ease forwards; }\n\n<\/style>\n\n<div class=\"quiz-container\">\n    <div class=\"quiz-header\">\n        <h2>\u2728 \u8056\u7d93\u4eba\u7269\u6027\u683c\u6e2c\u9a57<\/h2>\n        <p>\u56de\u7b54 5 \u500b\u554f\u984c\uff0c\u6e2c\u6e2c\u770b\u4e0a\u5e1d\u9020\u4f60\u7684\u7279\u8cea\u6700\u50cf\u54ea\u4f4d\u8056\u7d93\u4eba\u7269\uff1f<\/p>\n    <\/div>\n\n    <div class=\"card-box\">\n        \n        <div class=\"start-screen\" id=\"startScreen\">\n            <div class=\"start-icon\">\ud83d\udc51<\/div>\n            <p style=\"font-size: 1.2rem; color: #555;\">\u4f60\u662f\u5145\u6eff\u71b1\u60c5\u7684\u5f7c\u5f97\uff1f<br>\u9084\u662f\u5145\u6eff\u667a\u6167\u7684\u4ee5\u65af\u5e16\uff1f<\/p>\n            <button class=\"start-btn\" onclick=\"startQuiz()\">\u958b\u59cb\u6e2c\u9a57<\/button>\n        <\/div>\n\n        <div class=\"question-screen\" id=\"questionScreen\">\n            <div class=\"progress-bar\"><div class=\"progress-fill\" id=\"progressFill\"><\/div><\/div>\n            <div class=\"question-text\" id=\"questionText\">\u984c\u76ee\u8f09\u5165\u4e2d&#8230;<\/div>\n            <div class=\"options-grid\" id=\"optionsGrid\">\n                <\/div>\n        <\/div>\n\n        <div class=\"loading-screen\" id=\"loadingScreen\">\n            <div class=\"spinner\"><\/div>\n            <div class=\"loading-text\">\u6b63\u5728\u5206\u6790\u4f60\u7684\u9748\u5c6c\u7279\u8cea&#8230;<\/div>\n        <\/div>\n\n        <div class=\"result-screen\" id=\"resultScreen\">\n            <div class=\"result-title\">YOUR BIBLICAL CHARACTER<\/div>\n            <div class=\"character-name\" id=\"resName\">\u5927\u885b David<\/div>\n            <div class=\"character-tag\" id=\"resTag\">#\u52c7\u6c23 #\u656c\u62dc\u8005 #\u5408\u795e\u5fc3\u610f<\/div>\n            <div class=\"character-desc\" id=\"resDesc\">\u63cf\u8ff0\u6587\u5b57&#8230;<\/div>\n            \n            <div class=\"verse-box\">\n                <div class=\"verse-text\" id=\"resVerse\">\u7d93\u6587&#8230;<\/div>\n                <div class=\"verse-ref\" id=\"resRef\">\u51fa\u8655<\/div>\n            <\/div>\n\n            <button class=\"restart-btn\" onclick=\"resetQuiz()\">\ud83d\udd04 \u518d\u6e2c\u4e00\u6b21<\/button>\n        <\/div>\n\n    <\/div>\n    <div style=\"margin-top: 20px; color: #CCC; font-size: 0.9rem;\">Powered by Meiling412.com<\/div>\n<\/div>\n\n<script>\n    \/\/ --- \u984c\u76ee\u8cc7\u6599\u5eab (5\u984c) ---\n    \/\/ A:\u5927\u885b, B:\u4ee5\u65af\u5e16, C:\u5f7c\u5f97, D:\u8def\u5f97, E:\u4fdd\u7f85\n    const questions = [\n        {\n            text: \"Q1. \u7576\u4f60\u9047\u5230\u5de8\u5927\u7684\u56f0\u96e3\u6216\u6311\u6230\uff08\u50cf\u662f\u6b4c\u5229\u4e9e\u5de8\u4eba\uff09\u6642\uff0c\u4f60\u7684\u7b2c\u4e00\u53cd\u61c9\u662f\uff1f\",\n            options: [\n                { text: \"\u96d6\u7136\u5bb3\u6015\uff0c\u4f46\u6211\u76f8\u4fe1\u795e\u6703\u8cdc\u6211\u529b\u91cf\u53bb\u6230\u52dd\uff01\", type: \"A\" },\n                { text: \"\u6211\u6703\u5148\u51b7\u975c\u601d\u8003\u7b56\u7565\uff0c\u5c0b\u6c42\u6700\u597d\u7684\u6642\u6a5f\u3002\", type: \"B\" },\n                { text: \"\u4e8c\u8a71\u4e0d\u8aaa\uff0c\u5148\u885d\u4e0a\u53bb\u89e3\u6c7a\u518d\u8aaa\uff01\", type: \"C\" },\n                { text: \"\u6211\u6703\u9ed8\u9ed8\u5805\u6301\uff0c\u505a\u597d\u6211\u8a72\u505a\u7684\u4e8b\uff0c\u76f8\u4fe1\u6703\u6709\u8f49\u6a5f\u3002\", type: \"D\" },\n                { text: \"\u6211\u6703\u5206\u6790\u5c40\u52e2\uff0c\u4e26\u7528\u771f\u7406\u4f86\u9762\u5c0d\u5b83\u3002\", type: \"E\" }\n            ]\n        },\n        {\n            text: \"Q2. \u5728\u5718\u9ad4\u4e2d\uff0c\u670b\u53cb\u901a\u5e38\u600e\u9ebc\u5f62\u5bb9\u4f60\uff1f\",\n            options: [\n                { text: \"\u5f88\u6709\u624d\u83ef\uff0c\u60c5\u611f\u8c50\u5bcc\uff0c\u5f88\u6703\u5e36\u52d5\u6c23\u6c1b\u3002\", type: \"A\" },\n                { text: \"\u512a\u96c5\u6c89\u7a69\uff0c\u95dc\u9375\u6642\u523b\u5f88\u6709\u5f71\u97ff\u529b\u3002\", type: \"B\" },\n                { text: \"\u76f4\u8178\u5b50\uff0c\u8b1b\u8a71\u5927\u8072\uff0c\u4f46\u662f\u5f88\u8b1b\u7fa9\u6c23\u3002\", type: \"C\" },\n                { text: \"\u6eab\u67d4\u9ad4\u8cbc\uff0c\u5f88\u6703\u7167\u9867\u4eba\uff0c\u5f88\u5fe0\u5fc3\u3002\", type: \"D\" },\n                { text: \"\u5f88\u6709\u539f\u5247\uff0c\u908f\u8f2f\u6e05\u6670\uff0c\u662f\u5927\u5bb6\u7684\u5c0e\u5e2b\u3002\", type: \"E\" }\n            ]\n        },\n        {\n            text: \"Q3. \u5982\u679c\u4e0a\u5e1d\u8981\u7d66\u4f60\u4e00\u4efd\u79ae\u7269\uff0c\u4f60\u6700\u60f3\u8981\u4ec0\u9ebc\uff1f\",\n            options: [\n                { text: \"\u4e00\u9846\u55ae\u7d14\u611b\u7942\u3001\u656c\u62dc\u7942\u7684\u5fc3\u3002\", type: \"A\" },\n                { text: \"\u62ef\u6551\u4ed6\u4eba\u812b\u96e2\u56f0\u5883\u7684\u667a\u6167\u8207\u6a5f\u6703\u3002\", type: \"B\" },\n                { text: \"\u80fd\u5920\u884c\u795e\u8e5f\u5947\u4e8b\uff0c\u70ba\u4e3b\u505a\u5927\u4e8b\u7684\u80fd\u529b\u3002\", type: \"C\" },\n                { text: \"\u4e00\u500b\u5b89\u7a69\u7684\u5bb6\uff0c\u548c\u4e00\u6bb5\u8499\u798f\u7684\u95dc\u4fc2\u3002\", type: \"D\" },\n                { text: \"\u80fd\u5920\u660e\u767d\u6df1\u5967\u7684\u771f\u7406\uff0c\u4e26\u50b3\u63da\u51fa\u53bb\u3002\", type: \"E\" }\n            ]\n        },\n        {\n            text: \"Q4. \u7576\u4f60\u72af\u932f\u5f97\u7f6a\u795e\u6642\uff0c\u4f60\u6703\u600e\u9ebc\u505a\uff1f\",\n            options: [\n                { text: \"\u7acb\u523b\u6d41\u6dda\u75db\u6094\uff0c\u5beb\u8a69\u6b4c\/\u79b1\u544a\u6c42\u795e\u539f\u8ad2\u3002\", type: \"A\" },\n                { text: \"\u7981\u98df\u79b1\u544a\uff0c\u9810\u5099\u5fc3\u53bb\u9762\u5c0d\u5f8c\u679c\u3002\", type: \"B\" },\n                { text: \"\u96d6\u7136\u5f88\u61ca\u60f1\uff0c\u4f46\u88ab\u4e3b\u6fc0\u52f5\u5f8c\u6703\u7acb\u523b\u7ad9\u8d77\u4f86\u3002\", type: \"C\" },\n                { text: \"\u9ed8\u9ed8\u6539\u6b63\uff0c\u7528\u884c\u52d5\u4f86\u5f4c\u88dc\u3002\", type: \"D\" },\n                { text: \"\u5766\u627f\u932f\u8aa4\uff0c\u8996\u70ba\u751f\u547d\u7684\u523a\uff0c\u63d0\u9192\u81ea\u5df1\u66f4\u8b19\u5351\u3002\", type: \"E\" }\n            ]\n        },\n        {\n            text: \"Q5. \u4f60\u89ba\u5f97\u9019\u8f29\u5b50\u6700\u5927\u7684\u4f7f\u547d\u662f\u4ec0\u9ebc\uff1f\",\n            options: [\n                { text: \"\u4e00\u751f\u4e00\u4e16\u4f4f\u5728\u8036\u548c\u83ef\u7684\u6bbf\u4e2d\u77bb\u4ef0\u7942\u3002\", type: \"A\" },\n                { text: \"\u5728\u95dc\u9375\u6642\u523b\u633a\u8eab\u800c\u51fa\uff0c\u70ba\u4e86\u795e\u767e\u59d3\u7684\u7de3\u6545\u3002\", type: \"B\" },\n                { text: \"\u5f97\u4eba\u5982\u5f97\u9b5a\uff0c\u70ba\u4e3b\u5efa\u7acb\u6559\u6703\u3002\", type: \"C\" },\n                { text: \"\u8ddf\u96a8\u795e\u7684\u5e36\u9818\uff0c\u7121\u8ad6\u5f80\u54ea\u88e1\u53bb\u90fd\u9806\u670d\u3002\", type: \"D\" },\n                { text: \"\u6253\u90a3\u7f8e\u597d\u7684\u4ed7\uff0c\u8dd1\u7576\u8dd1\u7684\u8def\uff0c\u5b88\u4f4f\u771f\u9053\u3002\", type: \"E\" }\n            ]\n        }\n    ];\n\n    \/\/ --- \u7d50\u679c\u8cc7\u6599\u5eab ---\n    const results = {\n        A: {\n            name: \"\u5927\u885b (David)\",\n            tag: \"#\u656c\u62dc\u8005 #\u5408\u795e\u5fc3\u610f #\u771f\u6027\u60c5\",\n            desc: \"\u4f60\u64c1\u6709\u85dd\u8853\u5bb6\u7684\u9748\u9b42\u548c\u6230\u58eb\u7684\u52c7\u6c23\u3002\u4f60\u5728\u795e\u9762\u524d\u975e\u5e38\u771f\u5be6\uff0c\u4e0d\u7ba1\u662f\u958b\u5fc3\u9084\u662f\u96e3\u904e\uff0c\u4f60\u90fd\u6beb\u4e0d\u4fdd\u7559\u3002\u795e\u6700\u6b23\u8cde\u4f60\u7684\uff0c\u5c31\u662f\u90a3\u9846\u55ae\u7d14\u611b\u7942\u7684\u5fc3\u3002\u96d6\u7136\u4f60\u4e0d\u5b8c\u7f8e\uff0c\u4f46\u4f60\u61c2\u5f97\u96a8\u6642\u56de\u8f49\u5411\u795e\uff0c\u9019\u4f7f\u4f60\u6210\u70ba\u5408\u795e\u5fc3\u610f\u7684\u4eba\u3002\",\n            verse: \"\u8036\u548c\u83ef\u662f\u6211\u7684\u7267\u8005\uff0c\u6211\u5fc5\u4e0d\u81f4\u7f3a\u4e4f\u3002\",\n            ref: \"\u8a69\u7bc7 23:1\"\n        },\n        B: {\n            name: \"\u4ee5\u65af\u5e16 (Esther)\",\n            tag: \"#\u667a\u6167 #\u52c7\u6562 #\u95dc\u9375\u5f71\u97ff\u529b\",\n            desc: \"\u4f60\u5916\u8868\u770b\u4f3c\u6eab\u67d4\uff0c\u5167\u5fc3\u537b\u6975\u5176\u5805\u97cc\u3002\u4f60\u4e0d\u96a8\u4fbf\u5f37\u51fa\u982d\uff0c\u4f46\u7576\u95dc\u9375\u6642\u523b\u4f86\u81e8\uff08\u6b7b\u5c31\u6b7b\u5427\uff09\uff0c\u4f60\u6703\u70ba\u4e86\u5927\u5c40\u633a\u8eab\u800c\u51fa\u3002\u795e\u8cdc\u7d66\u4f60\u7368\u7279\u7684\u667a\u6167\u8207\u9b45\u529b\uff0c\u662f\u8981\u628a\u4f60\u653e\u5728\u4e00\u500b\u7279\u5225\u7684\u4f4d\u7f6e\uff0c\u53bb\u5b8c\u6210\u90a3\u4e0d\u53ef\u80fd\u7684\u4efb\u52d9\u3002\",\n            verse: \"\u7109\u77e5\u4f60\u5f97\u4e86\u738b\u540e\u7684\u4f4d\u5206\uff0c\u4e0d\u662f\u70ba\u73fe\u4eca\u7684\u6a5f\u6703\u55ce\uff1f\",\n            ref: \"\u4ee5\u65af\u5e16\u8a18 4:14\"\n        },\n        C: {\n            name: \"\u5f7c\u5f97 (Peter)\",\n            tag: \"#\u71b1\u60c5 #\u884c\u52d5\u6d3e #\u9818\u8896\u9b45\u529b\",\n            desc: \"\u4f60\u662f\u500b\u71b1\u8840\u6cb8\u9a30\u7684\u4eba\uff01\u5fc3\u88e1\u60f3\u4ec0\u9ebc\u5c31\u505a\u4ec0\u9ebc\uff0c\u6709\u6642\u5019\u96d6\u7136\u6703\u885d\u52d5\u72af\u932f\uff0c\u4f46\u4f60\u5c0d\u4e3b\u7684\u611b\u4e5f\u662f\u6700\u706b\u71b1\u7684\u3002\u4f60\u5c31\u50cf\u4e00\u584a\u672a\u7d93\u96d5\u7422\u7684\u5bf6\u77f3\uff0c\u7d93\u904e\u795e\u7684\u78e8\u7df4\u5f8c\uff0c\u5c07\u6210\u70ba\u7a69\u56fa\u7684\u78d0\u77f3\uff0c\u80fd\u5920\u5e36\u9818\u8a31\u591a\u4eba\u6b78\u5411\u4e3b\u3002\",\n            verse: \"\u4e3b\u554a\uff0c\u4f60\u6709\u6c38\u751f\u4e4b\u9053\uff0c\u6211\u5011\u9084\u6b78\u5f9e\u8ab0\u5462\uff1f\",\n            ref: \"\u7d04\u7ff0\u798f\u97f3 6:68\"\n        },\n        D: {\n            name: \"\u8def\u5f97 (Ruth)\",\n            tag: \"#\u5fe0\u5fc3 #\u9806\u670d #\u8499\u798f\",\n            desc: \"\u4f60\u662f\u4e00\u500b\u91cd\u611f\u60c5\u3001\u8b1b\u7fa9\u6c23\uff0c\u4e14\u9858\u610f\u9ed8\u9ed8\u4ed8\u51fa\u7684\u4eba\u3002\u4f60\u4e0d\u8ffd\u6c42\u9382\u5149\u71c8\uff0c\u4f46\u4f60\u7684\u5fe0\u5fc3\u795e\u90fd\u770b\u5728\u773c\u88e1\u3002\u4f60\u9858\u610f\u653e\u4e0b\u81ea\u5df1\u7684\u8212\u9069\u5708\u53bb\u8ddf\u96a8\u795e\uff0c\u795e\u5fc5\u7528\u7942\u7684\u7fc5\u8180\u906e\u853d\u4f60\uff0c\u4e26\u5728\u4f60\u7684\u751f\u547d\u4e2d\u8cdc\u4e0b\u8d85\u4e4e\u6240\u6c42\u6240\u60f3\u7684\u8c50\u76db\u3002\",\n            verse: \"\u4f60\u7684\u795e\u5c31\u662f\u6211\u7684\u795e\u3002\u4f60\u5728\u54ea\u88e1\u6b7b\uff0c\u6211\u4e5f\u5728\u90a3\u88e1\u6b7b\uff0c\u4e5f\u846c\u5728\u90a3\u88e1\u3002\",\n            ref: \"\u8def\u5f97\u8a18 1:16\"\n        },\n        E: {\n            name: \"\u4fdd\u7f85 (Paul)\",\n            tag: \"#\u771f\u7406 #\u5805\u6bc5 #\u5ba3\u6559\u58eb\",\n            desc: \"\u4f60\u64c1\u6709\u6e05\u6670\u7684\u908f\u8f2f\u548c\u5805\u5b9a\u7684\u610f\u5fd7\u3002\u4e00\u65e6\u4f60\u8a8d\u5b9a\u4e86\u771f\u7406\uff0c\u5c31\u6c92\u6709\u4efb\u4f55\u56f0\u96e3\u80fd\u963b\u64cb\u4f60\u3002\u4f60\u4e0d\u5728\u4e4e\u4e16\u4eba\u7684\u773c\u5149\uff0c\u53ea\u5728\u4e4e\u795e\u7684\u734e\u8cde\u3002\u795e\u8981\u4f7f\u7528\u4f60\u7684\u53e3\u548c\u4f60\u7684\u7b46\uff0c\u5c07\u771f\u7406\u7684\u5149\u50b3\u5230\u5730\u6975\uff0c\u4f60\u662f\u795e\u570b\u5ea6\u7684\u5927\u5c07\u3002\",\n            verse: \"\u90a3\u7f8e\u597d\u7684\u4ed7\u6211\u5df2\u7d93\u6253\u904e\u4e86\uff0c\u7576\u8dd1\u7684\u8def\u6211\u5df2\u7d93\u8dd1\u76e1\u4e86\uff0c\u6240\u4fe1\u7684\u9053\u6211\u5df2\u7d93\u5b88\u4f4f\u4e86\u3002\",\n            ref: \"\u63d0\u6469\u592a\u5f8c\u66f8 4:7\"\n        }\n    };\n\n    \/\/ --- \u8b8a\u6578\u8207\u908f\u8f2f ---\n    let currentQuestionIndex = 0;\n    let scores = { A:0, B:0, C:0, D:0, E:0 };\n\n    \/\/ \u958b\u59cb\u6e2c\u9a57\n    function startQuiz() {\n        document.getElementById('startScreen').style.display = 'none';\n        document.getElementById('questionScreen').style.display = 'flex';\n        loadQuestion();\n    }\n\n    \/\/ \u8f09\u5165\u984c\u76ee\n    function loadQuestion() {\n        const q = questions[currentQuestionIndex];\n        document.getElementById('questionText').innerText = q.text;\n        document.getElementById('questionText').classList.add('fade-in');\n        \n        \/\/ \u66f4\u65b0\u9032\u5ea6\u689d\n        const percent = ((currentQuestionIndex) \/ questions.length) * 100;\n        document.getElementById('progressFill').style.width = percent + '%';\n\n        const grid = document.getElementById('optionsGrid');\n        grid.innerHTML = ''; \/\/ \u6e05\u7a7a\u9078\u9805\n\n        q.options.forEach(opt => {\n            const btn = document.createElement('button');\n            btn.className = 'option-btn';\n            btn.innerHTML = `<div class=\"option-circle\"><\/div>${opt.text}`;\n            btn.onclick = () => handleAnswer(opt.type);\n            grid.appendChild(btn);\n        });\n        \n        \/\/ \u79fb\u9664\u52d5\u756bclass\u4ee5\u4fbf\u4e0b\u6b21\u89f8\u767c\n        setTimeout(() => document.getElementById('questionText').classList.remove('fade-in'), 500);\n    }\n\n    \/\/ \u8655\u7406\u56de\u7b54\n    function handleAnswer(type) {\n        scores[type]++; \/\/ \u52a0\u5206\n        \n        if (currentQuestionIndex < questions.length - 1) {\n            currentQuestionIndex++;\n            loadQuestion();\n        } else {\n            showResult();\n        }\n    }\n\n    \/\/ \u986f\u793a\u7d50\u679c\n    function showResult() {\n        document.getElementById('questionScreen').style.display = 'none';\n        document.getElementById('loadingScreen').style.display = 'flex';\n\n        \/\/ \u7b97\u51fa\u6700\u9ad8\u5206\n        let maxScore = 0;\n        let resultType = 'A'; \/\/ \u9810\u8a2d\n        \n        for (let key in scores) {\n            if (scores[key] > maxScore) {\n                maxScore = scores[key];\n                resultType = key;\n            }\n        }\n\n        \/\/ \u6a21\u64ec\u8a08\u7b97\u6642\u9593\n        setTimeout(() => {\n            document.getElementById('loadingScreen').style.display = 'none';\n            document.getElementById('resultScreen').style.display = 'flex';\n            document.getElementById('resultScreen').classList.add('fade-in');\n\n            const res = results[resultType];\n            document.getElementById('resName').innerText = res.name;\n            document.getElementById('resTag').innerText = res.tag;\n            document.getElementById('resDesc').innerText = res.desc;\n            document.getElementById('resVerse').innerText = res.verse;\n            document.getElementById('resRef').innerText = res.ref;\n\n        }, 1500);\n    }\n\n    \/\/ \u91cd\u7f6e\n    function resetQuiz() {\n        currentQuestionIndex = 0;\n        scores = { A:0, B:0, C:0, D:0, E:0 };\n        document.getElementById('resultScreen').style.display = 'none';\n        document.getElementById('startScreen').style.display = 'flex';\n    }\n<\/script>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2728 \u8056\u7d93\u4eba\u7269\u6027\u683c\u6e2c\u9a57 \u56de\u7b54 5 \u500b\u554f\u984c\uff0c\u6e2c\u6e2c\u770b\u4e0a\u5e1d\u9020\u4f60\u7684\u7279\u8cea\u6700\u50cf\u54ea\u4f4d\u8056\u7d93\u4eba\u7269\uff1f \ud83d\udc51 \u4f60\u662f\u5145\u6eff\u71b1\u60c5\u7684\u5f7c\u5f97\uff1f\u9084\u662f\u5145 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-5845","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Meiling","author_link":"https:\/\/lin608.meiling412.com\/id\/author\/lin576688103gmail-com\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"\u2728 \u8056\u7d93\u4eba\u7269\u6027\u683c\u6e2c\u9a57 \u56de\u7b54 5 \u500b\u554f\u984c\uff0c\u6e2c\u6e2c\u770b\u4e0a\u5e1d\u9020\u4f60\u7684\u7279\u8cea\u6700\u50cf\u54ea\u4f4d\u8056\u7d93\u4eba\u7269\uff1f \ud83d\udc51 \u4f60\u662f\u5145\u6eff\u71b1\u60c5\u7684\u5f7c\u5f97\uff1f\u9084\u662f\u5145&hellip;","_links":{"self":[{"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/pages\/5845","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/comments?post=5845"}],"version-history":[{"count":3,"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/pages\/5845\/revisions"}],"predecessor-version":[{"id":6197,"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/pages\/5845\/revisions\/6197"}],"wp:attachment":[{"href":"https:\/\/lin608.meiling412.com\/id\/wp-json\/wp\/v2\/media?parent=5845"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}