{"id":1571,"date":"2026-09-02T19:58:14","date_gmt":"2026-09-02T19:58:14","guid":{"rendered":"https:\/\/yarima.org\/?page_id=1571"},"modified":"2026-09-05T18:03:34","modified_gmt":"2026-09-05T18:03:34","slug":"nutrients-test","status":"publish","type":"page","link":"https:\/\/yarima.org\/?page_id=1571","title":{"rendered":"Energy Assessment"},"content":{"rendered":"\n<meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <meta name=\"description\" content=\"Yarima Wellness Nutrition &amp; Energy Assessment\">\n  <title>Nutrition &amp; Energy Assessment | Yarima Wellness<\/title>\n  <style>\n    :root {\n      --green: #226609;\n      --green-dark: #153f06;\n      --green-soft: #edf5e9;\n      --green-border: #bed7b4;\n      --cream: #f8f7f2;\n      --white: #ffffff;\n      --ink: #173013;\n      --muted: #52604e;\n      --error: #8a2e20;\n      --shadow: 0 12px 32px rgba(25, 65, 13, .10);\n    }\n\n    * { box-sizing: border-box; }\n    html { background: var(--cream); }\n    body {\n      margin: 0;\n      color: var(--ink);\n      background: var(--cream);\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      line-height: 1.55;\n      -webkit-font-smoothing: antialiased;\n    }\n    button { font: inherit; }\n    button:focus-visible, a:focus-visible {\n      outline: 3px solid var(--green-dark);\n      outline-offset: 3px;\n    }\n    .assessment-shell {\n      width: min(100%, 720px);\n      min-height: 100vh;\n      margin: 0 auto;\n      padding: 24px 16px 40px;\n      display: grid;\n      place-items: center;\n    }\n    .assessment-card {\n      width: 100%;\n      overflow: hidden;\n      background: var(--white);\n      border: 1px solid rgba(34, 102, 9, .11);\n      border-radius: 22px;\n      box-shadow: var(--shadow);\n    }\n    .brand-bar { height: 7px; background: var(--green); }\n    .screen { padding: 32px 22px; animation: rise .28s ease both; }\n    .screen[hidden] { display: none; }\n    .eyebrow {\n      display: block;\n      margin-bottom: 12px;\n      color: var(--green);\n      font-weight: 800;\n      font-size: .78rem;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n    }\n    h1, h2, h3, p { margin-top: 0; }\n    h1 { font-size: clamp(2rem, 8vw, 3.1rem); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 18px; }\n    h2 { font-size: clamp(1.55rem, 6vw, 2.2rem); line-height: 1.16; letter-spacing: -.03em; margin-bottom: 12px; }\n    h3 { font-size: 1.2rem; line-height: 1.25; margin-bottom: 10px; }\n    .lead { color: var(--muted); font-size: 1.06rem; }\n    .intro { padding-block: 48px 34px; }\n    .intro-mark {\n      width: 58px; height: 58px; margin-bottom: 24px; border-radius: 50%;\n      display: grid; place-items: center; color: var(--green);\n      background: var(--green-soft); font-size: 1.75rem;\n    }\n    .expectation {\n      display: inline-block;\n      margin: 8px 0 28px;\n      padding: 8px 12px;\n      color: var(--green-dark);\n      background: var(--green-soft);\n      border-radius: 999px;\n      font-weight: 700;\n      font-size: .88rem;\n    }\n    .button {\n      width: 100%; min-height: 54px; padding: 13px 19px;\n      border: 1px solid transparent; border-radius: 12px;\n      cursor: pointer; display: inline-flex; align-items: center; justify-content: center;\n      text-align: center; text-decoration: none; font-weight: 800;\n      transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;\n    }\n    .button:hover { transform: translateY(-1px); }\n    .button:active { transform: translateY(0); }\n    .button-primary { color: var(--white); background: var(--green); box-shadow: 0 6px 14px rgba(34, 102, 9, .18); }\n    .button-primary:hover { background: var(--green-dark); }\n    .button-secondary { color: var(--green); background: var(--white); border-color: var(--green-border); }\n    .button-secondary:hover { background: var(--green-soft); }\n    .disclaimer {\n      margin: 28px 0 0; padding-top: 20px;\n      color: var(--muted); border-top: 1px solid #e5e9e2; font-size: .79rem;\n    }\n    .progress-header { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--muted); font-size: .86rem; font-weight: 750; }\n    .progress-track { height: 7px; margin-bottom: 30px; overflow: hidden; background: #e5eee1; border-radius: 999px; }\n    .progress-value { height: 100%; width: 0; background: var(--green); border-radius: inherit; transition: width .28s ease; }\n    .question-subtext, .examples { color: var(--muted); font-size: .94rem; }\n    .examples { margin-top: -4px; font-style: italic; }\n    .options { display: grid; gap: 11px; margin: 24px 0 12px; }\n    .answer-option {\n      min-height: 58px; padding: 15px 17px; width: 100%;\n      display: flex; align-items: center; gap: 13px; text-align: left;\n      color: var(--ink); background: var(--white); border: 1px solid #d6e1d1; border-radius: 13px;\n      cursor: pointer; font-weight: 650; line-height: 1.35;\n      transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;\n    }\n    .answer-option:hover { border-color: var(--green); background: #fbfdf9; }\n    .answer-option[aria-checked=\"true\"] { border: 2px solid var(--green); padding: 14px 16px; background: var(--green-soft); box-shadow: 0 3px 10px rgba(34, 102, 9, .08); }\n    .selection-dot { width: 20px; height: 20px; flex: 0 0 20px; border: 2px solid #809177; border-radius: 50%; position: relative; }\n    .answer-option[aria-checked=\"true\"] .selection-dot { border-color: var(--green); }\n    .answer-option[aria-checked=\"true\"] .selection-dot::after { content: \"\"; position: absolute; inset: 4px; border-radius: 50%; background: var(--green); }\n    .inline-error { min-height: 23px; margin: 4px 0 16px; color: var(--error); font-size: .88rem; font-weight: 650; }\n    .navigation { display: flex; gap: 12px; align-items: center; }\n    .back-button { width: auto; min-width: 92px; }\n    .next-button { flex: 1; }\n    .score-wrap { text-align: center; padding: 5px 0 28px; }\n    .score-number { display: block; color: var(--green); font-size: clamp(5rem, 22vw, 8rem); font-weight: 850; line-height: .88; letter-spacing: -.09em; }\n    .score-out-of { display: block; margin-top: 10px; color: var(--muted); font-weight: 700; }\n    .result-title { color: var(--green-dark); text-align: center; }\n    .result-message { color: var(--muted); font-size: 1rem; }\n    .cta { margin-top: 28px; padding: 23px 19px; background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 16px; }\n    .cta p { margin-bottom: 18px; color: #35502c; }\n    .secondary-cta { margin-top: 24px; padding-top: 24px; border-top: 1px solid #e1e9dd; }\n    .secondary-cta p { color: var(--muted); font-size: .94rem; }\n    @keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }\n    @media (min-width: 600px) { .assessment-shell { padding-block: 52px; } .screen { padding: 44px 52px; } .intro { padding-block: 64px 46px; } }\n    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }\n  <\/style>\n\n\n  <main class=\"assessment-shell\">\n    <section class=\"assessment-card\" aria-label=\"Yarima Wellness Nutrition and Energy Assessment\">\n      <div class=\"brand-bar\" aria-hidden=\"true\"><\/div>\n\n      <section class=\"screen intro\" id=\"intro-screen\">\n        <div class=\"intro-mark\" aria-hidden=\"true\">\u2726<\/div>\n        <span class=\"eyebrow\">Yarima Wellness<\/span>\n        <h1>Could Your Nutrition Be Affecting Your Energy?<\/h1>\n        <p class=\"lead\">Take this quick Nutrition &amp; Energy Assessment to see how your everyday eating habits may be influencing how you feel throughout the day.<\/p>\n        <p class=\"expectation\">8 quick questions \u2022 About 1 minute \u2022 Instant results<\/p>\n        <button class=\"button button-primary\" id=\"start-button\" type=\"button\">Start Assessment<\/button>\n        <p class=\"disclaimer\">This assessment is an educational wellness tool, not a medical test or diagnosis. Tiredness and fatigue can have many possible causes. If you have persistent, severe, or unexplained fatigue, consider speaking with a qualified healthcare professional.<\/p>\n      <\/section>\n\n      <section class=\"screen\" id=\"question-screen\" hidden=\"\" aria-live=\"polite\">\n        <div class=\"progress-header\"><span id=\"question-count\">Question 1 of 8<\/span><span id=\"progress-percent\">13% complete<\/span><\/div>\n        <div class=\"progress-track\" role=\"progressbar\" aria-label=\"Assessment progress\" aria-valuemin=\"0\" aria-valuemax=\"8\" aria-valuenow=\"1\"><div class=\"progress-value\" id=\"progress-value\"><\/div><\/div>\n        <span class=\"eyebrow\">Nutrition &amp; Energy Assessment<\/span>\n        <h2 id=\"question-title\"><\/h2>\n        <p class=\"examples\" id=\"question-examples\" hidden=\"\"><\/p>\n        <p class=\"question-subtext\" id=\"question-subtext\"><\/p>\n        <div class=\"options\" id=\"options\" role=\"radiogroup\" aria-labelledby=\"question-title\"><\/div>\n        <p class=\"inline-error\" id=\"inline-error\" role=\"alert\" aria-live=\"assertive\"><\/p>\n        <div class=\"navigation\">\n          <button class=\"button button-secondary back-button\" id=\"back-button\" type=\"button\">Back<\/button>\n          <button class=\"button button-primary next-button\" id=\"next-button\" type=\"button\">Next<\/button>\n        <\/div>\n      <\/section>\n\n      <section class=\"screen\" id=\"result-screen\" hidden=\"\" tabindex=\"-1\">\n        <div class=\"score-wrap\">\n          <span class=\"eyebrow\">Your Nutrition &amp; Energy Score<\/span>\n          <output class=\"score-number\" id=\"score-number\" aria-label=\"Your score\"><\/output>\n          <span class=\"score-out-of\">out of 100<\/span>\n        <\/div>\n        <h2 class=\"result-title\" id=\"result-title\"><\/h2>\n        <p class=\"result-message\" id=\"result-message\"><\/p>\n        <section class=\"cta\" aria-labelledby=\"guide-heading\">\n          <h3 id=\"guide-heading\">Want practical guidance to improve your nutrition?<\/h3>\n          <p>Enter your information on the next page and we&#8217;ll send you our free nutrition guide with practical steps you can use to improve your everyday eating habits.<\/p>\n          <button class=\"button button-primary\" id=\"guide-button\" type=\"button\">Get Your Free Guide<\/button>\n        <\/section>\n        <section class=\"secondary-cta\" aria-labelledby=\"coaching-heading\">\n          <h3 id=\"coaching-heading\">Need Personalized Nutrition Support?<\/h3>\n          <p>If you&#8217;d like personalized help improving your nutrition and building healthier habits, you can request nutrition coaching from Yarima Wellness.<\/p>\n          <button class=\"button button-secondary\" id=\"coaching-button\" type=\"button\">Request Nutrition Coaching<\/button>\n        <\/section>\n        <p class=\"disclaimer\">This assessment is an educational wellness tool, not a medical test or diagnosis. Tiredness and fatigue can have many possible causes. If you have persistent, severe, or unexplained fatigue, consider speaking with a qualified healthcare professional.<\/p>\n      <\/section>\n    <\/section>\n  <\/main>\n\n  <script>\n    \/* ==================== CONFIGURATION ==================== *\/\n    const GOOGLE_FORM_URL = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScfpGP8nbYUoa_-eZ76IaJE1AQLqG_rr2gARexEy7bdKXT0tg\/viewform?usp=publish-editor\";\n    const COACHING_URL = \"https:\/\/yarima.org\/?page_id=1454\";\n\n    \/* Questions and hidden answer scores. Edit this array to update the assessment. *\/\n    const questions = [\n      { question: \"How do you usually feel when you wake up?\", subtext: \"Your morning energy gives us an important starting point. It helps us understand whether your tiredness is present from the beginning of the day or develops later.\", answers: [[\"Energized and ready for the day\", 4], [\"Pretty good, but not fully energized\", 3], [\"Still tired\", 1], [\"Very tired and have trouble getting started\", 0]] },\n      { question: \"How long does your energy usually last after you wake up?\", subtext: \"The timing of your energy changes can help us understand your daily energy pattern and what may be worth exploring further.\", answers: [[\"Most of the day\", 4], [\"Until early afternoon\", 3], [\"Only a few hours\", 1], [\"I feel tired almost immediately\", 0]] },\n      { question: \"How often do you experience an energy crash during the day?\", subtext: \"Frequent energy crashes can give us another clue about your energy pattern and help us look more closely at your everyday nutrition habits.\", answers: [[\"Rarely\", 4], [\"Occasionally\", 3], [\"Several times a week\", 1], [\"Almost every day\", 0]] },\n      { question: \"How often does your meal include a good source of protein?\", examples: \"Examples: eggs, chicken, fish, meat, Greek yogurt, cottage cheese, beans, or lentils.\", subtext: \"Protein is an important part of a balanced diet. We're asking this to understand how consistently protein appears in your everyday meals.\", answers: [[\"Almost every meal\", 4], [\"Most meals\", 3], [\"Some meals\", 1], [\"Rarely\", 0]] },\n      { question: \"How often do you eat foods high in refined carbohydrates or added sugars?\", examples: \"Examples: candy, pastries, sugary cereals, white bread, regular soda, cookies, cakes, crackers, chips, and similar foods.\", subtext: \"We're asking because the quality and composition of your meals can influence how consistently your body is fueled throughout the day.\", answers: [[\"Rarely\", 4], [\"1\u20132 times per week\", 3], [\"Several times per week\", 2], [\"Almost every day\", 1], [\"Several times a day\", 0]] },\n      { question: \"How often do you eat vegetables and fruits?\", examples: \"Examples: leafy greens, broccoli, carrots, berries, apples, oranges, and other fruits and vegetables.\", subtext: \"Fruits and vegetables provide fiber, vitamins, minerals, and other beneficial nutrients that contribute to overall nutritional quality.\", answers: [[\"With most meals\", 4], [\"Once or twice a day\", 3], [\"A few times per week\", 1], [\"Rarely\", 0]] },\n      { question: \"How often do you eat a meal that combines protein, vegetables or fruit, healthy fats, and a source of carbohydrates?\", examples: \"Example: grilled chicken + vegetables + avocado + potatoes.\", subtext: \"We're looking at how balanced your meals are overall\u2014not whether you eat perfectly.\", answers: [[\"Almost every meal\", 4], [\"Most meals\", 3], [\"Some meals\", 1], [\"Rarely\", 0]] },\n      { question: \"How often do you rely on caffeine or energy drinks to get through the day?\", examples: \"Examples: coffee, energy drinks, caffeinated soda, pre-workout drinks, or similar caffeinated products.\", subtext: \"This helps us understand whether you're regularly using caffeine to compensate for low energy during the day.\", answers: [[\"Rarely or never\", 4], [\"Once a day\", 3], [\"Twice a day\", 2], [\"3+ times a day\", 1], [\"I regularly need caffeine to feel functional\", 0]] }\n    ];\n\n    const resultRanges = [\n      { max: 30, title: \"Nutrition May Be an Important Area to Address\", message: \"Your answers suggest that several areas of your nutrition could be improved. Because your body depends on adequate nutrients and consistent fueling, your eating habits may be contributing to how you feel and your energy levels. Improving the quality and consistency of your nutrition may be a worthwhile place to start.\" },\n      { max: 55, title: \"Nutrition Could Be Contributing\", message: \"You have some positive nutrition habits, but there are also areas that could be improved. Your nutrition could be one factor contributing to your tiredness. Making a few consistent changes to the way you eat may help you build a stronger nutritional foundation.\" },\n      { max: 80, title: \"Good Foundation, But Room to Improve\", message: \"Your nutrition has a reasonably good foundation. Your answers suggest that you are doing several things well, although there are still opportunities to improve your eating habits. Nutrition may not be the only factor behind your tiredness, but optimizing your nutrition could still support your overall health and energy.\" },\n      { max: 100, title: \"Strong Nutrition Foundation\", message: \"Your answers suggest that you have a strong nutritional foundation. Based on your eating habits, nutrition may not be the main factor contributing to your tiredness. It may be worth looking at other factors that can affect how you feel, such as sleep, stress, physical activity, medications, or other health factors. If your tiredness is persistent or unexplained, consider discussing it with a healthcare professional.\" }\n    ];\n\n    let currentQuestion = 0;\n    const answers = Array(questions.length).fill(null);\n    const byId = (id) => document.getElementById(id);\n    const introScreen = byId(\"intro-screen\"), questionScreen = byId(\"question-screen\"), resultScreen = byId(\"result-screen\");\n\n    function showScreen(screen) {\n      [introScreen, questionScreen, resultScreen].forEach(item => item.hidden = item !== screen);\n      screen.classList.remove(\"screen\");\n      void screen.offsetWidth; \/\/ restart the short transition when navigating\n      screen.classList.add(\"screen\");\n    }\n\n    function renderQuestion() {\n      const item = questions[currentQuestion];\n      const selectedIndex = answers[currentQuestion];\n      const progress = ((currentQuestion + 1) \/ questions.length) * 100;\n      byId(\"question-count\").textContent = `Question ${currentQuestion + 1} of ${questions.length}`;\n      byId(\"progress-percent\").textContent = `${Math.round(progress)}% complete`;\n      byId(\"progress-value\").style.width = `${progress}%`;\n      document.querySelector(\".progress-track\").setAttribute(\"aria-valuenow\", currentQuestion + 1);\n      byId(\"question-title\").textContent = item.question;\n      byId(\"question-subtext\").textContent = item.subtext;\n      const examples = byId(\"question-examples\");\n      examples.textContent = item.examples || \"\";\n      examples.hidden = !item.examples;\n      byId(\"inline-error\").textContent = \"\";\n      byId(\"back-button\").hidden = currentQuestion === 0;\n      byId(\"next-button\").textContent = currentQuestion === questions.length - 1 ? \"See My Score\" : \"Next\";\n\n      const options = byId(\"options\");\n      options.replaceChildren();\n      item.answers.forEach(([label], index) => {\n        const option = document.createElement(\"button\");\n        option.type = \"button\";\n        option.className = \"answer-option\";\n        option.setAttribute(\"role\", \"radio\");\n        option.setAttribute(\"aria-checked\", String(selectedIndex === index));\n        option.innerHTML = `<span class=\"selection-dot\" aria-hidden=\"true\"><\/span><span>${label}<\/span>`;\n        option.addEventListener(\"click\", () => selectAnswer(index));\n        options.append(option);\n      });\n    }\n\n    function selectAnswer(index) {\n      answers[currentQuestion] = index;\n      byId(\"inline-error\").textContent = \"\";\n      [...byId(\"options\").children].forEach((button, buttonIndex) => button.setAttribute(\"aria-checked\", String(buttonIndex === index)));\n    }\n\n    function calculateScore() {\n      const rawScore = answers.reduce((total, answerIndex, questionIndex) => total + questions[questionIndex].answers[answerIndex][1], 0);\n      return Math.round((rawScore \/ 32) * 100);\n    }\n\n    function showResults() {\n      const score = calculateScore();\n      const result = resultRanges.find(range => score <= range.max);\n      byId(\"score-number\").textContent = score;\n      byId(\"score-number\").setAttribute(\"aria-label\", `Your Nutrition and Energy Score is ${score} out of 100`);\n      byId(\"result-title\").textContent = result.title;\n      byId(\"result-message\").textContent = result.message;\n      showScreen(resultScreen);\n      resultScreen.focus();\n    }\n\n    byId(\"start-button\").addEventListener(\"click\", () => { showScreen(questionScreen); renderQuestion(); byId(\"question-title\").focus?.(); });\n    byId(\"next-button\").addEventListener(\"click\", () => {\n      if (answers[currentQuestion] === null) { byId(\"inline-error\").textContent = \"Please select an answer to continue.\"; return; }\n      if (currentQuestion === questions.length - 1) { showResults(); return; }\n      currentQuestion += 1; renderQuestion();\n    });\n    byId(\"back-button\").addEventListener(\"click\", () => { if (currentQuestion > 0) { currentQuestion -= 1; renderQuestion(); } });\n    byId(\"guide-button\").addEventListener(\"click\", () => { window.location.href = GOOGLE_FORM_URL; });\n    byId(\"coaching-button\").addEventListener(\"click\", () => { window.location.href = COACHING_URL; });\n  <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Nutrition &amp; Energy Assessment | Yarima Wellness \u2726 Yarima Wellness Could Your Nutrition Be Affecting Your Energy? Take this quick Nutrition &amp; Energy Assessment to see how your everyday eating habits may be influencing how you feel throughout the day. 8 quick questions \u2022 About 1 minute \u2022 Instant results Start Assessment This assessment is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1571","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/pages\/1571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yarima.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1571"}],"version-history":[{"count":4,"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/pages\/1571\/revisions"}],"predecessor-version":[{"id":1580,"href":"https:\/\/yarima.org\/index.php?rest_route=\/wp\/v2\/pages\/1571\/revisions\/1580"}],"wp:attachment":[{"href":"https:\/\/yarima.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}