{"id":174,"date":"2026-03-21T21:23:21","date_gmt":"2026-03-21T13:23:21","guid":{"rendered":"https:\/\/www.felb.my\/?p=174"},"modified":"2026-03-21T21:23:25","modified_gmt":"2026-03-21T13:23:25","slug":"free-enneagram-test-discover-your-core-personality-type","status":"publish","type":"post","link":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/","title":{"rendered":"Free Enneagram Test: Discover Your Core Personality Type"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<h3 class=\"wp-block-heading\">What Drives You? Discover Your Enneagram Type<\/h3>\n\n\n\n<p>Unlike other tests that focus on <em>what<\/em> you do, the <strong>Enneagram<\/strong> explores <em>why<\/em> you do it. It identifies nine distinct personality types, each driven by a specific core belief and a primary fear.<\/p>\n\n\n\n<p>By understanding your Enneagram type, you gain insight into your subconscious patterns, helping you break free from limiting habits and improve your emotional resilience. Whether you are a <strong>Type 1 (The Reformer)<\/strong> seeking perfection or a <strong>Type 7 (The Enthusiast)<\/strong> seeking adventure, knowing your type is a roadmap for personal growth.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Complete Enneagram Code (Simplified 18-Question Version)<\/h3>\n\n\n\n<p>This uses the Likert scale (1-5) to weigh the 9 types.<\/p>\n\n\n\n<!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>Enneagram Personality Test | felb.my<\/title>\n    <style>\n        :root { --primary: #2c3e50; --accent: #16a085; --light: #f1f8f7; }\n        body { font-family: 'Inter', sans-serif; background: var(--light); color: var(--primary); padding: 20px; line-height: 1.6; }\n        .container { max-width: 700px; margin: 40px auto; background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }\n        .quiz-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-weight: bold; }\n        #question-counter { color: var(--accent); }\n        .progress-bar { width: 100%; height: 8px; background: #eee; border-radius: 4px; margin-bottom: 30px; overflow: hidden; }\n        #progress-fill { height: 100%; width: 0%; background: var(--accent); transition: 0.4s; }\n        .question-page { display: none; }\n        .question-page.active { display: block; animation: fadeIn 0.5s; }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        .statement { font-size: 1.15rem; font-weight: 600; margin-bottom: 25px; display: block; text-align: center; }\n        .options-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; background: #fafafa; padding: 20px; border-radius: 10px; }\n        .option-label { display: flex; flex-direction: column; align-items: center; cursor: pointer; flex: 1; font-size: 0.85rem; }\n        .option-label input { margin-bottom: 8px; width: 18px; height: 18px; }\n        .nav-buttons { display: flex; justify-content: space-between; border-top: 1px solid #eee; padding-top: 20px; }\n        button { padding: 12px 25px; border-radius: 8px; border: none; cursor: pointer; font-weight: bold; }\n        .btn-next { background: var(--accent); color: white; }\n        #results { display: none; text-align: center; }\n        .type-circle { width: 100px; height: 100px; line-height: 100px; background: var(--accent); color: white; border-radius: 50%; font-size: 2.5rem; font-weight: bold; margin: 20px auto; }\n        .email-box { background: #e8f6f3; padding: 25px; border-radius: 10px; margin-top: 30px; }\n        input[type=\"email\"] { padding: 12px; width: 70%; margin-bottom: 15px; border-radius: 5px; border: 1px solid #ccc; }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <div id=\"quiz-container\">\n        <div class=\"quiz-header\">\n            <span id=\"question-counter\">Question 1 of 18<\/span>\n            <span id=\"percent-text\">0%<\/span>\n        <\/div>\n        <div class=\"progress-bar\"><div id=\"progress-fill\"><\/div><\/div>\n        \n        <form id=\"enneaForm\">\n            <div id=\"question-wrapper\"><\/div>\n            <div class=\"nav-buttons\">\n                <button type=\"button\" onclick=\"movePage(-1)\" id=\"prevBtn\" style=\"visibility:hidden\">Back<\/button>\n                <button type=\"button\" onclick=\"movePage(1)\" id=\"nextBtn\" class=\"btn-next\">Next<\/button>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <div id=\"results\">\n        <h2>Your Primary Enneagram Type:<\/h2>\n        <div id=\"type-result\" class=\"type-circle\">?<\/div>\n        <h3 id=\"type-name\">The Archetype<\/h3>\n        <p id=\"type-desc\" style=\"font-size: 1.1rem; color: #555;\"><\/p>\n        \n        <div class=\"email-box\">\n            <h3>Get Your Type Growth Guide<\/h3>\n            <p>We&#8217;ll send you a PDF on how your type handles stress and success.<\/p>\n            <input type=\"email\" id=\"userEmail\" placeholder=\"yourname@email.com\"><br>\n            <button class=\"btn-next\" onclick=\"submitEmail()\">Email Results<\/button>\n        <\/div>\n        <button onclick=\"location.reload()\" style=\"margin-top:20px; background:none; text-decoration:underline; cursor:pointer; color:#7f8c8d;\">Retake Test<\/button>\n    <\/div>\n<\/div>\n\n<script>\n    const questions = [\n        { text: \"I strive for perfection and am hard on myself when I make mistakes.\", type: 1 },\n        { text: \"I often put others' needs before my own to feel loved.\", type: 2 },\n        { text: \"I am very focused on being successful and looking accomplished.\", type: 3 },\n        { text: \"I feel different from others and often withdraw to process my feelings.\", type: 4 },\n        { text: \"I prefer to observe and gather information before participating.\", type: 5 },\n        { text: \"I am constantly scanning for potential risks and seek security.\", type: 6 },\n        { text: \"I prioritize having fun and avoiding painful or boring situations.\", type: 7 },\n        { text: \"I am strong, direct, and protective of my independence.\", type: 8 },\n        { text: \"I go with the flow to maintain peace and avoid conflict.\", type: 9 },\n        \/\/ Repeat types for a 18-question balance\n        { text: \"I have a strong sense of right and wrong.\", type: 1 },\n        { text: \"It is important to me that people find me helpful.\", type: 2 },\n        { text: \"I am highly competitive and hate to lose.\", type: 3 },\n        { text: \"I enjoy expressing my unique identity through creativity.\", type: 4 },\n        { text: \"I value my privacy and alone time immensely.\", type: 5 },\n        { text: \"I am very loyal to my friends and the groups I belong to.\", type: 6 },\n        { text: \"I love trying new things and get bored easily.\", type: 7 },\n        { text: \"I am not afraid to confront someone if I feel they are wrong.\", type: 8 },\n        { text: \"I find it difficult to express my own needs to others.\", type: 9 }\n    ];\n\n    let currentPage = 0;\n    const wrapper = document.getElementById('question-wrapper');\n\n    questions.forEach((q, i) => {\n        const div = document.createElement('div');\n        div.className = `question-page ${i === 0 ? 'active' : ''}`;\n        div.innerHTML = `<span class=\"statement\">${q.text}<\/span>\n            <div class=\"options-row\">\n                <span>Disagree<\/span>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"1\">1<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"2\">2<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"3\">3<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"4\">4<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"5\">5<\/label>\n                <span>Agree<\/span>\n            <\/div>`;\n        wrapper.appendChild(div);\n    });\n\n    function updateUI() {\n        document.getElementById('question-counter').innerText = `Question ${currentPage + 1} of 18`;\n        document.getElementById('progress-fill').style.width = ((currentPage + 1) \/ 18 * 100) + '%';\n        document.getElementById('prevBtn').style.visibility = currentPage === 0 ? 'hidden' : 'visible';\n        document.getElementById('nextBtn').innerText = currentPage === 17 ? 'Finish' : 'Next';\n    }\n\n    function movePage(step) {\n        if (step === 1 && !document.querySelector(`input[name=\"q${currentPage}\"]:checked`)) {\n            alert(\"Please pick a number.\"); return;\n        }\n        document.querySelectorAll('.question-page')[currentPage].classList.remove('active');\n        currentPage += step;\n        if (currentPage >= 18) calculateEnnea();\n        else {\n            document.querySelectorAll('.question-page')[currentPage].classList.add('active');\n            updateUI();\n        }\n    }\n\n    function calculateEnnea() {\n        let scores = { 1:0, 2:0, 3:0, 4:0, 5:0, 6:0, 7:0, 8:0, 9:0 };\n        questions.forEach((q, i) => {\n            const val = parseInt(document.querySelector(`input[name=\"q${i}\"]:checked`).value);\n            scores[q.type] += val;\n        });\n\n        const winner = Object.keys(scores).reduce((a, b) => scores[a] > scores[b] ? a : b);\n        \n        const names = {\n            1: [\"The Reformer\", \"Rational, idealistic, and perfectionistic.\"],\n            2: [\"The Helper\", \"Caring, interpersonal, and demonstrative.\"],\n            3: [\"The Achiever\", \"Success-oriented, pragmatic, and driven.\"],\n            4: [\"The Individualist\", \"Sensitive, withdrawn, and expressive.\"],\n            5: [\"The Investigator\", \"Intense, cerebral, and perceptive.\"],\n            6: [\"The Loyalist\", \"Committed, security-oriented, and anxious.\"],\n            7: [\"The Enthusiast\", \"Busy, fun-loving, and spontaneous.\"],\n            8: [\"The Challenger\", \"Powerful, dominating, and self-confident.\"],\n            9: [\"The Peacemaker\", \"Easygoing, self-effacing, and agreeable.\"]\n        };\n\n        document.getElementById('quiz-container').style.display = 'none';\n        document.getElementById('results').style.display = 'block';\n        document.getElementById('type-result').innerText = winner;\n        document.getElementById('type-name').innerText = names[winner][0];\n        document.getElementById('type-desc').innerText = names[winner][1];\n    }\n\n    function submitEmail() {\n        const email = document.getElementById('userEmail').value;\n        if(email) { alert(\"Sending results to \" + email); }\n    }\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>What Drives You? Discover Your Enneagram Type Unlike other tests that focus on what you do, the Enneagram explores why [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-174","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Free Enneagram Test: Discover Your Core Personality Type - FELB<\/title>\n<meta name=\"description\" content=\"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free Enneagram Test: Discover Your Core Personality Type - FELB\" \/>\n<meta property=\"og:description\" content=\"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/\" \/>\n<meta property=\"og:site_name\" content=\"FELB\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-21T13:23:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-21T13:23:25+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\"},\"headline\":\"Free Enneagram Test: Discover Your Core Personality Type\",\"datePublished\":\"2026-03-21T13:23:21+00:00\",\"dateModified\":\"2026-03-21T13:23:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/\"},\"wordCount\":151,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/\",\"url\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/\",\"name\":\"Free Enneagram Test: Discover Your Core Personality Type - FELB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/#website\"},\"datePublished\":\"2026-03-21T13:23:21+00:00\",\"dateModified\":\"2026-03-21T13:23:25+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\"},\"description\":\"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-enneagram-test-discover-your-core-personality-type\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.felb.my\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free Enneagram Test: Discover Your Core Personality Type\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#website\",\"url\":\"https:\\\/\\\/www.felb.my\\\/\",\"name\":\"FELB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.felb.my\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/felb.my\"],\"url\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/author\\\/engloon-chngfelb-my\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free Enneagram Test: Discover Your Core Personality Type - FELB","description":"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.","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:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/","og_locale":"en_US","og_type":"article","og_title":"Free Enneagram Test: Discover Your Core Personality Type - FELB","og_description":"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.","og_url":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/","og_site_name":"FELB","article_published_time":"2026-03-21T13:23:21+00:00","article_modified_time":"2026-03-21T13:23:25+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/#article","isPartOf":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/"},"author":{"name":"admin","@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790"},"headline":"Free Enneagram Test: Discover Your Core Personality Type","datePublished":"2026-03-21T13:23:21+00:00","dateModified":"2026-03-21T13:23:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/"},"wordCount":151,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/","url":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/","name":"Free Enneagram Test: Discover Your Core Personality Type - FELB","isPartOf":{"@id":"https:\/\/www.felb.my\/#website"},"datePublished":"2026-03-21T13:23:21+00:00","dateModified":"2026-03-21T13:23:25+00:00","author":{"@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790"},"description":"Are you a Performer, a Helper, or a Challenger? Take our free Enneagram assessment to uncover your core motivations and fears in 5 minutes.","breadcrumb":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-enneagram-test-discover-your-core-personality-type\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.felb.my\/"},{"@type":"ListItem","position":2,"name":"Free Enneagram Test: Discover Your Core Personality Type"}]},{"@type":"WebSite","@id":"https:\/\/www.felb.my\/#website","url":"https:\/\/www.felb.my\/","name":"FELB","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.felb.my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/felb.my"],"url":"https:\/\/www.felb.my\/index.php\/author\/engloon-chngfelb-my\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":1,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":175,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/174\/revisions\/175"}],"wp:attachment":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/media?parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/categories?post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/tags?post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}