{"id":2782,"date":"2023-10-19T11:19:16","date_gmt":"2023-10-19T03:19:16","guid":{"rendered":"https:\/\/bookmark.tw\/?p=2782"},"modified":"2025-08-23T19:32:32","modified_gmt":"2025-08-23T11:32:32","slug":"startup-success-rate","status":"publish","type":"post","link":"https:\/\/xinliceyan.org\/zh\/startup-success-rate","title":{"rendered":"\u5275\u696d\u6210\u529f\u7387\u7dda\u4e0a\u514d\u8cbb\u6e2c\u9a57"},"content":{"rendered":"<!-- \u5275\u696d\u6210\u529f\u7387\u6e2c\u9a57 - \u53ef\u5d4c\u5165WordPress\u7684\u5b8c\u6574\u4ee3\u78bc -->\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/5.3.3\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-icons\/1.11.3\/font\/bootstrap-icons.min.css\" rel=\"stylesheet\">\n<style>\n\/* CSS \u90e8\u5206 - \u95dc\u6ce8\u9ede\u5206\u96e2\uff1a\u6a23\u5f0f *\/\n#quiz-container-9 {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    line-height: 1.6;\n    color: #2c3e50;\n}\n\n#quiz-container-9 * {\n    box-sizing: border-box;\n}\n\n#quiz-container-9 .quiz-section {\n    display: none;\n    animation: fadeIn 0.4s ease-in-out;\n    min-height: 400px;\n    padding: 2rem 1rem;\n}\n\n#quiz-container-9 .quiz-section.active {\n    display: block;\n}\n\n@keyframes fadeIn {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u5f15\u5c0e\u9801\u6a23\u5f0f *\/\n#quiz-container-9 .intro-hero {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    border-radius: 20px;\n    padding: 3rem 2rem;\n    color: white;\n    margin-bottom: 2rem;\n}\n\n#quiz-container-9 .intro-title {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    text-align: center;\n}\n\n#quiz-container-9 .intro-subtitle {\n    font-size: 1.2rem;\n    opacity: 0.95;\n    text-align: center;\n    margin-bottom: 2rem;\n}\n\n#quiz-container-9 .feature-card {\n    background: white;\n    border-radius: 15px;\n    padding: 1.5rem;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    height: 100%;\n}\n\n#quiz-container-9 .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.12);\n}\n\n#quiz-container-9 .feature-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1rem;\n    color: white;\n    font-size: 1.5rem;\n}\n\n#quiz-container-9 .start-btn {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    border: none;\n    padding: 1rem 3rem;\n    font-size: 1.2rem;\n    border-radius: 50px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);\n}\n\n#quiz-container-9 .start-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);\n}\n\n\/* \u6e2c\u9a57\u9801\u6a23\u5f0f *\/\n#quiz-container-9 .quiz-header {\n    margin-bottom: 2rem;\n}\n\n#quiz-container-9 .quiz-question {\n    font-size: 22px;\n    font-weight: bold;\n    color: #2c3e50;\n    margin-bottom: 1.5rem;\n}\n\n#quiz-container-9 .schedule-table {\n    background: white;\n    border-radius: 15px;\n    padding: 1.5rem;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    margin-bottom: 2rem;\n    overflow-x: auto;\n}\n\n#quiz-container-9 .schedule-table table {\n    width: 100%;\n    min-width: 600px;\n}\n\n#quiz-container-9 .schedule-table th {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    padding: 1rem;\n    text-align: left;\n    font-weight: 600;\n}\n\n#quiz-container-9 .schedule-table td {\n    padding: 1rem;\n    border-bottom: 1px solid #e9ecef;\n    vertical-align: top;\n}\n\n#quiz-container-9 .schedule-table .day-weather {\n    display: inline-block;\n    background: #ffc107;\n    color: #000;\n    padding: 0.25rem 0.75rem;\n    border-radius: 20px;\n    font-size: 0.9rem;\n    margin-bottom: 0.5rem;\n}\n\n#quiz-container-9 .weather-options {\n    display: grid;\n    gap: 1rem;\n    margin-top: 2rem;\n}\n\n#quiz-container-9 .weather-option {\n    background: white;\n    border: 2px solid #e9ecef;\n    border-radius: 12px;\n    padding: 1.2rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 1rem;color: #2c3e50;\n}\n\n#quiz-container-9 .weather-option:hover {\n    border-color: #667eea;\n    transform: translateX(5px);\n    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);\n}\n\n#quiz-container-9 .weather-option.selected {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    border-color: #667eea;\n}\n\n#quiz-container-9 .option-indicator {\n    width: 24px;\n    height: 24px;\n    border: 2px solid #dee2e6;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n#quiz-container-9 .weather-option.selected .option-indicator {\n    background: white;\n    border-color: white;\n}\n\n#quiz-container-9 .weather-option.selected .option-indicator::after {\n    content: \"\u2713\";\n    color: #667eea;\n    font-weight: bold;\n}\n\n#quiz-container-9 .option-text {\n    font-size: 18px;\n    font-weight: 500;\n}\n\n\/* \u7d50\u679c\u9801\u6a23\u5f0f *\/\n#quiz-container-9 .result-header {\n    text-align: center;\n    margin-bottom: 2rem;\n}\n\n#quiz-container-9 .result-card {\n    background: white;\n    border-radius: 15px;\n    padding: 2rem;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    margin-bottom: 2rem;\n}\n\n#quiz-container-9 .result-title {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #667eea;\n    margin-bottom: 1rem;\n}\n\n#quiz-container-9 .result-description {\n    font-size: 1.1rem;\n    line-height: 1.8;\n    color: #4a5568;\n}\n\n#quiz-container-9 .chart-container {\n    position: relative;\n    height: 300px;\n    margin: 2rem auto;\n    max-width: 500px;\n}\n\n#quiz-container-9 .retry-btn {\n    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);\n    color: white;\n    border: none;\n    padding: 1rem 2.5rem;\n    font-size: 1.1rem;\n    border-radius: 50px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.4);\n}\n\n#quiz-container-9 .retry-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.5);\n}\n\n\/* \u97ff\u61c9\u5f0f\u8a2d\u8a08 *\/\n@media (max-width: 768px) {\n    #quiz-container-9 .intro-title {\n        font-size: 2rem;\n    }\n    \n    #quiz-container-9 .quiz-question {\n        font-size: 20px;\n    }\n    \n    #quiz-container-9 .option-text {\n        font-size: 16px;\n    }\n    \n    #quiz-container-9 .schedule-table {\n        padding: 1rem;\n    }\n    \n    #quiz-container-9 .schedule-table th,\n    #quiz-container-9 .schedule-table td {\n        padding: 0.75rem;\n        font-size: 0.9rem;\n    }\n}\n<\/style>\n\n<!-- HTML \u90e8\u5206 - \u95dc\u6ce8\u9ede\u5206\u96e2\uff1a\u7d50\u69cb -->\n<div id=\"quiz-container-9\" class=\"container\">\n    <!-- \u5f15\u5c0e\u9801 -->\n    <section id=\"quizintro9\" data-page=\"intro9\" class=\"quiz-section active\">\n        <div class=\"intro-hero\">\n            <h2 class=\"intro-title\">\u5275\u696d\u6210\u529f\u7387\u6e2c\u9a57<\/h2>\n            <p class=\"intro-subtitle\">\u900f\u904e\u5fc3\u7406\u5b78\u5206\u6790\uff0c\u767c\u73fe\u60a8\u7684\u5275\u696d\u6f5b\u80fd<\/p>\n        <\/div>\n        \n        <div class=\"row g-4 mb-4\">\n            <div class=\"col-md-4\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"bi bi-lightbulb\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-center mb-3\">\u79d1\u5b66\u8bc4\u4f30<\/h4>\n                    <p class=\"text-center text-muted\">\u57fa\u65bc\u5fc3\u7406\u5b78\u7814\u7a76\uff0c\u6e96\u78ba\u5206\u6790\u60a8\u7684\u5275\u696d\u7279\u8cea<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"col-md-4\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"bi bi-graph-up-arrow\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-center mb-3\">\u6f5b\u80fd\u5206\u6790<\/h4>\n                    <p class=\"text-center text-muted\">\u6df1\u5165\u77ad\u89e3\u60a8\u7684\u512a\u52e2\u8207\u9700\u8981\u52a0\u5f37\u7684\u9818\u57df<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"col-md-4\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"bi bi-person-check\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-center mb-3\">\u4e2a\u4eba\u5316\u5efa\u8bae<\/h4>\n                    <p class=\"text-center text-muted\">\u7372\u5f97\u5c08\u5c6c\u65bc\u60a8\u7684\u5275\u696d\u6210\u529f\u5efa\u8b70<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n<div class=\"my-5\">\n    <div class=\"card shadow-sm border-0 rounded-4\">\n        <div class=\"card-body p-4 p-md-5\">\n            <div class=\"content-text\" style=\"line-height: 1.8; font-size: 1.1rem;\">\n                <p class=\"mb-4\">\u8bb8\u591a\u4eba\u90fd\u60f3\u81ea\u5df1\u521b\u4e1a\uff0c\u5e76\u5e0c\u671b\u83b7\u5f97\u6210\u529f\u3002\u8981\u60f3\u521b\u4e1a\u6210\u529f\uff0c\u5c31\u5fc5\u987b\u4e86\u89e3\u521b\u4e1a\u6210\u529f\u8005\u7684\u7279\u6027\u3002\u5fc3\u7406\u5b66\u5bb6\u53d1\u73b0\uff0c\u4ed6\u4eec\u666e\u904d\u90fd\u6709\u5f88\u5f3a\u7684\u81ea\u4fe1\u5fc3\uff0c\u6709\u65f6\u6709\u5484\u5484\u903c\u4eba\u7684\u611f\u89c9\uff0c\u800c\u4e14\u901a\u5e38\u5f88\u6025\u5207\u5730\u60f3\u89c1\u5230\u4e8b\u7269\u7684\u6210\u679c\uff0c\u56e0\u6b64\u4f1a\u7ed9\u522b\u4eba\u5e26\u6765\u8bb8\u591a\u7684\u538b\u529b\u3002\u521b\u4e1a\u8005\u4fe1\u4ef0\u300c\u65f6\u95f4\u5c31\u662f\u91d1\u94b1\u300d\uff0c\u4e0d\u559c\u6b22\u4e5f\u4e0d\u4f1a\u628a\u5b9d\u8d35\u7684\u65f6\u95f4\u6d6a\u8d39\u5728\u65e0\u804a\u7410\u788e\u7684\u4e8b\u60c5\u4e0a\u3002\u4ed6\u4eec\u51e0\u4e4e\u5927\u4e8b\u5c0f\u4e8b\u65e0\u6240\u4e0d\u77e5\uff0c\u4ed6\u4eec\u65e2\u80fd\u638c\u63e1\u4e8b\u60c5\u5168\u76d8\u7684\u6765\u9f99\u53bb\u8109\uff0c\u53c8\u80fd\u660e\u5bdf\u79cb\u6beb\u3002\u4e3a\u4e86\u8fbe\u5230\u4e2a\u4eba\u7406\u60f3\uff0c\u4ed6\u4eec\u4e0d\u4f1a\u8ba1\u8f83\u865a\u540d\u3002\u4ed6\u4eec\u751f\u6d3b\u7b80\u5355\u52a1\u5b9e\uff0c\u5fc5\u8981\u65f6\u5e38\u5e38\u8eab\u517c\u6570\u804c\uff0c\u4e3a\u4e86\u4e8b\u4e1a\u5f80\u5f80\u662f\u300c\u51b7\u9177\u65e0\u60c5\u300d\u3001\u300c\u4e0d\u987e\u9762\u5b50\u300d\u3002\u7ed9\u4eba\u4ee5\u300c\u5927\u516c\u65e0\u79c1\u300d\u3001\u300c\u5c31\u4e8b\u8bba\u4e8b\u300d\u7684\u611f\u89c9\u3002\u4ed6\u4eec\u901a\u5e38\u4e0d\u559c\u5f62\u4e8e\u8272\uff0c\u4e5f\u5f88\u5c11\u5728\u4eba\u524d\u62b1\u6028\uff0c\u53d1\u7262\u9a9a\uff1b\u9047\u5230\u56f0\u96be\u65f6\uff0c\u4ed6\u4eec\u603b\u662f\u575a\u97e7\u4e0d\u62d4\u7a81\u7834\u56f0\u96be\u3002\n\n<\/p>\n                \n                \n                <p class=\"mb-0 fst-italic fw-medium text-center bg-light py-3 px-4 rounded-3\">\n                    \u4f60\u7684\u521b\u4e1a\u4f1a\u6210\u529f\u5417\uff1f\u4e0b\u9762\u8fd9\u4e2a\u6d4b\u8bd5\u53ef\u4ee5\u544a\u8bc9\u4f60\u4f60\u6709\u54ea\u4e9b\u6b20\u7f3a\u3002\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n        <div class=\"text-center\">\n            <button class=\"start-btn\" onclick=\"quizManager9.startQuiz()\">\n                \u5f00\u59cb\u6d4b\u9a8c <i class=\"bi bi-arrow-right-circle ms-2\"><\/i>\n            <\/button>\n        <\/div>\n    <\/section>\n    \n    <!-- \u6e2c\u9a57\u9801 -->\n    <section id=\"quizmain9\" data-page=\"quiz9\" class=\"quiz-section\">\n        <div class=\"quiz-header\">\n            <h2 class=\"text-center mb-4\">\u5275\u696d\u6210\u529f\u7387\u6e2c\u9a57<\/h2>\n        <\/div>\n        \n        <div class=\"quiz-content\">\n            <h3 class=\"quiz-question\">\n                \u9019\u662f\u67d0\u500b\u4eba\u7b46\u8a18\u672c\u4e2d\u7684\u4e00\u9801\u3002\u8acb\u6839\u64da\u76f4\u89ba\u5224\u65b7\u6bcf\u5929\u7684\u5929\u6c23\u3002\n                <br><small class=\"text-muted\">\u898f\u5247\uff1a\u9664\u4e86\u661f\u671f\u4e00\uff08\u6674\u5929\uff09\u5916\uff0c\u9084\u67093\u5929\u6674\u5929\u30012\u5929\u9670\u5929\u30011\u5929\u4e0b\u96e8<\/small>\n            <\/h3>\n            \n            <div class=\"schedule-table\">\n                <table class=\"table\">\n                    <thead>\n                        <tr>\n                            <th>\u661f\u671f\u4e00 <span class=\"day-weather\">\u2600\ufe0f \u6674<\/span><\/th>\n                            <th>\u661f\u671f\u4e8c<\/th>\n                            <th>\u661f\u671f\u4e09<\/th>\n                            <th>\u661f\u671f\u56db<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\n                                \u6d3d\u8ac7 PM6:00-7:00\n                            <\/td>\n                            <td>\n                                \u5168\u516c\u53f8\u6703\u8b70 AM10:00<br>\n                                \u5348\u4f11\u6642\u9593\u53bb\u770b\u7259\u91ab PM1:00<br>\n                                \u806f\u8abc\u6703 PM6:00\n                            <\/td>\n                            <td>\n                                \u82f1\u8a9e\u6703\u8a71\u8ab2 PM6:00<br>\n                                \u770b\u96fb\u5f71 PM7:20\n                            <\/td>\n                            <td>\n                                \u4e0a\u73ed\u524d\u5148\u53bb\u904b\u52d5\u4e2d\u5fc3<br>\n                                \u53bb\u9280\u884c\u532f\u623f\u79df<br>\n                                \u548c\u670b\u53cb\u7d04\u6703 PM8:00\n                            <\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n                \n                <table class=\"table mt-3\">\n                    <thead>\n                        <tr>\n                            <th>\u661f\u671f\u4e94<\/th>\n                            <th>\u661f\u671f\u516d<\/th>\n                            <th>\u661f\u671f\u65e5<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\n                                \u82f1\u8a9e\u6703\u8a71\u8ab2 PM6:00<br>\n                                \u6253\u96fb\u8a71\u7d66\u7236\u6bcd<br>\n                                \u5c07\u79df\u7684\u9304\u50cf\u5e36\u62ff\u53bb\u9084\n                            <\/td>\n                            <td>\n                                &nbsp;\n                            <\/td>\n                            <td>\n                                \u7d04\u6703<br>\n                                \u901b\u8857 PM2:00\n                            <\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <div class=\"mt-4\">\n                <h4 class=\"mb-3\">\u8acb\u9078\u64c7\u54ea\u4e00\u5929\u662f\u4e0b\u96e8\u5929\uff1a<\/h4>\n                <div class=\"weather-options\">\n                    <button class=\"weather-option\" data-day=\"tuesday\" onclick=\"quizManager9.selectAnswer('tuesday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u4e8c<\/span>\n                    <\/button>\n                    <button class=\"weather-option\" data-day=\"wednesday\" onclick=\"quizManager9.selectAnswer('wednesday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u4e09<\/span>\n                    <\/button>\n                    <button class=\"weather-option\" data-day=\"thursday\" onclick=\"quizManager9.selectAnswer('thursday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u56db<\/span>\n                    <\/button>\n                    <button class=\"weather-option\" data-day=\"friday\" onclick=\"quizManager9.selectAnswer('friday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u4e94<\/span>\n                    <\/button>\n                    <button class=\"weather-option\" data-day=\"saturday\" onclick=\"quizManager9.selectAnswer('saturday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u516d<\/span>\n                    <\/button>\n                    <button class=\"weather-option\" data-day=\"sunday\" onclick=\"quizManager9.selectAnswer('sunday')\">\n                        <span class=\"option-indicator\"><\/span>\n                        <span class=\"option-text\">\u661f\u671f\u65e5<\/span>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- \u7d50\u679c\u9801 -->\n    <section id=\"quizresult9\" data-page=\"result9\" class=\"quiz-section\">\n        <div class=\"result-header\">\n            <h2>\u60a8\u7684\u5275\u696d\u6210\u529f\u7387\u5206\u6790<\/h2>\n        <\/div>\n        \n        <div class=\"result-card\">\n            <h3 class=\"result-title\" id=\"result-title-9\">\u5206\u6790\u7d50\u679c<\/h3>\n            <p class=\"result-description\" id=\"result-description-9\"><\/p>\n        <\/div>\n        \n        <div class=\"result-card\">\n            <h3 class=\"result-title\">\u80fd\u529b\u7dad\u5ea6\u5206\u6790<\/h3>\n            <div class=\"chart-container\">\n                <canvas id=\"result-chart-9\"><\/canvas>\n            <\/div>\n        <\/div>\n        \n        <div class=\"text-center mt-4\">\n            <button class=\"retry-btn\" onclick=\"quizManager9.resetQuiz()\">\n                <i class=\"bi bi-arrow-clockwise me-2\"><\/i> \u91cd\u65b0\u6d4b\u8bd5\n            <\/button>\n        <\/div>\n    <\/section>\n<\/div>\n\n<!-- JavaScript \u90e8\u5206 - \u95dc\u6ce8\u9ede\u5206\u96e2\uff1a\u884c\u70ba -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/4.4.1\/chart.umd.min.js\"><\/script>\n<script>\n(function() {\n    'use strict';\n    \n    \/\/ \u5275\u696d\u6e2c\u9a57\u7ba1\u7406\u985e\n    class EntrepreneurshipQuiz {\n        constructor() {\n            this.currentAnswer = null;\n            this.chartInstance = null;\n            this.initElements();\n            this.bindEvents();\n        }\n        \n        initElements() {\n            this.container = document.getElementById('quiz-container-9');\n            this.introSection = document.getElementById('quizintro9');\n            this.quizSection = document.getElementById('quizmain9');\n            this.resultSection = document.getElementById('quizresult9');\n            this.resultTitle = document.getElementById('result-title-9');\n            this.resultDescription = document.getElementById('result-description-9');\n            this.chartCanvas = document.getElementById('result-chart-9');\n        }\n        \n        bindEvents() {\n            \/\/ \u4f7f\u7528\u4e8b\u4ef6\u59d4\u8a17\u8655\u7406\u9078\u9805\u9ede\u64ca\n            const optionsContainer = this.container.querySelector('.weather-options');\n            if (optionsContainer) {\n                optionsContainer.addEventListener('click', (e) => {\n                    const option = e.target.closest('.weather-option');\n                    if (option) {\n                        const day = option.dataset.day;\n                        this.selectAnswer(day);\n                    }\n                });\n            }\n        }\n        \n        startQuiz() {\n            this.showSection('quiz');\n            this.scrollToTop();\n        }\n        \n        selectAnswer(day) {\n            \/\/ \u6e05\u9664\u4e4b\u524d\u7684\u9078\u64c7\n            const options = this.container.querySelectorAll('.weather-option');\n            options.forEach(opt => opt.classList.remove('selected'));\n            \n            \/\/ \u6a19\u8a18\u7576\u524d\u9078\u64c7\n            const selectedOption = this.container.querySelector(`[data-day=\"${day}\"]`);\n            if (selectedOption) {\n                selectedOption.classList.add('selected');\n            }\n            \n            this.currentAnswer = day;\n            \n            \/\/ \u5ef6\u9072\u63d0\u4ea4\u4ee5\u986f\u793a\u9078\u64c7\u6548\u679c\n            setTimeout(() => {\n                this.submitQuiz();\n            }, 500);\n        }\n        \n        submitQuiz() {\n            if (!this.currentAnswer) return;\n            \n            const results = this.getResultData(this.currentAnswer);\n            this.showResult(results);\n        }\n        \n        getResultData(day) {\n            const resultMap = {\n                'tuesday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u6f5b\u529b\u578b',\n                    description: '\u60a8\u7684\u5275\u696d\u6210\u529f\u5ea6\u7d55\u4e0d\u4f4e\u3002\u4f46\u662f\uff0c\u7d93\u5e38\u6703\u5728\u6c92\u6709\u5145\u5206\u8a08\u756b\u7684\u60c5\u6cc1\u4e0b\u5c31\u885d\u52d5\u5730\u4ed8\u8af8\u884c\u52d5\uff0c\u6240\u4ee5\u8981\u7279\u5225\u8b39\u614e\u3002\u500b\u4eba\u5275\u696d\u6642\u6703\u5728\u8cc7\u91d1\u3001\u7d93\u71df\u65b9\u6cd5\u4e0a\u767c\u751f\u4e00\u4e9b\u610f\u60f3\u4e0d\u5230\u7684\u72c0\u6cc1\u3002\u7576\u9762\u5c0d\u9019\u7a2e\u72c0\u6cc1\u6642\uff0c\u60a8\u53ef\u80fd\u7121\u6cd5\u9806\u5229\u61c9\u5c0d\uff0c\u9677\u5165\u4e00\u7247\u6df7\u4e82\u3002\u5982\u679c\u60f3\u8981\u7368\u7acb\u5275\u696d\u6642\uff0c\u61c9\u8a72\u5728\u4e8b\u5148\u5145\u5206\u6536\u96c6\u5404\u65b9\u9762\u7684\u60c5\u5831\u548c\u8cc7\u8a0a\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 85,\n                        '\u898f\u5283\u80fd\u529b': 60,\n                        '\u98a8\u96aa\u7ba1\u7406': 55,\n                        '\u9818\u5c0e\u529b': 75,\n                        '\u5275\u65b0\u601d\u7dad': 80,\n                        '\u6297\u58d3\u80fd\u529b': 70\n                    }\n                },\n                'wednesday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u5353\u8d8a\u578b',\n                    description: '\u60a8\u7368\u7acb\u5275\u696d\u7684\u6210\u529f\u5ea6\u76f8\u7576\u9ad8\u3002\u96d6\u7136\u5728\u7368\u7acb\u5275\u696d\u5f8c\uff0c\u4e8b\u696d\u8d70\u4e0a\u8ecc\u9053\u4e4b\u524d\uff0c\u6703\u767c\u751f\u5404\u7a2e\u56f0\u96e3\uff0c\u4f46\u60a8\u64c1\u6709\u514b\u670d\u9019\u7a2e\u56f0\u96e3\u7684\u5fcd\u8010\u529b\u548c\u884c\u52d5\u529b\u3002\u800c\u4e14\uff0c\u7531\u65bc\u60a8\u5f88\u6709\u8072\u671b\uff0c\u7576\u60a8\u958b\u59cb\u5275\u696d\u6642\uff0c\u5927\u5bb6\u90fd\u6703\u5411\u60a8\u4f38\u51fa\u63f4\u52a9\u4e4b\u624b\u3002\u53ea\u8981\u5224\u65b7\u4e0d\u767c\u751f\u592a\u5927\u7684\u932f\u8aa4\uff0c\u4e00\u5b9a\u6703\u8b93\u60a8\u89ba\u5f97\u7368\u7acb\u5275\u696d\u679c\u7136\u662f\u660e\u667a\u4e4b\u8209\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 90,\n                        '\u898f\u5283\u80fd\u529b': 85,\n                        '\u98a8\u96aa\u7ba1\u7406': 80,\n                        '\u9818\u5c0e\u529b': 95,\n                        '\u5275\u65b0\u601d\u7dad': 85,\n                        '\u6297\u58d3\u80fd\u529b': 90\n                    }\n                },\n                'thursday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u7a69\u5065\u578b',\n                    description: '\u60a8\u7684\u7368\u7acb\u5275\u696d\u6210\u529f\u5ea6\u5e73\u5e73\u3002\u4f46\u60a8\u5c6c\u65bc\u90a3\u7a2e\u80fd\u5920\u5403\u82e6\u8010\u52de\u7684\u985e\u578b\uff0c\u6240\u4ee5\uff0c\u7576\u81ea\u5df1\u5275\u696d\u6642\uff0c\u6210\u529f\u7387\u61c9\u8a72\u9817\u9ad8\u3002\u4f46\u554f\u984c\u662f\u60a8\u5c0d\u62d3\u5c55\u4eba\u969b\u548c\u57f9\u990a\u4eba\u624d\u6c92\u6709\u5145\u5206\u7684\u8a8d\u8b58\uff0c\u5f88\u5bb9\u6613\u5c40\u9650\u5728\u500b\u4eba\u7684\u60f3\u6cd5\u4e2d\u3002\u5982\u679c\u60a8\u7684\u4e8b\u696d\u9700\u8981\u4eba\u969b\u95dc\u4fc2\u6216\u662f\u548c\u670b\u53cb\u5171\u540c\u5275\u696d\u6642\uff0c\u5fc5\u9808\u7279\u5225\u6ce8\u610f\u9019\u4e00\u9ede\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 75,\n                        '\u898f\u5283\u80fd\u529b': 70,\n                        '\u98a8\u96aa\u7ba1\u7406': 75,\n                        '\u9818\u5c0e\u529b': 60,\n                        '\u5275\u65b0\u601d\u7dad': 65,\n                        '\u6297\u58d3\u80fd\u529b': 85\n                    }\n                },\n                'friday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u5805\u97cc\u578b',\n                    description: '\u60a8\u7684\u5275\u696d\u6210\u529f\u5ea6\u76f8\u7576\u9ad8\u3002\u7576\u9762\u5c0d\u56f0\u96e3\u6642\uff0c\u4e5f\u80fd\u767c\u63ee\u5805\u5f37\u7684\u610f\u5fd7\uff0c\u6240\u4ee5\uff0c\u5373\u4f7f\u6703\u82b1\u8cbb\u8f03\u9577\u7684\u6642\u9593\uff0c\u4f46\u60a8\u4e00\u5b9a\u80fd\u5920\u5728\u5275\u696d\u4e0a\u7372\u5f97\u6700\u7d42\u7684\u52dd\u5229\u3002\u53ef\u662f\uff0c\u60a8\u9762\u5c0d\u4e8b\u696d\u6709\u904e\u5ea6\u8b39\u614e\u7684\u50be\u5411\uff0c\u6709\u6642\u53ef\u80fd\u56e0\u70ba\u7336\u8c6b\u800c\u932f\u5931\u826f\u6a5f\uff0c\u6216\u662f\u6368\u4e0d\u5f97\u6295\u8cc7\u800c\u4f7f\u6210\u679c\u300c\u7e2e\u5c0f\u300d\u4e86\u3002\u6709\u6642\uff0c\u4e5f\u9700\u8981\u653e\u624b\u4e00\u640f\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 80,\n                        '\u898f\u5283\u80fd\u529b': 90,\n                        '\u98a8\u96aa\u7ba1\u7406': 95,\n                        '\u9818\u5c0e\u529b': 75,\n                        '\u5275\u65b0\u601d\u7dad': 70,\n                        '\u6297\u58d3\u80fd\u529b': 95\n                    }\n                },\n                'saturday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u5192\u96aa\u578b',\n                    description: '\u5982\u679c\u80fd\u5920\u96a8\u6642\u63d0\u9192\u81ea\u5df1\u8173\u8e0f\u5be6\u5730\u5730\u52aa\u529b\uff0c\u5275\u696d\u6210\u529f\u5ea6\u4e5f\u4e0d\u6703\u592a\u4f4e\u3002\u4f46\u662f\uff0c\u60a8\u5f80\u5f80\u592a\u8caa\u5fc3\uff0c\u4e00\u4e0b\u5b50\u540c\u6642\u9032\u884c\u5169\u4e09\u7a2e\u4e8b\u696d\uff0c\u5373\u4f7f\u8d85\u51fa\u81ea\u5df1\u7684\u80fd\u529b\u7bc4\u570d\uff0c\u4e5f\u6703\u4e0d\u65b7\u64f4\u5927\u898f\u6a21\u3002\u5982\u679c\u904b\u6c23\u597d\u7684\u8a71\uff0c\u7576\u7136\u6703\u4e00\u5e06\u98a8\u9806\u5730\u5c07\u4e8b\u696d\u63a8\u4e0a\u9ad8\u5cf0\uff0c\u4f46\u5931\u6557\u6642\uff0c\u6240\u627f\u53d7\u7684\u6253\u64ca\u4e5f\u6bd4\u5225\u4eba\u591a\u4e00\u500d\u3002\u6240\u4ee5\uff0c\u5728\u7368\u7acb\u5275\u696d\u6642\u6ce8\u610f\u4e0d\u8981\u592a\u5192\u96aa\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 88,\n                        '\u898f\u5283\u80fd\u529b': 65,\n                        '\u98a8\u96aa\u7ba1\u7406': 50,\n                        '\u9818\u5c0e\u529b': 80,\n                        '\u5275\u65b0\u601d\u7dad': 90,\n                        '\u6297\u58d3\u80fd\u529b': 75\n                    }\n                },\n                'sunday': {\n                    title: '\u5275\u696d\u6210\u529f\u5ea6\uff1a\u767c\u5c55\u578b',\n                    description: '\u5f88\u907a\u61be\uff0c\u60a8\u7684\u7368\u7acb\u5275\u696d\u6210\u529f\u5ea6\u4e26\u4e0d\u9ad8\u3002\u60a8\u53ef\u80fd\u56e0\u70ba\u8a0e\u53ad\u76ee\u524d\u7684\u5de5\u4f5c\uff0c\u6216\u770b\u5230\u670b\u53cb\u6210\u529f\u5275\u696d\u800c\u8822\u8822\u6b32\u52d5\u7b49\u7c21\u55ae\u7684\u7406\u7531\u800c\u958b\u59cb\u8a08\u756b\u5275\u696d\uff0c\u4e26\u6c92\u6709\u90a3\u7a2e\u300c\u7d55\u5c0d\u8981\u6210\u529f\u300d\u7684\u6c7a\u5fc3\u3002\u7576\u9047\u5230\u4e9b\u8a31\u56f0\u96e3\u6642\uff0c\u4e5f\u5c31\u5f88\u5bb9\u6613\u653e\u68c4\u3002\u6240\u4ee5\uff0c\u61c9\u8a72\u78ba\u8a8d\u4e00\u4e0b\u5275\u696d\u662f\u5426\u771f\u7684\u5c0d\u81ea\u5df1\u6709\u610f\u7fa9\u3002\u5efa\u8b70\u5148\u57f9\u990a\u5275\u696d\u6240\u9700\u7684\u5404\u9805\u80fd\u529b\u3002',\n                    scores: {\n                        '\u57f7\u884c\u529b': 60,\n                        '\u898f\u5283\u80fd\u529b': 55,\n                        '\u98a8\u96aa\u7ba1\u7406': 60,\n                        '\u9818\u5c0e\u529b': 55,\n                        '\u5275\u65b0\u601d\u7dad': 65,\n                        '\u6297\u58d3\u80fd\u529b': 50\n                    }\n                }\n            };\n            \n            return resultMap[day] || resultMap['tuesday'];\n        }\n        \n        showResult(results) {\n            this.resultTitle.textContent = results.title;\n            this.resultDescription.textContent = results.description;\n            \n            this.showSection('result');\n            this.scrollToTop();\n            \n            \/\/ \u5ef6\u9072\u5275\u5efa\u5716\u8868\u4ee5\u78ba\u4fdd\u5bb9\u5668\u53ef\u898b\n            setTimeout(() => {\n                this.createChart(results.scores);\n            }, 300);\n        }\n        \n        createChart(scores) {\n            \/\/ \u92b7\u6bc0\u820a\u5716\u8868\n            if (this.chartInstance) {\n                this.chartInstance.destroy();\n            }\n            \n            const ctx = this.chartCanvas.getContext('2d');\n            const labels = Object.keys(scores);\n            const data = Object.values(scores);\n            \n            this.chartInstance = new Chart(ctx, {\n                type: 'radar',\n                data: {\n                    labels: labels,\n                    datasets: [{\n                        label: '\u80fd\u529b\u8a55\u5206',\n                        data: data,\n                        backgroundColor: 'rgba(102, 126, 234, 0.2)',\n                        borderColor: 'rgba(102, 126, 234, 1)',\n                        borderWidth: 2,\n                        pointBackgroundColor: 'rgba(102, 126, 234, 1)',\n                        pointBorderColor: '#fff',\n                        pointHoverBackgroundColor: '#fff',\n                        pointHoverBorderColor: 'rgba(102, 126, 234, 1)',\n                        pointRadius: 5,\n                        pointHoverRadius: 7\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                            display: false\n                        },\n                        tooltip: {\n                            callbacks: {\n                                label: function(context) {\n                                    return context.label + ': ' + context.parsed.r + '%';\n                                }\n                            }\n                        }\n                    },\n                    scales: {\n                        r: {\n                            angleLines: {\n                                display: true,\n                                color: 'rgba(0, 0, 0, 0.1)'\n                            },\n                            suggestedMin: 0,\n                            suggestedMax: 100,\n                            ticks: {\n                                stepSize: 20,\n                                font: {\n                                    size: 14\n                                }\n                            },\n                            pointLabels: {\n                                font: {\n                                    size: 18,\n                                    weight: '500'\n                                },\n                                color: '#4a5568'\n                            }\n                        }\n                    }\n                }\n            });\n        }\n        \n        resetQuiz() {\n            this.currentAnswer = null;\n            \n            \/\/ \u6e05\u9664\u9078\u64c7\u72c0\u614b\n            const options = this.container.querySelectorAll('.weather-option');\n            options.forEach(opt => opt.classList.remove('selected'));\n            \n            \/\/ \u92b7\u6bc0\u5716\u8868\n            if (this.chartInstance) {\n                this.chartInstance.destroy();\n                this.chartInstance = null;\n            }\n            \n            this.showSection('intro');\n            this.scrollToTop();\n        }\n        \n        showSection(section) {\n            const sections = this.container.querySelectorAll('.quiz-section');\n            sections.forEach(s => s.classList.remove('active'));\n            \n            switch(section) {\n                case 'intro':\n                    this.introSection.classList.add('active');\n                    break;\n                case 'quiz':\n                    this.quizSection.classList.add('active');\n                    break;\n                case 'result':\n                    this.resultSection.classList.add('active');\n                    break;\n            }\n        }\n        \n        scrollToTop() {\n            const container = this.container;\n            if (container) {\n                container.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        }\n    }\n    \n    \/\/ \u5275\u5efa\u5168\u5c40\u5be6\u4f8b\n    window.quizManager9 = new EntrepreneurshipQuiz();\n})();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>\u8bb8\u591a\u4eba\u90fd\u60f3\u81ea\u5df1\u521b\u4e1a\uff0c\u5e76\u5e0c\u671b\u83b7\u5f97\u6210\u529f\u3002\u8981\u60f3\u521b\u4e1a\u6210\u529f\uff0c\u5c31\u5fc5\u987b\u4e86\u89e3\u521b\u4e1a\u6210\u529f\u8005\u7684\u7279\u6027\u3002\u4f60\u7684\u521b\u4e1a\u4f1a\u6210\u529f\u5417\uff1f\u4e0b\u9762\u8fd9\u4e2a\u6d4b\u8bd5\u53ef\u4ee5\u544a\u8bc9\u4f60\u4f60\u6709\u54ea\u4e9b\u6b20\u7f3a\u3002<\/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":[176],"tags":[],"class_list":["post-2782","post","type-post","status-publish","format-standard","hentry","category-career"],"_links":{"self":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2782","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=2782"}],"version-history":[{"count":8,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2782\/revisions"}],"predecessor-version":[{"id":10619,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2782\/revisions\/10619"}],"wp:attachment":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/media?parent=2782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/categories?post=2782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/tags?post=2782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}