{"id":5346,"date":"2025-09-05T09:46:13","date_gmt":"2025-09-05T14:46:13","guid":{"rendered":"https:\/\/madlysane.com\/?page_id=5346"},"modified":"2026-04-18T16:49:31","modified_gmt":"2026-04-18T21:49:31","slug":"madlysane-assessment-hub","status":"publish","type":"page","link":"https:\/\/madlysane.com\/en\/madlysane-assessment-hub\/","title":{"rendered":"MadlySane Assessment Hub"},"content":{"rendered":"\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>MadlySane Assessment Hub<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --primary: #1e88e5;\n  --secondary: #1565c0;\n  --accent: #f9a825;\n  --bg: #f8f9fa;\n  --text: #2c3e50;\n  --card-bg: #ffffff;\n}\n\nbody {\n  font-family: 'Inter', sans-serif;\n  margin: 0;\n  background: var(--bg);\n  color: var(--text);\n  line-height: 1.6;\n}\n\n\/* Hero Section *\/\n.hero {\n  background: linear-gradient(135deg, var(--primary), var(--secondary));\n  color: white;\n  text-align: center;\n  padding: 3rem 1rem;\n}\n.hero h1 {\n  font-size: 2.5rem;\n  margin-bottom: 0.5rem;\n}\n.hero p {\n  font-size: 1.2rem;\n  margin-bottom: 1.5rem;\n}\n.hero button {\n  background: var(--accent);\n  border: none;\n  padding: 0.8rem 1.5rem;\n  font-size: 1rem;\n  font-weight: 600;\n  border-radius: 6px;\n  cursor: pointer;\n}\n.hero button:hover {\n  background: #ffb300;\n}\n\n\/* Main Layout *\/\nmain {\n  max-width: 1000px;\n  margin: 2rem auto;\n  padding: 0 1rem;\n}\n\n\/* Service Cards *\/\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n}\n.service-card {\n  background: var(--card-bg);\n  padding: 1.5rem;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n.service-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n.service-card h3 {\n  margin-top: 0;\n  color: var(--primary);\n}\n.service-card button {\n  margin-top: 1rem;\n  background: var(--primary);\n  color: white;\n  border: none;\n  padding: 0.6rem 1rem;\n  border-radius: 4px;\n  cursor: pointer;\n}\n.service-card button:hover {\n  background: var(--secondary);\n}\n\n\/* FAQ *\/\ndetails {\n  background: var(--card-bg);\n  padding: 1rem;\n  margin-bottom: 1rem;\n  border-radius: 6px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\nsummary {\n  font-weight: 600;\n  cursor: pointer;\n}\n\n\/* Testimonials *\/\n.testimonials {\n  background: white;\n  padding: 2rem;\n  border-radius: 8px;\n  margin-top: 2rem;\n}\n.testimonial {\n  font-style: italic;\n  margin-bottom: 1rem;\n}\n\n\/* Sticky Booking Button *\/\n.sticky-cta {\n  position: fixed;\n  bottom: 20px;\n  right: 20px;\n  background: var(--accent);\n  color: white;\n  padding: 0.8rem 1.2rem;\n  border-radius: 50px;\n  font-weight: 600;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n  cursor: pointer;\n}\n.sticky-cta:hover {\n  background: #ffb300;\n}\n\n@media (max-width: 600px) {\n  .hero h1 { font-size: 2rem; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- Hero -->\n<section class=\"hero\">\n  <h1>JC Sane TelePractice Hub<\/h1>\n  <p>Professional diagnostic &#038; consultation services \u2014 tailored to you.<\/p>\n<button onclick=\"document.getElementById('serviceQuiz').scrollIntoView({behavior:'smooth'})\">\n  Find Your Best Service\n<\/button>\n\n<\/section>\n\n<main>\n<section class=\"quiz-section\">\n  <h2>Find Your Best Service<\/h2>\n  <p>Answer a few quick questions and we\u2019ll recommend the service that fits you best.<\/p>\n  \n  <form id=\"serviceQuiz\">\n    <label>What\u2019s your main goal?<\/label><br>\n    <select name=\"goal\">\n      <option value=\"\">&#8212; Select &#8212;<\/option>\n      <option value=\"mental\">Understand my mental health<\/option>\n      <option value=\"education\">Get educational accommodations<\/option>\n      <option value=\"advocacy\">Support at school meetings<\/option>\n      <option value=\"consult\">General consultation<\/option>\n    <\/select><br><br>\n\n    <label>Preferred session format:<\/label><br>\n    <select name=\"format\">\n      <option value=\"\">&#8212; Select &#8212;<\/option>\n      <option value=\"tele\">Telepractice (online)<\/option>\n      <option value=\"inperson\">In-person<\/option>\n    <\/select><br><br>\n\n    <button type=\"button\" onclick=\"recommendService()\">See My Match<\/button>\n  <\/form>\n\n  <div id=\"quizResult\" style=\"margin-top:1rem; font-weight:600;\"><\/div>\n<\/section>\n\n<script>\nfunction recommendService() {\n  const goal = document.querySelector('[name=\"goal\"]').value;\n  let result = '';\n  if (goal === 'mental') result = 'We recommend: Personalized Assessment';\n  if (goal === 'education') result = 'We recommend: Educational Assessment for Adults';\n  if (goal === 'advocacy') result = 'We recommend: Advocacy Services';\n  if (goal === 'consult') result = 'We recommend: Consultation Services';\n  document.getElementById('quizResult').textContent = result || 'Please select an option above.';\n}\n<\/script>\n\n<!-- Service Cards -->\n<h2>Our Services<\/h2>\n<div class=\"services-grid\">\n  <div class=\"service-card\">\n    <h3>Personalized Assessment<\/h3>\n    <p>Identify and address mental health concerns with actionable insights.<\/p>\n    <button onclick=\"window.location.href='https:\/\/madlysane.com\/en\/personalized-assessment-services\/'\">\n  Book Now\n<\/button>\n\n  <\/div>\n  <div class=\"service-card\">\n    <h3>Educational Assessment<\/h3>\n    <p>Support for adults 18+ seeking accommodations or clarity.<\/p>\n    <button onclick=\"window.location.href='https:\/\/madlysane.com\/en\/educational-assessment-for-adults\/'\">\n  Book Now\n<\/button>\n  <\/div>\n  <div class=\"service-card\">\n    <h3>Advocacy Services<\/h3>\n    <p>Expert support at ARD or IEP meetings to ensure your child\u2019s needs are met.<\/p>\n    <button onclick=\"window.location.href='https:\/\/madlysane.com\/en\/adovacacy-assessment\/'\">\n  Book Now\n<\/button>\n\n  Book Now\n<\/button>\n  <\/div>\n  <div class=\"service-card\">\n    <h3>Consultation<\/h3>\n    <p>Guidance on mental health, educational planning, and navigating systems.<\/p>\n    <button onclick=\"window.location.href='https:\/\/madlysane.com\/en\/consultation-services\/'\">\n  Book Now\n<\/button>\n\n  <\/div>\n<\/div>\n<section class=\"cost-section\">\n  <h2>Estimate Your Cost<\/h2>\n  <p>Choose your service and number of sessions to see an estimate.<\/p>\n  \n  <form id=\"costCalc\">\n    <label>Service:<\/label><br>\n    <select name=\"service\">\n      <option value=\"\">&#8212; Select &#8212;<\/option>\n      <option value=\"79\">Assessment ($79\/session)<\/option>\n      <option value=\"150\">Advocacy ($150\/hour)<\/option>\n    <\/select><br><br>\n\n    <label>Number of sessions\/hours:<\/label><br>\n    <input type=\"number\" name=\"sessions\" min=\"1\" value=\"1\"><br><br>\n\n    <button type=\"button\" onclick=\"calculateCost()\">Calculate<\/button>\n  <\/form>\n\n  <div id=\"costResult\" style=\"margin-top:1rem; font-weight:600;\"><\/div>\n<\/section>\n\n<script>\nfunction calculateCost() {\n  const price = parseFloat(document.querySelector('[name=\"service\"]').value);\n  const sessions = parseInt(document.querySelector('[name=\"sessions\"]').value);\n  if (!price || !sessions) {\n    document.getElementById('costResult').textContent = 'Please select a service and enter sessions.';\n    return;\n  }\n  const total = price * sessions;\n  document.getElementById('costResult').textContent = `Estimated Total: $${total.toFixed(2)}`;\n}\n<\/script>\n<!-- Password-protected room entry -->\n<details class=\"room-access\">\n  <summary><strong>Already booked? Enter your session here<\/strong><\/summary>\n  <div class=\"room-access-inner\">\n    <p>Please enter the access password provided by JC Sane to join your TelePractice session.<\/p>\n    <input type=\"password\" id=\"roomPassword\" placeholder=\"Enter password\">\n    <button onclick=\"checkRoomPassword()\">Enter Room<\/button>\n    <p id=\"errorMsg\" style=\"color:red; display:none;\">Incorrect password. Please try again.<\/p>\n  <\/div>\n<\/details>\n\n<script>\n  function checkRoomPassword() {\n    const entered = document.getElementById('roomPassword').value.trim();\n    const correct = \"JC2uThanks\"; \/\/ <-- change this to your chosen password\n    if (entered === correct) {\n      window.location.href = \"https:\/\/madly-sane-com-llc.whereby.com\/27a83446-7537-4f90-8de6-7bddf8d2a346\";\n    } else {\n      document.getElementById('errorMsg').style.display = 'block';\n    }\n  }\n<\/script>\n\n<style>\n  .room-access {\n    background: #fff;\n    padding: 1rem;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    margin-top: 2rem;\n  }\n  .room-access summary {\n    cursor: pointer;\n    font-size: 1.1rem;\n    color: #1e88e5;\n  }\n  .room-access-inner {\n    margin-top: 1rem;\n  }\n  .room-access input {\n    padding: 0.5rem;\n    width: 80%;\n    margin-bottom: 1rem;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n  }\n  .room-access button {\n    background: #1e88e5;\n    color: white;\n    border: none;\n    padding: 0.6rem 1rem;\n    border-radius: 4px;\n    cursor: pointer;\n  }\n  .room-access button:hover {\n    background: #1565c0;\n  }\n<\/style>\n\n<!-- FAQ -->\n<h2>Frequently Asked Questions<\/h2>\n<details>\n  <summary>What is telepractice?<\/summary>\n  <p>Telepractice allows you to access services from anywhere via secure video conferencing.<\/p>\n<\/details>\n<details>\n  <summary>How much do sessions cost?<\/summary>\n  <p>Most sessions are $79, with advocacy services at $150\/hr or sliding scale.<\/p>\n<\/details>\n<details>\n  <summary>Are my records private?<\/summary>\n  <p>We respect your privacy. We do not handle medical records, and while HIPAA compliance is not applicable to our services, we have put strong security measures in place to keep your information safe.<\/p>\n<\/details>\n\n<!-- Testimonials Carousel -->\n<section class=\"testimonials\" style=\"padding:34px 0;background:#fafafa;font-family:sans-serif\">\n  <div class=\"container\" style=\"max-width:800px;margin:auto;\">\n    \n    <div style=\"display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px\">\n      <h2 style=\"margin:0;font-size:1.4rem\">What Clients Say<\/h2>\n      <div class=\"dots\" aria-label=\"Slide indicators\">\n        <button class=\"dot active\" data-slide=\"0\" aria-label=\"Slide 1\"><\/button>\n        <button class=\"dot\" data-slide=\"1\" aria-label=\"Slide 2\"><\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"carousel\" aria-roledescription=\"carousel\" style=\"overflow:hidden;position:relative;\">\n      <div class=\"slides\" id=\"slides\" style=\"display:flex;transition:transform 0.5s ease;\">\n        \n        <figure class=\"t\" style=\"min-width:100%;margin:0;padding:0 10px;box-sizing:border-box;\">\n          <blockquote class=\"t-quote\" style=\"font-size:1.1rem;line-height:1.5;\">\n            \"The assessment gave me clarity and confidence to move forward.\"\n          <\/blockquote>\n          <figcaption class=\"t-name\" style=\"margin-top:8px;color:#555;\">\u2013 Client Testimonial<\/figcaption>\n        <\/figure>\n\n        <figure class=\"t\" style=\"min-width:100%;margin:0;padding:0 10px;box-sizing:border-box;\">\n          <blockquote class=\"t-quote\" style=\"font-size:1.1rem;line-height:1.5;\">\n            \"JC Sane\u2019s advocacy changed my child\u2019s school experience for the better.\"\n          <\/blockquote>\n          <figcaption class=\"t-name\" style=\"margin-top:8px;color:#555;\">\u2013 Parent Testimonial<\/figcaption>\n        <\/figure>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  .dots {\n    display:flex;\n    gap:6px;\n  }\n  .dot {\n    width:10px;\n    height:10px;\n    border-radius:50%;\n    border:none;\n    background:#ccc;\n    cursor:pointer;\n  }\n  .dot.active {\n    background:#4054b2;\n  }\n<\/style>\n\n<script>\n  const slides = document.getElementById(\"slides\");\n  const dots = document.querySelectorAll(\".dot\");\n\n  dots.forEach(dot => {\n    dot.addEventListener(\"click\", () => {\n      const index = dot.getAttribute(\"data-slide\");\n      slides.style.transform = `translateX(-${index * 100}%)`;\n\n      dots.forEach(d => d.classList.remove(\"active\"));\n      dot.classList.add(\"active\");\n    });\n  });\n<\/script>\n\n\n<\/main>\n\n<div class=\"sticky-cta\" onclick=\"window.location.href='https:\/\/madlysane.com\/en\/consultation-services\/'\">\n  Book a Tutoring Session\n<\/div>\n\n<!-- JC Sane Host-Only Access (Hidden From Guests) -->\n<section id=\"jc-host-access\" style=\"display:none; margin-top:30px;\">\n  <h2>JC Sane \u2013 Host Access<\/h2>\n  <p>Enter your private host password.<\/p>\n\n  <input type=\"password\" id=\"jcHostPassword\" placeholder=\"Host password\">\n  <br><br>\n  <button onclick=\"checkJCHostPassword()\">Enter Host Room<\/button>\n\n  <p id=\"jcHostError\" style=\"color:red; display:none;\">Incorrect password.<\/p>\n<\/section>\n\n<script>\n  \/\/ Reveal the hidden host section ONLY when JC presses SHIFT + C\n  document.addEventListener(\"keydown\", function(e) {\n    if (e.shiftKey && e.key.toLowerCase() === \"c\") {\n      document.getElementById(\"jc-host-access\").style.display = \"block\";\n    }\n  });\n\n  function checkJCHostPassword() {\n    const entered = document.getElementById('jcHostPassword').value.trim();\n    const correct = \"JC2Telepractice\"; \/\/ JC's private host password\n\n    if (entered === correct) {\n      window.location.href =\n        \"https:\/\/madly-sane-com-llc.whereby.com\/27a83446-7537-4f90-8de6-7bddf8d2a346?roomKey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZWV0aW5nSWQiOiI5NTcyMDQ5NyIsInJvb21SZWZlcmVuY2UiOnsicm9vbU5hbWUiOiIvMjdhODM0NDYtNzUzNy00ZjkwLThkZTYtN2JkZGY4ZDJhMzQ2Iiwib3JnYW5pemF0aW9uSWQiOiIyOTYwMTAifSwiaXNzIjoiaHR0cHM6Ly9hY2NvdW50cy5zcnYud2hlcmVieS5jb20iLCJpYXQiOjE3NzY1NDA5MjMsInJvb21LZXlUeXBlIjoibWVldGluZ0hvc3QifQ.4mq97IFypxZWZmkNbcaa2Uk7dITB8YYv7W8LaDy-NdQ\";\n    } else {\n      document.getElementById('jcHostError').style.display = 'block';\n    }\n  }\n<\/script>\n\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>MadlySane Assessment Hub JC Sane TelePractice Hub Professional diagnostic &#038; consultation services \u2014 tailored to you. Find Your Best Service Find Your Best Service Answer a few quick questions and we\u2019ll recommend the service that fits you best. What\u2019s your main goal? &#8212; Select &#8212;Understand my mental healthGet educational accommodationsSupport at school meetingsGeneral consultation Preferred [&hellip;]<\/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-5346","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>MadlySane Assessment Hub - 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\/madlysane-assessment-hub\/\" 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=\"MadlySane Assessment Hub\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:description\" content=\"MadlySane Assessment Hub JC Sane TelePractice Hub Professional diagnostic &#038; consultation services \u2014 tailored to you. Find Your Best Service Find Your Best Service Answer a few quick questions and we\u2019ll recommend the service that fits you best. What\u2019s your main goal? &#8212; Select &#8212;Understand my mental healthGet educational accommodationsSupport at school meetingsGeneral consultation Preferred [&hellip;]\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/madlysane.com\/en\/madlysane-assessment-hub\/\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"og:site_name\" content=\"MadlySane.com\" class=\"yoast-seo-meta-tag\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-18T21:49:31+00:00\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" class=\"yoast-seo-meta-tag\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" class=\"yoast-seo-meta-tag\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" 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\\\/madlysane-assessment-hub\\\/\",\"url\":\"https:\\\/\\\/madlysane.com\\\/madlysane-assessment-hub\\\/\",\"name\":\"MadlySane Assessment Hub - MadlySane.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/#website\"},\"datePublished\":\"2025-09-05T14:46:13+00:00\",\"dateModified\":\"2026-04-18T21:49:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/madlysane.com\\\/madlysane-assessment-hub\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/madlysane.com\\\/madlysane-assessment-hub\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/madlysane.com\\\/madlysane-assessment-hub\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MadlySane Assessment Hub\"}]},{\"@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":"MadlySane Assessment Hub - 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\/madlysane-assessment-hub\/","og_locale":"en_US","og_type":"article","og_title":"MadlySane Assessment Hub","og_description":"MadlySane Assessment Hub JC Sane TelePractice Hub Professional diagnostic &#038; consultation services \u2014 tailored to you. Find Your Best Service Find Your Best Service Answer a few quick questions and we\u2019ll recommend the service that fits you best. What\u2019s your main goal? &#8212; Select &#8212;Understand my mental healthGet educational accommodationsSupport at school meetingsGeneral consultation Preferred [&hellip;]","og_url":"https:\/\/madlysane.com\/en\/madlysane-assessment-hub\/","og_site_name":"MadlySane.com","article_modified_time":"2026-04-18T21:49:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/madlysane.com\/madlysane-assessment-hub\/","url":"https:\/\/madlysane.com\/madlysane-assessment-hub\/","name":"MadlySane Assessment Hub - MadlySane.com","isPartOf":{"@id":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/#website"},"datePublished":"2025-09-05T14:46:13+00:00","dateModified":"2026-04-18T21:49:31+00:00","breadcrumb":{"@id":"https:\/\/madlysane.com\/madlysane-assessment-hub\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/madlysane.com\/madlysane-assessment-hub\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/madlysane.com\/madlysane-assessment-hub\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/madlysanecom-fc9fa3.ingress-alpha.ewp.live\/"},{"@type":"ListItem","position":2,"name":"MadlySane Assessment Hub"}]},{"@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\/5346","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=5346"}],"version-history":[{"count":5,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages\/5346\/revisions"}],"predecessor-version":[{"id":7789,"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/pages\/5346\/revisions\/7789"}],"wp:attachment":[{"href":"https:\/\/madlysane.com\/en\/wp-json\/wp\/v2\/media?parent=5346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}