{"id":4039,"date":"2025-06-14T19:55:24","date_gmt":"2025-06-15T00:55:24","guid":{"rendered":"https:\/\/madlysane.com\/?page_id=4039"},"modified":"2025-06-14T19:55:24","modified_gmt":"2025-06-15T00:55:24","slug":"mannequin-mood-match","status":"publish","type":"page","link":"https:\/\/madlysane.com\/en\/mannequin-mood-match\/","title":{"rendered":"Mannequin Mood Match"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Mannequin Mood Match<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      text-align: center;\n      background: #f0f0f0;\n      padding: 30px;\n    }\n    .section {\n      margin-bottom: 30px;\n    }\n    .option {\n      display: inline-block;\n      margin: 10px;\n      padding: 15px 20px;\n      background: #ddd;\n      border-radius: 8px;\n      cursor: pointer;\n      font-size: 18px;\n    }\n    .option:hover {\n      background: #bbb;\n    }\n    #mannequin {\n      font-size: 100px;\n      margin: 20px 0;\n      transition: all 0.3s ease;\n    }\n    #result {\n      font-size: 20px;\n      margin-top: 20px;\n      color: #333;\n    }\n    #restart {\n      margin-top: 30px;\n      padding: 10px 20px;\n      font-size: 16px;\n      background: #4CAF50;\n      color: white;\n      border: none;\n      border-radius: 6px;\n      cursor: pointer;\n      display: none;\n    }\n    #restart:hover {\n      background: #45a049;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <h2>\ud83e\uddcd Mannequin Mood Match<\/h2>\n\n  <div class=\"section\" id=\"face-section\">\n    <h3>Step 1: Choose a Face<\/h3>\n    <div class=\"option\" onclick=\"selectFace('mad')\">\ud83d\ude20 Mad<\/div>\n    <div class=\"option\" onclick=\"selectFace('sad')\">\ud83d\ude22 Sad<\/div>\n    <div class=\"option\" onclick=\"selectFace('happy')\">\ud83d\ude0a Happy<\/div>\n    <div class=\"option\" onclick=\"selectFace('neutral')\">\ud83d\ude10 Neutral<\/div>\n  <\/div>\n\n  <div class=\"section\" id=\"posture-section\" style=\"display:none;\">\n    <h3>Step 2: Choose a Body Posture<\/h3>\n    <div class=\"option\" onclick=\"selectPosture('slouched')\">\ud83e\ude91 Slouched<\/div>\n    <div class=\"option\" onclick=\"selectPosture('upright')\">\ud83e\uddcd Upright<\/div>\n    <div class=\"option\" onclick=\"selectPosture('arms_crossed')\">\ud83d\ude45 Arms Crossed<\/div>\n    <div class=\"option\" onclick=\"selectPosture('open_arms')\">\ud83e\udd17 Open Arms<\/div>\n  <\/div>\n\n  <div id=\"mannequin\">\ud83e\uddcd<\/div>\n  <div id=\"result\"><\/div>\n  <button id=\"restart\" onclick=\"restartGame()\">\ud83d\udd01 Start Over<\/button>\n\n  <script>\n    let selectedFace = \"\";\n    let selectedPosture = \"\";\n\n    function selectFace(face) {\n      selectedFace = face;\n      document.getElementById(\"face-section\").style.display = \"none\";\n      document.getElementById(\"posture-section\").style.display = \"block\";\n      document.getElementById(\"result\").textContent = \"\";\n      document.getElementById(\"restart\").style.display = \"none\";\n    }\n\n    function selectPosture(posture) {\n      selectedPosture = posture;\n      updateMannequin(posture);\n      showResult();\n      document.getElementById(\"restart\").style.display = \"inline-block\";\n    }\n\n    function updateMannequin(posture) {\n      const mannequin = document.getElementById(\"mannequin\");\n      switch (posture) {\n        case \"slouched\":\n          mannequin.textContent = \"\ud83e\ude91\";\n          break;\n        case \"upright\":\n          mannequin.textContent = \"\ud83e\uddcd\";\n          break;\n        case \"arms_crossed\":\n          mannequin.textContent = \"\ud83d\ude45\";\n          break;\n        case \"open_arms\":\n          mannequin.textContent = \"\ud83e\udd17\";\n          break;\n        default:\n          mannequin.textContent = \"\ud83e\uddcd\";\n      }\n    }\n\n    function showResult() {\n      const result = document.getElementById(\"result\");\n      let feeling = \"\";\n\n      if (selectedFace === \"happy\" && selectedPosture === \"open_arms\") {\n        feeling = \"Your mannequin feels joyful and welcoming!\";\n      } else if (selectedFace === \"sad\" && selectedPosture === \"slouched\") {\n        feeling = \"Your mannequin feels down and withdrawn.\";\n      } else if (selectedFace === \"mad\" && selectedPosture === \"arms_crossed\") {\n        feeling = \"Your mannequin feels angry and defensive.\";\n      } else if (selectedFace === \"neutral\" && selectedPosture === \"upright\") {\n        feeling = \"Your mannequin feels calm and composed.\";\n      } else {\n        feeling = \"Your mannequin has mixed feelings. That's okay too!\";\n      }\n\n      result.textContent = feeling;\n    }\n\n    function restartGame() {\n      selectedFace = \"\";\n      selectedPosture = \"\";\n      document.getElementById(\"face-section\").style.display = \"block\";\n      document.getElementById(\"posture-section\").style.display = \"none\";\n      document.getElementById(\"mannequin\").textContent = \"\ud83e\uddcd\";\n      document.getElementById(\"result\").textContent = \"\";\n      document.getElementById(\"restart\").style.display = \"none\";\n    }\n  <\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Mannequin Mood Match \ud83e\uddcd Mannequin Mood Match Step 1: Choose a Face \ud83d\ude20 Mad \ud83d\ude22 Sad \ud83d\ude0a Happy \ud83d\ude10 Neutral Step 2: Choose a Body Posture \ud83e\ude91 Slouched \ud83e\uddcd Upright \ud83d\ude45 Arms Crossed \ud83e\udd17 Open Arms \ud83e\uddcd \ud83d\udd01 Start Over<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-4039","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Mannequin Mood Match - MadlySane.com<\/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:\/\/madlysane.com\/en\/mannequin-mood-match\/\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:locale\" content=\"en_US\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:type\" content=\"article\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:title\" content=\"Mannequin Mood Match\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:description\" content=\"Mannequin Mood Match \ud83e\uddcd Mannequin Mood Match Step 1: Choose a Face \ud83d\ude20 Mad \ud83d\ude22 Sad \ud83d\ude0a Happy \ud83d\ude10 Neutral Step 2: Choose a Body Posture \ud83e\ude91 Slouched \ud83e\uddcd Upright \ud83d\ude45 Arms Crossed \ud83e\udd17 Open Arms \ud83e\uddcd \ud83d\udd01 Start Over\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/madlysane.com\/en\/mannequin-mood-match\/\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:site_name\" content=\"MadlySane.com\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" class=\"yoast-seo-meta-tag\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/madlysane.com\\\/mannequin-mood-match\\\/\",\"url\":\"https:\\\/\\\/madlysane.com\\\/mannequin-mood-match\\\/\",\"name\":\"Mannequin Mood Match - MadlySane.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#website\"},\"datePublished\":\"2025-06-15T00:55:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/madlysane.com\\\/mannequin-mood-match\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/madlysane.com\\\/mannequin-mood-match\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/madlysane.com\\\/mannequin-mood-match\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mannequin Mood Match\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#website\",\"url\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/\",\"name\":\"MadlySane.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#organization\",\"name\":\"MadlySane.com LLC\",\"url\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/madlysane.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/profile_logo_e0516ebb-57a8-447d-9489-b48962f2e18e-2-e1753881599226.jpg\",\"contentUrl\":\"https:\\\/\\\/madlysane.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/profile_logo_e0516ebb-57a8-447d-9489-b48962f2e18e-2-e1753881599226.jpg\",\"width\":60,\"height\":60,\"caption\":\"MadlySane.com LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/madlysane.com\\\/yoast\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Mannequin Mood Match - MadlySane.com","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:\/\/madlysane.com\/en\/mannequin-mood-match\/","og_locale":"en_US","og_type":"article","og_title":"Mannequin Mood Match","og_description":"Mannequin Mood Match \ud83e\uddcd Mannequin Mood Match Step 1: Choose a Face \ud83d\ude20 Mad \ud83d\ude22 Sad \ud83d\ude0a Happy \ud83d\ude10 Neutral Step 2: Choose a Body Posture \ud83e\ude91 Slouched \ud83e\uddcd Upright \ud83d\ude45 Arms Crossed \ud83e\udd17 Open Arms \ud83e\uddcd \ud83d\udd01 Start Over","og_url":"https:\/\/madlysane.com\/en\/mannequin-mood-match\/","og_site_name":"MadlySane.com","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/madlysane.com\/mannequin-mood-match\/","url":"https:\/\/madlysane.com\/mannequin-mood-match\/","name":"Mannequin Mood Match - MadlySane.com","isPartOf":{"@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#website"},"datePublished":"2025-06-15T00:55:24+00:00","breadcrumb":{"@id":"https:\/\/madlysane.com\/mannequin-mood-match\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/madlysane.com\/mannequin-mood-match\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/madlysane.com\/mannequin-mood-match\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/"},{"@type":"ListItem","position":2,"name":"Mannequin Mood Match"}]},{"@type":"WebSite","@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#website","url":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/","name":"MadlySane.com","description":"","publisher":{"@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#organization","name":"MadlySane.com LLC","url":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#\/schema\/logo\/image\/","url":"https:\/\/madlysane.com\/wp-content\/uploads\/2025\/05\/profile_logo_e0516ebb-57a8-447d-9489-b48962f2e18e-2-e1753881599226.jpg","contentUrl":"https:\/\/madlysane.com\/wp-content\/uploads\/2025\/05\/profile_logo_e0516ebb-57a8-447d-9489-b48962f2e18e-2-e1753881599226.jpg","width":60,"height":60,"caption":"MadlySane.com LLC"},"image":{"@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/madlysane.com\/yoast"]}]}},"jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages\/4039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/comments?post=4039"}],"version-history":[{"count":6,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages\/4039\/revisions"}],"predecessor-version":[{"id":4400,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages\/4039\/revisions\/4400"}],"wp:attachment":[{"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/media?parent=4039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}