{"id":253917,"date":"2026-03-19T17:27:53","date_gmt":"2026-03-19T17:27:53","guid":{"rendered":"https:\/\/clubwyndhamasia.com\/find-your-travel-personality-and-unlock-a-special-offer\/"},"modified":"2026-04-08T01:52:05","modified_gmt":"2026-04-08T01:52:05","slug":"find-your-travel-personality-and-unlock-a-special-offer","status":"publish","type":"page","link":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/","title":{"rendered":"Find Your Travel Personality &#038; Unlock a Special Offer"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"253917\" class=\"elementor elementor-253917 elementor-251697\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54f1a88 e-flex e-con-boxed e-con e-parent\" data-id=\"54f1a88\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdb7368 elementor-widget elementor-widget-spacer\" data-id=\"cdb7368\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cae0e11 e-con-full e-flex e-con e-parent\" data-id=\"cae0e11\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc02f14 elementor-widget elementor-widget-html\" data-id=\"dc02f14\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n <head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Travel Personality Quiz<\/title>\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/lucide@0.263.0\/dist\/umd\/lucide.min.js\"><\/script>\n  <style>\n        * {\n            margin: 50;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        \/* MAIN PAGE SCROLLBAR *\/\n        html, body {\n            width: 100%;\n        }\n\n        body {\n            background: #e2d3c0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            overflow-y: auto; \/* main page scroll *\/\n        }\n\n        \/* SECOND (INNER) WRAPPER \u2013 auto height *\/\n        .page-scroll-wrapper {\n            height: auto;          \/* was 100vh *\/\n            min-height: 0;\n            overflow-y: visible;   \/* no forced inner scroll *\/\n        }\n\n        .quiz-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            min-height: 0;         \/* was 100vh *\/\n            width: 100%;\n            padding: 2rem;\n        }\n\n        .quiz-outer-title {\n            font-family: 'Founders Grotesk', sans-serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: #976e32;\n            margin-bottom: 2rem;\n            text-align: center;\n            letter-spacing: 0.05em;\n        }\n\n        .quiz-box {\n            background: white;\n            border-radius: 16px;\n            padding: 3rem;\n            max-width: 600px;\n            width: 100%;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n            animation: slideUp 0.6s ease-out;\n        }\n\n        @keyframes slideUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .quiz-title {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 0.5rem;\n            text-align: center;\n        }\n\n        .quiz-subtitle {\n            font-size: 0.875rem;\n            color: #718096;\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .question-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #2d3748;\n            margin-bottom: 2rem;\n            text-align: center;\n        }\n\n        .intro-text {\n            font-size: 1.1rem;\n            color: #4a5568;\n            text-align: center;\n            margin-bottom: 2.5rem;\n            line-height: 1.6;\n        }\n\n        .button-group {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .quiz-button {\n            padding: 1rem 1.5rem;\n            border: 2px solid #e2e8f0;\n            background: white;\n            border-radius: 10px;\n            font-size: 1rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-align: left;\n            font-weight: 500;\n            color: #2d3748;\n        }\n\n        .quiz-button:hover {\n            border-color: #976e32;\n            background: #f7fafc;\n            transform: translateX(4px);\n        }\n\n        .quiz-button.selected {\n            background: #976e32;\n            border-color: #976e32;\n            color: white;\n        }\n\n        .cta-button {\n            width: 100%;\n            padding: 1rem;\n            background: #976e32;\n            color: white;\n            border: none;\n            border-radius: 10px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(151, 110, 50, 0.3);\n        }\n\n        .cta-button:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .result-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #976e32;\n            margin-bottom: 1rem;\n            text-align: center;\n        }\n\n        .result-description {\n            font-size: 1rem;\n            color: #4a5568;\n            text-align: center;\n            margin-bottom: 1.5rem;\n            line-height: 1.6;\n            margin: 0 auto 1.5rem;\n        }\n\n        .result-experience {\n            background: #f7fafc;\n            padding: 0.5rem;\n            border-radius: 10px;\n            margin-bottom: 2rem;\n            border-left: 4px solid #976e32;\n            text-align: center;\n        }\n\n        .experience-label {\n            font-size: 0.875rem;\n            color: #718096;\n            font-weight: 600;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n        }\n\n        .experience-text {\n            font-size: 0.88rem;\n            color: #2d3748;\n            font-weight: 500;\n            text-align: center;\n        }\n\n        .experience-text ul {\n            line-height: 1.6;\n            display: inline-block;\n            text-align: center;\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .experience-text li {\n            margin-bottom: 0.75rem;\n        }\n\n        .button-row {\n            display: flex;\n            gap: 1rem;\n            margin-top: 1.5rem;\n        }\n\n        .button-row button {\n            flex: 1;\n            padding: 0.875rem;\n            border-radius: 10px;\n            font-weight: 600;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-size: 0.95rem;\n        }\n\n        \/* UPDATED: primary \u201cLooks good\u2026\u201d button in brand color *\/\n        .learn-more-btn {\n            background: #976e32;\n            color: white;\n            border: 2px solid #976e32;\n        }\n\n        .learn-more-btn:hover {\n            background: #976e32;\n            color: white;\n            box-shadow: 0 10px 20px rgba(151, 110, 50, 0.3);\n        }\n\n        .explore-more-btn {\n            background: #976e32;\n            color: white;\n        }\n\n        .explore-more-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(151, 110, 50, 0.3);\n        }\n\n        .progress-bar {\n            width: 100%;\n            height: 4px;\n            background: #e2e8f0;\n            border-radius: 2px;\n            margin-bottom: 2rem;\n            overflow: hidden;\n        }\n\n        .progress-fill {\n            height: 100%;\n            background: #976e32;\n            transition: width 0.3s ease;\n        }\n    <\/style>\n  <style>body { box-sizing: border-box; }<\/style>\n  <script src=\"https:\/\/cdn.tailwindcss.com\/3.4.17\" type=\"text\/javascript\"><\/script>\n  <script src=\"\/_sdk\/data_sdk.js\" type=\"text\/javascript\"><\/script>\n  <script src=\"\/_sdk\/element_sdk.js\" type=\"text\/javascript\"><\/script>\n <\/head>\n <body>\n  <!-- INNER WRAPPER WITH AUTO HEIGHT -->\n  <div class=\"page-scroll-wrapper\">\n    <div id=\"app\" class=\"quiz-container\">\n      <h1 class=\"quiz-outer-title\" id=\"outerTitle\">\u53d1\u73b0\u81ea\u5df1\u7684\u65c5\u884c\u4e2a\u6027<\/h1>\n      <div class=\"quiz-box\" id=\"quizBox\"><!-- Content will be dynamically inserted here --><\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n        const quizBox = document.getElementById('quizBox');\n        let currentSlide = 'intro';\n        let answers = [null, null, null]; \/\/ Track answers for 3 questions\n        let config = {\n            quiz_title: \"Let's Find Your Travel Personality\",\n            subtitle_text: \"Outside the Quiz Box\",\n            intro_description: \"\u9009\u62e9\u6700\u7b26\u5408\u60a8\u98ce\u683c\u7684\u9009\u9879 \u2014\u2014 \u6211\u4eec\u4f1a\u4e3a\u60a8\u5339\u914d\u4e13\u5c5e\u7684\u4f1a\u5458\u4f53\u9a8c*.\"\n        };\n\n        const TARGET_URL = \"https:\/\/clubwyndhamasia.com\/member-offers\/find-your-travel-personality-unlock-a-special-offer-list\/\";\n\n        const quizData = {\n            questions: [\n                {\n                    question: \"\u60a8\u7684\u7406\u60f3\u5047\u671f\u559c\u6b22\u4ee5\u600e\u6837\u7684\u65b9\u5f0f\u5f00\u59cb?\",\n                    options: [\n                        \"\u53bb\u6c34\u7597\u4e2d\u5fc3\u7292\u52b3\u81ea\u5df1\",\n                        \"\u60a0\u95f2\u8f7b\u677e\u7684\u65e9\u6668 + \u5b89\u9759\u4eab\u7528\u65e9\u9910\",\n                        \"\u76f4\u63a5\u6295\u5165\u6709\u8da3\u7684\u6d3b\u52a8\",\n                        \"\u5728\u6e29\u6696\u53c8\u5145\u6ee1\u6ce1\u6ce1\u7684\u5730\u65b9\u653e\u677e\",\n                        \"\u63a2\u7d22\u5f53\u5730\u98ce\u5473\u4e0e\u9690\u85cf\u666f\u70b9\"\n                    ]\n                },\n                {\n                    question: \"\u9009\u62e9\u4f60\u7684\u5ea6\u5047\u6c1b\u56f4:\",\n                    options: [\n                        \"\u6e29\u99a8\u3001\u5b89\u9759\u3001\u5c3d\u60c5\u4eab\u53d7\",\n                        \"\u521b\u610f\u624b\u5de5\u8da3\u5473\",\n                        \"\u653e\u677e\u81ea\u5728\u3001\u65e0\u5fe7\u65e0\u8651\",\n                        \"\u5962\u4eab\u5b81\u9759\",\n                        \"\u7f8e\u98df\u63a2\u7d22\"\n                    ]\n                },\n                {\n                    question: '\u54ea\u4e2a\u201c\u7292\u52b3\u81ea\u5df1\u201d\u7684\u65f6\u523b\u6700\u50cf\u60a8\uff1f',\n                    options: [\n                        \"\u623f\u5185\u65e9\u9910\",\n                        \"\u50cf\u4e13\u4e1a\u4eba\u58eb\u4e00\u6837\u8c03\u5236\u9e21\u5c3e\u9152\",\n                        \"\u5728\u6309\u6469\u6d74\u7f38\u91cc\u6f02\u6d6e\u653e\u677e\",\n                        \"\u878d\u5316\u538b\u529b\u7684\u6309\u6469\",\n                        \"\u751c\u70b9\u6216\u8bd5\u5403\u4f53\u9a8c\"\n                    ]\n                }\n            ],\n            results: {\n                0: {\n                    title: \"\u6162\u8282\u594f\u6e05\u6668\u7231\u597d\u8005\",\n                    subtitle: \"\u60a8\u559c\u6b22\u8212\u9002\u4e0e\u5e73\u9759.\",\n                    experience: \"<ul><li>\u666e\u5409\u5c9b\u5361\u5229\u59c6\u6e7e\u6e29\u5fb7\u59c6\u81f3\u5c0a\u5ea6\u5047\u9152\u5e97\u6d77\u666f\u522b\u5885\u6f02\u6d6e\u65e9\u9910.<\/li><\/ul>\"\n                },\n                1: {\n                    title: \"\u7231\u73a9\u53c8\u7231\u7f8e\u98df\u7684\u60a8\",\n                    subtitle: \"\u60a8\u559c\u6b22\u52a8\u624b\u7684\u4e50\u8da3\",\n                    experience: \"\u666e\u5409\u5c9b\u5361\u5229\u59c6\u6e7e\u6e29\u5fb7\u59c6\u81f3\u5c0a\u5ea6\u5047\u9152\u5e97\u7684\u9e21\u5c3e\u9152\u8bfe\u7a0b \u6216 \u6e29\u5fb7\u59c6\u5ea6\u5047\u4f1a\u666e\u5409\u5c9b\u6d77\u6d0b\u660e\u73e0\u9152\u5e97\u7684\u7cbe\u9009\u6c60\u7554\u9e21\u5c3e\u9152\"\n                },\n                2: {\n                    title: \"\u8f7b\u677e\u81ea\u5728\u7684\u5ea6\u5047\u8005\",\n                    subtitle: \"\u4f60\u6765\u8fd9\u91cc\u5c31\u662f\u4e3a\u4e86\u653e\u677e \u2014\u2014 \u4e0d\u9700\u8981\u4efb\u4f55\u884c\u7a0b\",\n                    experience: \"\u666e\u5409\u5c9b\u68ee\u9a6c\u4e9a\u6d77\u6ee8\u5ea6\u5047\u9152\u5e97 \u6309\u6469\u6d74\u7f38\"\n                },\n                3: {\n                    title: \"\u81ea\u6211\u7597\u6108\u7231\u597d\u8005\",\n                    subtitle: \"\u60a8\u7684\u5047\u671f = \u7eaf\u653e\u677e\",\n                    experience: \"\u534e\u6b23\u6500\u6b66\u91cc\u6e29\u5fb7\u59c6\u522b\u5885\u5ea6\u5047\u9152\u5e97\u768445\u5206\u949f\u6309\u6469\"\n                },\n                4: {\n                    title: \"\u597d\u5947\u7684\u63a2\u7d22\u8005\",\n                    subtitle: \"\u60a8\u559c\u6b22\u4e30\u5bcc\u591a\u6837\u53c8\u6709\u98ce\u5473\u7684\u4f53\u9a8c\",\n                    experience: \"\u6cf3\u6c60\u53cc\u4eba\u6f02\u6d6e\u65e9\u9910\uff08\u4e00\u6b21\uff09, \u53cc\u4eba\u5934\u80a9\u6309\u646915\u5206\u949f\uff08\u4e00\u6b21\uff0c\u4e0d\u53ef\u5408\u5e76\u4f7f\u7528\uff09, \u5df4\u5398\u5c9b\u5170\u78a7\u5c3c\u8c6a\u534e\u522b\u5885\u6c34\u7597\u5ea6\u5047\u9152\u5e97 \u9910\u5385\u9910\u996e 15% \u6298\u6263\"\n                }\n            }\n        };\n\n        function renderSlide() {\n            quizBox.innerHTML = '';\n\n            if (currentSlide === 'intro') {\n                renderIntroSlide();\n            } else if (currentSlide >= 0 && currentSlide <= 2) {\n                renderQuestionSlide(currentSlide);\n            } else if (typeof currentSlide === 'string' && currentSlide.startsWith('result')) {\n                const resultIndex = parseInt(currentSlide.split('-')[1]);\n                renderResultSlide(resultIndex);\n            }\n\n            lucide.createIcons();\n        }\n\n        function renderIntroSlide() {\n            const progress = document.createElement('div');\n            progress.className = 'progress-bar';\n            progress.innerHTML = '<div class=\"progress-fill\" style=\"width: 0%\"><\/div>';\n            quizBox.appendChild(progress);\n\n            const iconWrapper = document.createElement('div');\n            iconWrapper.style.textAlign = 'center';\n            iconWrapper.style.marginBottom = '1.5rem';\n            const iconElement = document.createElement('i');\n            iconElement.setAttribute('data-lucide', 'hat');\n            iconElement.style.width = '48px';\n            iconElement.style.height = '48px';\n            iconElement.style.color = '#976e32';\n            iconWrapper.appendChild(iconElement);\n            quizBox.appendChild(iconWrapper);\n\n            const description = document.createElement('p');\n            description.className = 'intro-text';\n            description.textContent = config.intro_description;\n            quizBox.appendChild(description);\n\n            const button = document.createElement('button');\n            button.className = 'cta-button';\n            button.textContent = '\u5373\u523b\u53c2\u52a0\u6d4b\u8bd5';\n            button.addEventListener('click', () => {\n                currentSlide = 0;\n                renderSlide();\n            });\n            quizBox.appendChild(button);\n\n            lucide.createIcons();\n        }\n\n        function renderQuestionSlide(questionIndex) {\n            const progress = document.createElement('div');\n            progress.className = 'progress-bar';\n            const progressPercent = ((questionIndex + 1) \/ 3) * 100;\n            progress.innerHTML = `<div class=\"progress-fill\" style=\"width: ${progressPercent}%\"><\/div>`;\n            quizBox.appendChild(progress);\n\n            const iconMaps = {\n                0: ['flower-2', 'coffee', 'zap', 'sun', 'utensils'],\n                1: ['home', 'palette', 'cloud-sun', 'heart', 'utensils'],\n                2: ['egg', 'martini', 'droplet', 'bed', 'cake']\n            };\n\n            const question = document.createElement('h2');\n            question.className = 'question-title';\n            question.textContent = quizData.questions[questionIndex].question;\n            quizBox.appendChild(question);\n\n            const buttonGroup = document.createElement('div');\n            buttonGroup.className = 'button-group';\n\n            quizData.questions[questionIndex].options.forEach((option, index) => {\n                const button = document.createElement('button');\n                button.className = 'quiz-button';\n                if (answers[questionIndex] === index) {\n                    button.classList.add('selected');\n                }\n                \n                const isSelected = answers[questionIndex] === index;\n                const iconName = iconMaps[questionIndex]?.[index];\n                \n                if (iconName) {\n                    const iconElement = document.createElement('i');\n                    iconElement.setAttribute('data-lucide', iconName);\n                    iconElement.style.width = '18px';\n                    iconElement.style.height = '18px';\n                    iconElement.style.verticalAlign = 'middle';\n                    iconElement.style.marginRight = '0.75rem';\n                    iconElement.style.display = 'inline-block';\n                    iconElement.style.color = isSelected ? 'white' : '#976e32';\n                    \n                    const textSpan = document.createElement('span');\n                    textSpan.textContent = option;\n                    \n                    button.appendChild(iconElement);\n                    button.appendChild(textSpan);\n                } else {\n                    button.textContent = option;\n                }\n                \n                button.addEventListener('click', () => {\n                    answers[questionIndex] = index;\n                    currentSlide = questionIndex === 2 ? `result-${calculateResult()}` : questionIndex + 1;\n                    renderSlide();\n                });\n                buttonGroup.appendChild(button);\n            });\n\n            quizBox.appendChild(buttonGroup);\n\n            if (questionIndex > 0) {\n                const backButton = document.createElement('button');\n                backButton.className = 'cta-button';\n                backButton.textContent = '\u8fd4\u56de';\n                backButton.style.marginTop = '2rem';\n                backButton.addEventListener('click', () => {\n                    currentSlide = questionIndex - 1;\n                    renderSlide();\n                });\n                quizBox.appendChild(backButton);\n            }\n\n            lucide.createIcons();\n        }\n\n        function renderResultSlide(resultIndex) {\n            const progress = document.createElement('div');\n            progress.className = 'progress-bar';\n            progress.innerHTML = '<div class=\"progress-fill\" style=\"width: 100%\"><\/div>';\n            quizBox.appendChild(progress);\n\n            const iconMap = ['sun', 'martini', 'droplet', 'bed', 'cake'];\n            const iconWrapper = document.createElement('div');\n            iconWrapper.style.display = 'flex';\n            iconWrapper.style.justifyContent = 'center';\n            iconWrapper.style.alignItems = 'center';\n            iconWrapper.style.width = '48px';\n            iconWrapper.style.height = '48px';\n            iconWrapper.style.marginBottom = '1.5rem';\n            iconWrapper.style.margin = '0 auto';\n\n            const iconElement = document.createElement('i');\n            iconElement.setAttribute('data-lucide', iconMap[resultIndex]);\n            iconElement.style.width = '48px';\n            iconElement.style.height = '48px';\n            iconElement.style.color = '#976e32';\n            iconElement.style.display = 'inline-block';\n\n            iconWrapper.appendChild(iconElement);\n            quizBox.appendChild(iconWrapper);\n\n            const resultTitle = document.createElement('h2');\n            resultTitle.className = 'result-title';\n            resultTitle.textContent = quizData.results[resultIndex].title;\n            quizBox.appendChild(resultTitle);\n\n            const resultSubtitle = document.createElement('p');\n            resultSubtitle.className = 'result-description';\n            resultSubtitle.textContent = quizData.results[resultIndex].subtitle;\n            quizBox.appendChild(resultSubtitle);\n\n            const experienceBox = document.createElement('div');\n            experienceBox.className = 'result-experience';\n            experienceBox.innerHTML = `\n                <div class=\"experience-label\">\u60a8\u7684\u4e13\u5c5e\u4f53\u9a8c\uff1a<\/div>\n                <div class=\"experience-text\">${quizData.results[resultIndex].experience}<\/div>\n            `;\n            quizBox.appendChild(experienceBox);\n\n            const buttonRow = document.createElement('div');\n            buttonRow.className = 'button-row';\n\n            const learnMoreBtn = document.createElement('button');\n            learnMoreBtn.className = 'learn-more-btn';\n            learnMoreBtn.textContent = '\u770b\u8d77\u6765\u68d2\u6781\u4e86\uff01\u6211\u8be5\u5982\u4f55\u83b7\u4eab\u8fd9\u4e9b\u798f\u5229\uff1f';\n            learnMoreBtn.addEventListener('click', () => {\n                window.open(TARGET_URL, '_blank');\n            });\n            buttonRow.appendChild(learnMoreBtn);\n\n            const exploreMoreBtn = document.createElement('button');\n            exploreMoreBtn.className = 'explore-more-btn';\n            exploreMoreBtn.textContent = '\u6211\u60f3\u770b\u770b\u8fd8\u6709\u4ec0\u4e48\u9002\u5408\u6211\u7684';\n            exploreMoreBtn.addEventListener('click', () => {\n                window.open(TARGET_URL, '_blank');\n            });\n            buttonRow.appendChild(exploreMoreBtn);\n\n            quizBox.appendChild(buttonRow);\n\n            const tryAgainBtn = document.createElement('button');\n            tryAgainBtn.className = 'cta-button';\n            tryAgainBtn.textContent = '\u518d\u8bd5\u4e00\u6b21';\n            tryAgainBtn.style.marginTop = '1.5rem';\n            tryAgainBtn.addEventListener('click', () => {\n                answers = [null, null, null];\n                currentSlide = 0;\n                renderSlide();\n            });\n            quizBox.appendChild(tryAgainBtn);\n\n            lucide.createIcons();\n        }\n\n        function calculateResult() {\n            const counts = [0, 0, 0, 0, 0];\n            answers.forEach(answer => {\n                if (answer !== null) {\n                    counts[answer]++;\n                }\n            });\n            return counts.indexOf(Math.max(...counts));\n        }\n\n        renderSlide();\n    <\/script>\n <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'9dea496790c4108a',t:'MTc3MzkwMDM0MC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='\/cdn-cgi\/challenge-platform\/scripts\/jsd\/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;astyle.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();<\/script><\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d1ea67 e-con-full e-flex e-con e-parent\" data-id=\"8d1ea67\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f76427 elementor-widget elementor-widget-text-editor\" data-id=\"8f76427\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<style>\n.terms-conditions {\n  font-family: Arial, sans-serif;\n  font-size: 18px;            \/* bigger text *\/\n  line-height: 1.6;\n}\n\n.terms-conditions h3 {\n  font-size: 22px;\n  margin-bottom: 0.5em;\n}\n\n.terms-conditions ol {\n  margin: 0 0 0 1.8em;\n  padding-left: 0.5em;\n  list-style-type: decimal;  \/* ensure numbers show *\/\n}\n\n.terms-conditions ol li {\n  margin-bottom: 0.7em;\n}\n\n.terms-conditions ol ol {\n  margin-top: 0.5em;\n  margin-bottom: 0.5em;\n  list-style-type: lower-alpha; \/* a, b, c *\/\n}\n\n.terms-conditions p {\n  margin: 0.3em 0;\n}\n<\/style>\n\n<div class=\"terms-conditions\">\n  <h3>\u6761\u6b3e\u4e0e\u7ec6\u5219*<\/h3>\n\n  <ol>\n    <li>\n      \u672c\u4f18\u60e0\u6743\u76ca\uff08\u201c\u6743\u76ca\u201d\uff09\u7531\u6e29\u5fb7\u59c6\u4e9a\u6d32\u5ea6\u5047\u4f1a\uff08\u201c\u5ea6\u5047\u4f1a\u201d\uff09\u7684\u8fd0\u8425\u65b9\n      Club Wyndham Asia (HK) Limited\uff08\u201cClubCo\u201d\uff09\u63d0\u4f9b\uff0c\u4ec5\u9650\u65f6\u6709\u6548\n    <\/li>\n\n    <li>\n      \u672c\u6743\u76ca\u53d6\u51b3\u4e8e\u9884\u8ba2\u65f6\u7684\u5ba2\u623f\u4f9b\u5e94\u60c5\u51b5\uff0c\u5ea6\u5047\u4f1a\u53ef\u5728\u4efb\u4f55\u65f6\u95f4\u81ea\u884c\u51b3\u5b9a\u7ec8\u6b62\u6743\u76ca\n    <\/li>\n\n    <li>\n      \u672c\u6743\u76ca\u4ec5\u9002\u7528\u4e8e\u65b0\u9884\u8ba2\uff0c\u4e14\u4ec5\u9002\u7528\u4e8e\u4ee5\u4e0b\u5ea6\u5047\u9152\u5e97\uff08\u6240\u6709\u623f\u578b\uff09\u53ca\u5165\u4f4f\u65e5\u671f\uff1a\n      <ol>\n        <li>\u666e\u5409\u5c9b\u5361\u5229\u59c6\u6e7e\u6e29\u5fb7\u59c6\u81f3\u5c0a\u5ea6\u5047\u9152\u5e97 Wyndham Grand Kalim Bay<\/li>\n        <li>\u6e29\u5fb7\u59c6\u5ea6\u5047\u4f1a\u666e\u5409\u5c9b\u6d77\u6d0b\u660e\u73e0\u9152\u5e97 Club Wyndham Sea Pearl Phuket<\/li>\n        <li>\u534e\u6b23\u6500\u6b66\u91cc\u6e29\u5fb7\u59c6\u522b\u5885\u5ea6\u5047\u9152\u5e97 Wyndham Hua Hin Pranburi Resort &amp; Villas<\/li>\n        <li>\u5df4\u5398\u5c9b\u5170\u78a7\u5c3c\u8c6a\u534e\u522b\u5885\u6c34\u7597\u5ea6\u5047\u9152\u5e97 Lumbini Luxury Villas and Spa<\/li>\n        <li>\u5df4\u5398\u5c9b\u5e93\u5854\u6d77\u6ee9\u6e29\u5fb7\u59c6\u82b1\u56ed\u9152\u5e97 Wyndham Garden Kuta Beach Bali<\/li>\n      <\/ol>\n\n      <p><strong>\u9002\u7528\u65e5\u671f\uff1a<\/strong> \u5e73\u65e5\u4e0e\u5468\u672b\u7686\u53ef<\/p>\n      <p><strong>\u9884\u8ba2\u622a\u6b62\uff1a<\/strong> 2026\u5e744\u67089\u65e5\u81f34\u670830\u65e5<\/p>\n      <p><strong>\u5165\u4f4f\u622a\u6b62\uff1a<\/strong> 2026\u5e746\u670830\u65e5<\/p>\n    <\/li>\n\n    <li>\n      \u5404\u5ea6\u5047\u9152\u5e97\u6743\u76ca\u8be6\u60c5\uff1a\n      <ol>\n        <li>\n          <strong>\u666e\u5409\u5c9b\u5361\u5229\u59c6\u6e7e\u6e29\u5fb7\u59c6\u81f3\u5c0a\u5ea6\u5047\u9152\u5e97<\/strong><br>\n          \u4f18\u60e0\u6743\u76ca\uff1a\u4e00\u6b21\u53cc\u4eba\u514d\u8d39\u6f02\u6d6e\u65e9\u9910\uff08\u6cf3\u6c60\u5185\uff0c4\u90091\uff09\n          \u6216\u4e00\u6b21 Wyndham Orchard \u9e21\u5c3e\u9152\u8bfe\u7a0b\uff083\u676f\uff09<br>\n          \u6700\u5c11\u5165\u4f4f\u5929\u6570\uff1a3\u665a<br>\n          \u5907\u6ce8\uff1a\u6bcf\u6b21\u5165\u4f4f\u4ec5\u9650\u5151\u63621\u6b21\n        <\/li>\n\n        <li>\n          <strong>\u6e29\u5fb7\u59c6\u5ea6\u5047\u4f1a\u666e\u5409\u5c9b\u6d77\u6d0b\u660e\u73e0\u9152\u5e97<\/strong><br>\n          \u4f18\u60e0\u6743\u76ca\uff1a\u4e24\u4f4d\u5ba2\u4eba\u6bcf\u5929\u53ef\u4eab\u514d\u8d39\u6cf3\u6c60\u9e21\u5c3e\u9152\uff08\u6bcf\u4eba\u6bcf\u65e52\u676f\uff09<br>\n          \u6700\u5c11\u5165\u4f4f\u5929\u6570\uff1a2\u665a\n        <\/li>\n\n        <li>\n          <strong>\u534e\u6b23\u6500\u6b66\u91cc\u6e29\u5fb7\u59c6\u522b\u5885\u5ea6\u5047\u9152\u5e97<\/strong><br>\n          \u4f18\u60e0\u6743\u76ca\uff1a\u4e00\u6b21 Poolside Bar \u514d\u8d39\u6309\u6469\uff0c\n          \u6216\u9009\u62e9\u6cf0\u5f0f \/ \u811a\u90e8 \/ \u80cc\u80a9\u6309\u6469\uff0845\u5206\u949f\uff09\u53cc\u4eba<br>\n          \u6700\u5c11\u5165\u4f4f\u5929\u6570\uff1a3\u665a\n        <\/li>\n\n        <li>\n          <strong>\u5df4\u5398\u5c9b\u5170\u78a7\u5c3c\u8c6a\u534e\u522b\u5885\u6c34\u7597\u5ea6\u5047\u9152\u5e97<\/strong><br>\n          \u4f18\u60e0\u6743\u76ca\uff1a\u4e00\u6b21\u53cc\u4eba\u6f02\u6d6e\u65e9\u9910\u3001\u4e00\u6b21\u53cc\u4eba15\u5206\u949f\u5934\u80a9\u6309\u6469\uff08\u4e0d\u53ef\u5408\u5e76\uff09\uff0c\n          \u9910\u5385\u9910\u996e85\u6298<br>\n          \u6700\u5c11\u5165\u4f4f\u5929\u6570\uff1a3\u665a\n        <\/li>\n\n        <li>\n          <strong>\u5df4\u5398\u5c9b\u5e93\u5854\u6d77\u6ee9\u6e29\u5fb7\u59c6\u82b1\u56ed\u9152\u5e97<\/strong><br>\n          \u4f18\u60e0\u6743\u76ca\uff1a\u5230\u5e97\u7528\u9910\u5373\u4eab Cake \u2019n\u2019 Oven \u751c\u70b9\u514d\u8d39\u4e00\u6b21\uff08\u53cc\u4eba\uff09<br>\n          \u6700\u5c11\u5165\u4f4f\u5929\u6570\uff1a\u65e0\n        <\/li>\n      <\/ol>\n    <\/li>\n\n    <li>\u5fc5\u987b\u4f9d\u636e\u9884\u8ba2\u8bf4\u660e\uff0c\u5728\u6307\u5b9a\u671f\u9650\u5185\u5b8c\u6210\u9884\u8ba2\u4e0e\u5165\u4f4f<\/li>\n    <li>\u53d6\u6d88\u7b26\u5408\u8d44\u683c\u7684\u9884\u8ba2\uff1a\u5904\u7406\u65f6\u95f4\u4e3a7\u201314\u5929<\/li>\n    <li>\u6240\u6709\u9884\u8ba2\u5747\u53d7\u6e29\u5fb7\u59c6\u4e9a\u6d32\u5ea6\u5047\u4f1a\u6307\u5357\u4e0e\u4ea7\u54c1\u62ab\u9732\u58f0\u660e\u7ea6\u675f<\/li>\n    <li>\u672c\u4f18\u60e0\u6743\u76ca\u4e0d\u53ef\u4e0e\u4efb\u4f55\u5176\u4ed6\u5ea6\u5047\u4f1a\u4f18\u60e0\u540c\u65f6\u4f7f\u7528<\/li>\n    <li>\u672c\u4f18\u60e0\u6743\u76ca\u53ef\u5728\u672a\u63d0\u524d\u901a\u77e5\u7684\u60c5\u51b5\u4e0b\u4fee\u6539\u3001\u5ef6\u957f\u6216\u64a4\u56de<\/li>\n    <li>\u6240\u6709\u9884\u8ba2\u5fc5\u987b\u7b26\u5408\u5ea6\u5047\u4f1a\u5176\u4ed6\u89c4\u5b9a<\/li>\n  <\/ol>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Travel Personality<\/p>\n","protected":false},"author":45,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-253917","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Find Your Travel Personality &amp; Unlock a Special Offer - Club Wyndham Asia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Find Your Travel Personality &amp; Unlock a Special Offer - Club Wyndham Asia\" \/>\n<meta property=\"og:description\" content=\"Travel Personality\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/\" \/>\n<meta property=\"og:site_name\" content=\"Club Wyndham Asia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T01:52:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clubwyndhamasia.com\/wp-content\/uploads\/clubwyndhamasia.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/find-your-travel-personality-and-unlock-a-special-offer\\\/\",\"url\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/find-your-travel-personality-and-unlock-a-special-offer\\\/\",\"name\":\"Find Your Travel Personality & Unlock a Special Offer - Club Wyndham Asia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#website\"},\"datePublished\":\"2026-03-19T17:27:53+00:00\",\"dateModified\":\"2026-04-08T01:52:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/find-your-travel-personality-and-unlock-a-special-offer\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/find-your-travel-personality-and-unlock-a-special-offer\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/find-your-travel-personality-and-unlock-a-special-offer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Find Your Travel Personality &#038; Unlock a Special Offer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#website\",\"url\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/\",\"name\":\"Club Wyndham Asia: Your Premier Travel Membership & Lifestyle Club\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#organization\",\"name\":\"Club Wyndham Asia\",\"url\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/clubwyndhamasia.com\\\/wp-content\\\/uploads\\\/logo-white.png\",\"contentUrl\":\"https:\\\/\\\/clubwyndhamasia.com\\\/wp-content\\\/uploads\\\/logo-white.png\",\"width\":131,\"height\":55,\"caption\":\"Club Wyndham Asia\"},\"image\":{\"@id\":\"https:\\\/\\\/clubwyndhamasia.com\\\/zh-hans\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Find Your Travel Personality & Unlock a Special Offer - Club Wyndham Asia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/","og_locale":"zh_CN","og_type":"article","og_title":"Find Your Travel Personality & Unlock a Special Offer - Club Wyndham Asia","og_description":"Travel Personality","og_url":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/","og_site_name":"Club Wyndham Asia","article_modified_time":"2026-04-08T01:52:05+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/clubwyndhamasia.com\/wp-content\/uploads\/clubwyndhamasia.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/","url":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/","name":"Find Your Travel Personality & Unlock a Special Offer - Club Wyndham Asia","isPartOf":{"@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#website"},"datePublished":"2026-03-19T17:27:53+00:00","dateModified":"2026-04-08T01:52:05+00:00","breadcrumb":{"@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/find-your-travel-personality-and-unlock-a-special-offer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clubwyndhamasia.com\/zh-hans\/"},{"@type":"ListItem","position":2,"name":"Find Your Travel Personality &#038; Unlock a Special Offer"}]},{"@type":"WebSite","@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#website","url":"https:\/\/clubwyndhamasia.com\/zh-hans\/","name":"Club Wyndham Asia: Your Premier Travel Membership & Lifestyle Club","description":"","publisher":{"@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clubwyndhamasia.com\/zh-hans\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#organization","name":"Club Wyndham Asia","url":"https:\/\/clubwyndhamasia.com\/zh-hans\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#\/schema\/logo\/image\/","url":"https:\/\/clubwyndhamasia.com\/wp-content\/uploads\/logo-white.png","contentUrl":"https:\/\/clubwyndhamasia.com\/wp-content\/uploads\/logo-white.png","width":131,"height":55,"caption":"Club Wyndham Asia"},"image":{"@id":"https:\/\/clubwyndhamasia.com\/zh-hans\/#\/schema\/logo\/image\/"}}]}},"publishpress_future_action":{"enabled":false,"date":"2026-04-30 18:15:41","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"translation_priority","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/pages\/253917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/comments?post=253917"}],"version-history":[{"count":15,"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/pages\/253917\/revisions"}],"predecessor-version":[{"id":255231,"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/pages\/253917\/revisions\/255231"}],"wp:attachment":[{"href":"https:\/\/clubwyndhamasia.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=253917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}