{"id":1025595,"date":"2026-06-24T15:55:33","date_gmt":"2026-06-24T05:55:33","guid":{"rendered":"https:\/\/www.soledu.net\/au\/?p=1025595"},"modified":"2026-06-25T13:54:03","modified_gmt":"2026-06-25T03:54:03","slug":"studyfair-puzzle-quiz","status":"publish","type":"post","link":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/","title":{"rendered":"[Aug Study Fair] Puzzle Quiz"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid dt-default\" style=\"margin-top: 0px;margin-bottom: 0px\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\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>Study Fair Puzzle Check<\/title>\n\n  <style>\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --brand-blue: #0b4778;\n      --bright-blue: #00a5e8;\n      --soft-blue: #eaf6ff;\n      --text-blue: #123a63;\n      --light-border: #e6edf5;\n      --jaso-font: \"JASO Sans\", Arial, Helvetica, sans-serif;\n    }\n\n    body {\n      font-family: Arial, Helvetica, sans-serif;\n      background: linear-gradient(180deg, #eaf6ff 0%, #ffffff 48%);\n      color: var(--text-blue);\n      min-height: 100vh;\n      display: flex;\n      justify-content: center;\n      padding: 24px;\n    }\n\n    .quiz-wrapper {\n      width: 100%;\n      max-width: 500px;\n      background: #ffffff;\n      border-radius: 30px;\n      overflow: hidden;\n      box-shadow: 0 20px 50px rgba(0, 64, 128, 0.15);\n    }\n\n    .hero {\n      background:\n        radial-gradient(circle at 88% 16%, rgba(255,255,255,0.9), transparent 25%),\n        linear-gradient(135deg, #d9f2ff, #f6fbff);\n      padding: 24px 22px 46px;\n      position: relative;\n      overflow: hidden;\n      min-height: 285px;\n    }\n\n    .event-logo {\n      width: 165px;\n      max-width: 48%;\n      height: auto;\n      display: block;\n      margin-bottom: 14px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .slogan {\n      font-size: 17px;\n      line-height: 1.15;\n      color: var(--brand-blue);\n      font-weight: 900;\n      margin-bottom: 8px;\n      max-width: 260px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .hero h1 {\n      font-family: var(--jaso-font)\n      font-size: 25px;\n      font-weight: 900;\n      line-height: 1.15;\n      color: var(--text-blue);\n      max-width: 295px;\n      margin-bottom: 10px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .hero p {\n      font-family: var(--jaso-font)\n      font-size: 12.5px;\n      line-height: 1.45;\n      color: #335b83;\n      max-width: 360px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .puzzle-visual {\n      position: absolute;\n      right: -18px;\n      top: 18px;\n      width: 245px;\n      max-width: 52%;\n      height: auto;\n      z-index: 1;\n    }\n\n    .wave {\n      position: absolute;\n      left: -10%;\n      bottom: -1px;\n      width: 120%;\n      height: 56px;\n      background: #ffffff;\n      border-radius: 50% 50% 0 0;\n      z-index: 1;\n    }\n\n    .quiz-content {\n      padding: 24px;\n      margin-top: -14px;\n      position: relative;\n      z-index: 2;\n      background: #ffffff;\n    }\n\n    .steps {\n      display: flex;\n      justify-content: space-between;\n      gap: 6px;\n      margin-bottom: 24px;\n    }\n\n    .step {\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: #eef3f8;\n      color: #9aaabc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 12px;\n      font-weight: 700;\n      transition: 0.25s ease;\n    }\n\n    .step.active {\n      background: var(--brand-blue);\n      color: #ffffff;\n      box-shadow: 0 6px 14px rgba(11, 71, 120, 0.3);\n    }\n\n    .step.done {\n      background: #bde9ff;\n      color: var(--brand-blue);\n    }\n\n    .question-card {\n      border-radius: 24px;\n      padding: 28px 22px;\n      box-shadow: 0 12px 35px rgba(0, 41, 87, 0.08);\n      border: 1px solid var(--light-border);\n      min-height: 330px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .icon-circle {\n      width: 54px;\n      height: 54px;\n      background: #e8f3ff;\n      color: var(--brand-blue);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 18px;\n      font-size: 24px;\n    }\n\n    .question-label {\n      text-align: center;\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 0.6px;\n      color: var(--brand-blue);\n      text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n\n    .question-text {\n      text-align: center;\n      font-size: 22px;\n      line-height: 1.35;\n      color: var(--text-blue);\n      font-weight: 800;\n      margin-bottom: 26px;\n    }\n\n    .answer-btn {\n      width: 100%;\n      border: none;\n      border-radius: 14px;\n      padding: 17px 18px;\n      margin-bottom: 12px;\n      font-size: 16px;\n      font-weight: 800;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: 0.2s ease;\n      background: var(--brand-blue);\n      color: #ffffff;\n      box-shadow: 0 8px 18px rgba(11, 71, 120, 0.24);\n    }\n\n    .answer-btn:hover {\n      transform: translateY(-2px);\n      background: #083b66;\n    }\n\n    .answer-btn.no {\n      background: var(--brand-blue);\n      color: #ffffff;\n      border: none;\n    }\n\n    .answer-btn.no:hover {\n      background: #083b66;\n    }\n\n    .answer-icon {\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.2);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n\n    .answer-left {\n      display: flex;\n      align-items: center;\n    }\n\n    .arrow {\n      font-size: 24px;\n      opacity: 0.8;\n    }\n\n    .result {\n      display: none;\n      text-align: center;\n    }\n\n    .score-circle {\n      width: 140px;\n      height: 140px;\n      border-radius: 50%;\n      margin: 0 auto 22px;\n      background: conic-gradient(var(--brand-blue) 0deg, #eef3f8 0deg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n    }\n\n    .score-circle::before {\n      content: \"\";\n      position: absolute;\n      width: 112px;\n      height: 112px;\n      background: #ffffff;\n      border-radius: 50%;\n    }\n\n    .score-number {\n      position: relative;\n      font-size: 34px;\n      font-weight: 900;\n      color: var(--text-blue);\n    }\n\n    .result h2 {\n      font-size: 26px;\n      margin-bottom: 10px;\n      color: var(--text-blue);\n    }\n\n    .result p {\n      font-size: 15px;\n      line-height: 1.55;\n      color: #456985;\n      margin-bottom: 20px;\n    }\n\n    .missing-list {\n      text-align: left;\n      background: #f5f9ff;\n      border-radius: 18px;\n      padding: 18px;\n      margin: 18px 0 22px;\n    }\n\n    .missing-list h3 {\n      font-size: 15px;\n      margin-bottom: 10px;\n      color: var(--text-blue);\n    }\n\n    .missing-list ul {\n      padding-left: 20px;\n    }\n\n    .missing-list li {\n      font-size: 14px;\n      line-height: 1.45;\n      margin-bottom: 6px;\n      color: #335b83;\n    }\n\n    .cta {\n      display: block;\n      width: 100%;\n      text-align: center;\n      text-decoration: none;\n      background: var(--brand-blue);\n      color: #ffffff;\n      padding: 16px 18px;\n      border-radius: 14px;\n      font-weight: 900;\n      margin-bottom: 12px;\n      box-shadow: 0 8px 18px rgba(11, 71, 120, 0.22);\n    }\n\n    .cta:hover {\n      background: #083b66;\n    }\n\n    .restart-btn {\n      border: none;\n      background: transparent;\n      color: var(--brand-blue);\n      font-weight: 800;\n      cursor: pointer;\n      font-size: 15px;\n    }\n\n    @media (max-width: 460px) {\n      body {\n        padding: 12px;\n      }\n\n      .quiz-wrapper {\n        border-radius: 24px;\n      }\n\n      .hero {\n        padding: 22px 20px 44px;\n        min-height: 300px;\n      }\n\n      .event-logo {\n        width: 145px;\n        max-width: 55%;\n      }\n\n      .slogan {\n        font-size: 15px;\n        max-width: 230px;\n      }\n\n      .hero h1 {\n        font-size: 22px;\n        max-width: 235px;\n      }\n\n      .hero p {\n        font-size: 12px;\n        max-width: 310px;\n        line-height: 1.45;\n      }\n\n      .puzzle-visual {\n        right: -30px;\n        top: 4px;\n        width: 205px;\n        max-width: 54%;\n        opacity: 0.98;\n      }\n\n      .question-text {\n        font-size: 20px;\n      }\n\n      .step {\n        width: 23px;\n        height: 23px;\n        font-size: 10px;\n      }\n    }\n\n    @media (max-width: 360px) {\n      .hero {\n        min-height: 315px;\n      }\n\n      .puzzle-visual {\n        width: 185px;\n        max-width: 58%;\n        top: 6px;\n        right: -36px;\n      }\n\n      .hero h1,\n      .hero p,\n      .slogan {\n        max-width: 215px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <main class=\"quiz-wrapper\">\n    <section class=\"hero\">\n      <img decoding=\"async\"\n        data-src=\"https:\/\/www.soledu.net\/au\/app\/uploads\/2026\/06\/Event-Name.png\"\n        alt=\"SOL Edu & Migration Study Fair - The Missing Piece of Your Future\"\n        class=\"event-logo lazyload\"\n src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\" \/>\n\n      <h1>How Complete Is Your Australia Journey?<\/h1>\n\n      <p>\n          Answer a few quick questions to find<br \/>\n  the missing piece of your future in Australia.\n      <\/p>\n\n      <img decoding=\"async\"\n        data-src=\"https:\/\/www.soledu.net\/au\/app\/uploads\/2026\/06\/Puzzle-Design.png\"\n        alt=\"Australia journey puzzle with course, school, visa, English and career pieces\"\n        class=\"puzzle-visual lazyload\"\n src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1080;\" \/>\n\n      <div class=\"wave\"><\/div>\n    <\/section>\n\n    <section class=\"quiz-content\">\n      <div class=\"steps\" id=\"steps\"><\/div>\n\n      <div class=\"question-card\" id=\"quizCard\">\n        <div class=\"icon-circle\">\ud83d\udcd8<\/div>\n\n        <div class=\"question-label\" id=\"questionLabel\">Question 1 of 10<\/div>\n\n        <div class=\"question-text\" id=\"questionText\"><\/div>\n\n        <button class=\"answer-btn yes\" onclick=\"answerQuestion(true)\">\n          <span class=\"answer-left\">\n            <span class=\"answer-icon\">\u2713<\/span>\n            <span>Yes<\/span>\n          <\/span>\n          <span class=\"arrow\">\u203a<\/span>\n        <\/button>\n\n        <button class=\"answer-btn no\" onclick=\"answerQuestion(false)\">\n          <span class=\"answer-left\">\n            <span class=\"answer-icon\">\u2715<\/span>\n            <span>No<\/span>\n          <\/span>\n          <span class=\"arrow\">\u203a<\/span>\n        <\/button>\n      <\/div>\n\n      <div class=\"question-card result\" id=\"resultCard\">\n        <div class=\"score-circle\" id=\"scoreCircle\">\n          <div class=\"score-number\" id=\"scoreNumber\">0%<\/div>\n        <\/div>\n\n        <h2 id=\"resultTitle\"><\/h2>\n\n        <p id=\"resultMessage\"><\/p>\n\n        <div class=\"missing-list\" id=\"missingBox\">\n          <h3>Your missing pieces:<\/h3>\n          <ul id=\"missingList\"><\/ul>\n        <\/div>\n\n        <a\n          class=\"cta\"\n          href=\"https:\/\/www.soledu.net\/au\/events\/2026-aug-studyfair\/\"\n          target=\"_blank\"\n          rel=\"noopener\"\n        >\n          Find Your Missing Pieces at SOL Edu Study Fair\n        <\/a>\n\n        <button class=\"restart-btn\" onclick=\"restartQuiz()\">Retake the quiz<\/button>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <script>\n    const questions = [\n      \"I have chosen my course or major in Australia.\",\n      \"I know which schools I can apply to.\",\n      \"I know the English score required for entry.\",\n      \"My current English score meets the entry requirements.\",\n      \"I know when I should start my studies.\",\n      \"I have a realistic budget for tuition and living costs.\",\n      \"I have a clear career goal after my studies.\",\n      \"I understand which Australian visa pathways link to my career goal.\",\n      \"I am aware of the risks when changing or extending my current visa.\",\n      \"I have had my study plan reviewed to see if it is right for me.\"\n    ];\n\n    const missingLabels = [\n      \"Course or major direction\",\n      \"School options\",\n      \"English entry requirements\",\n      \"English score readiness\",\n      \"Study intake timing\",\n      \"Tuition and living cost planning\",\n      \"Career goal clarity\",\n      \"Visa pathway understanding\",\n      \"Visa change or extension risks\",\n      \"Professional study plan review\"\n    ];\n\n    let currentQuestion = 0;\n    let answers = [];\n\n    const stepsContainer = document.getElementById(\"steps\");\n    const questionLabel = document.getElementById(\"questionLabel\");\n    const questionText = document.getElementById(\"questionText\");\n    const quizCard = document.getElementById(\"quizCard\");\n    const resultCard = document.getElementById(\"resultCard\");\n    const scoreNumber = document.getElementById(\"scoreNumber\");\n    const scoreCircle = document.getElementById(\"scoreCircle\");\n    const resultTitle = document.getElementById(\"resultTitle\");\n    const resultMessage = document.getElementById(\"resultMessage\");\n    const missingList = document.getElementById(\"missingList\");\n    const missingBox = document.getElementById(\"missingBox\");\n\n    function buildSteps() {\n      stepsContainer.innerHTML = \"\";\n\n      questions.forEach((_, index) => {\n        const step = document.createElement(\"div\");\n        step.className = \"step\";\n        step.textContent = index + 1;\n\n        if (index < currentQuestion) {\n          step.classList.add(\"done\");\n        }\n\n        if (index === currentQuestion) {\n          step.classList.add(\"active\");\n        }\n\n        stepsContainer.appendChild(step);\n      });\n    }\n\n    function showQuestion() {\n      buildSteps();\n      questionLabel.textContent = `Question ${currentQuestion + 1} of ${questions.length}`;\n      questionText.textContent = questions[currentQuestion];\n    }\n\n    function answerQuestion(answer) {\n      answers[currentQuestion] = answer;\n      currentQuestion++;\n\n      if (currentQuestion < questions.length) {\n        showQuestion();\n      } else {\n        showResult();\n      }\n    }\n\n    function showResult() {\n      quizCard.style.display = \"none\";\n      resultCard.style.display = \"flex\";\n      stepsContainer.style.display = \"none\";\n\n      const yesCount = answers.filter(Boolean).length;\n      const score = Math.round((yesCount \/ questions.length) * 100);\n      const degrees = Math.round((score \/ 100) * 360);\n\n      scoreNumber.textContent = `${score}%`;\n      scoreCircle.style.background =\n        `conic-gradient(var(--brand-blue) ${degrees}deg, #eef3f8 ${degrees}deg)`;\n\n      if (score >= 80) {\n        resultTitle.textContent = \"Your puzzle is almost complete!\";\n        resultMessage.textContent =\n          \"You have a strong study plan. Join our Study Fair to start your journey and application.\";\n      } else if (score >= 50) {\n        resultTitle.textContent = \"Your puzzle is partly complete.\";\n        resultMessage.textContent =\n          \"You have made a good start, but there are still a few important pieces to check.\";\n      } else {\n        resultTitle.textContent = \"Your puzzle needs more pieces.\";\n        resultMessage.textContent =\n          \"You may need more guidance with your journey in Australia. Join our Study Fair to start planning.\";\n      }\n\n      const missingItems = answers\n        .map((answer, index) => answer ? null : missingLabels[index])\n        .filter(Boolean);\n\n      missingList.innerHTML = \"\";\n\n      if (missingItems.length === 0) {\n        missingBox.style.display = \"none\";\n      } else {\n        missingBox.style.display = \"block\";\n\n        missingItems.forEach(item => {\n          const li = document.createElement(\"li\");\n          li.textContent = item;\n          missingList.appendChild(li);\n        });\n      }\n    }\n\n    function restartQuiz() {\n      currentQuestion = 0;\n      answers = [];\n\n      quizCard.style.display = \"flex\";\n      resultCard.style.display = \"none\";\n      stepsContainer.style.display = \"flex\";\n      missingBox.style.display = \"block\";\n\n      showQuestion();\n    }\n\n    showQuestion();\n  <\/script>\n<\/body>\n<\/html>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Study Fair Puzzle Check How Complete Is Your Australia Journey? Answer a few quick questions to find the missing piece of your future in Australia. \ud83d\udcd8 Question 1 of 10 \u2713 Yes \u203a \u2715 No \u203a 0% Your missing pieces: Find Your Missing Pieces at SOL Edu Study Fair Retake the quiz<\/p>\n","protected":false},"author":86,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1025595","post","type-post","status-publish","format-standard","hentry","category-noindex","category-1","description-off"],"acf":[],"discount_description":"","discount_more_information":"","discount_ticket":"","discount_image":"","discount_logo":"","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[Aug Study Fair] Puzzle Quiz - SOL Edu<\/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:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Aug Study Fair] Puzzle Quiz - SOL Edu\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/\" \/>\n<meta property=\"og:site_name\" content=\"SOL Edu\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SOLEdu.Eng\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-24T05:55:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-25T03:54:03+00:00\" \/>\n<meta name=\"author\" content=\"Event\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Event\" \/>\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.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/\"},\"author\":{\"name\":\"Event\",\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/#\\\/schema\\\/person\\\/3b1e84bafafd19dbf3ee4256ceb59f95\"},\"headline\":\"[Aug Study Fair] Puzzle Quiz\",\"datePublished\":\"2026-06-24T05:55:33+00:00\",\"dateModified\":\"2026-06-25T03:54:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/\"},\"wordCount\":1965,\"articleSection\":[\"Noindex\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/\",\"url\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/\",\"name\":\"[Aug Study Fair] Puzzle Quiz - SOL Edu\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/#website\"},\"datePublished\":\"2026-06-24T05:55:33+00:00\",\"dateModified\":\"2026-06-25T03:54:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/#\\\/schema\\\/person\\\/3b1e84bafafd19dbf3ee4256ceb59f95\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/noindex\\\/studyfair-puzzle-quiz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Aug Study Fair] Puzzle Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/#website\",\"url\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/\",\"name\":\"SOL Edu\",\"description\":\"Education and Migration Specialists\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/#\\\/schema\\\/person\\\/3b1e84bafafd19dbf3ee4256ceb59f95\",\"name\":\"Event\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g\",\"caption\":\"Event\"},\"url\":\"https:\\\/\\\/www.soledu.net\\\/au\\\/author\\\/event\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Aug Study Fair] Puzzle Quiz - SOL Edu","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.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/","og_locale":"en_US","og_type":"article","og_title":"[Aug Study Fair] Puzzle Quiz - SOL Edu","og_url":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/","og_site_name":"SOL Edu","article_publisher":"https:\/\/www.facebook.com\/SOLEdu.Eng","article_published_time":"2026-06-24T05:55:33+00:00","article_modified_time":"2026-06-25T03:54:03+00:00","author":"Event","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Event","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/#article","isPartOf":{"@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/"},"author":{"name":"Event","@id":"https:\/\/www.soledu.net\/au\/#\/schema\/person\/3b1e84bafafd19dbf3ee4256ceb59f95"},"headline":"[Aug Study Fair] Puzzle Quiz","datePublished":"2026-06-24T05:55:33+00:00","dateModified":"2026-06-25T03:54:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/"},"wordCount":1965,"articleSection":["Noindex"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/","url":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/","name":"[Aug Study Fair] Puzzle Quiz - SOL Edu","isPartOf":{"@id":"https:\/\/www.soledu.net\/au\/#website"},"datePublished":"2026-06-24T05:55:33+00:00","dateModified":"2026-06-25T03:54:03+00:00","author":{"@id":"https:\/\/www.soledu.net\/au\/#\/schema\/person\/3b1e84bafafd19dbf3ee4256ceb59f95"},"breadcrumb":{"@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.soledu.net\/au\/noindex\/studyfair-puzzle-quiz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.soledu.net\/au\/"},{"@type":"ListItem","position":2,"name":"[Aug Study Fair] Puzzle Quiz"}]},{"@type":"WebSite","@id":"https:\/\/www.soledu.net\/au\/#website","url":"https:\/\/www.soledu.net\/au\/","name":"SOL Edu","description":"Education and Migration Specialists","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.soledu.net\/au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.soledu.net\/au\/#\/schema\/person\/3b1e84bafafd19dbf3ee4256ceb59f95","name":"Event","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/49e5021f310fd0f0322972f603e92b08651e6348db6dee837944a27801033b2c?s=96&d=mm&r=g","caption":"Event"},"url":"https:\/\/www.soledu.net\/au\/author\/event\/"}]}},"_links":{"self":[{"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/posts\/1025595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/users\/86"}],"replies":[{"embeddable":true,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/comments?post=1025595"}],"version-history":[{"count":17,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/posts\/1025595\/revisions"}],"predecessor-version":[{"id":1025620,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/posts\/1025595\/revisions\/1025620"}],"wp:attachment":[{"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/media?parent=1025595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/categories?post=1025595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.soledu.net\/au\/wp-json\/wp\/v2\/tags?post=1025595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}