{"id":1607,"date":"2025-12-02T22:44:03","date_gmt":"2025-12-02T22:44:03","guid":{"rendered":"https:\/\/meincorporated.me\/?page_id=1607"},"modified":"2025-12-02T22:44:07","modified_gmt":"2025-12-02T22:44:07","slug":"measure-your-stock","status":"publish","type":"page","link":"https:\/\/meincorporated.me\/?page_id=1607","title":{"rendered":"Measure Your Stock"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>MeIncorporated Personal Stock Assessment<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <style>\n    :root {\n      --mi-primary: #004c97;\n      --mi-accent: #00b5e2;\n      --mi-bg: #f5f7fb;\n      --mi-card: #ffffff;\n      --mi-text: #222222;\n      --mi-muted: #666666;\n      --mi-border: #e0e4ef;\n      --mi-strong-buy: #1b8f3a;\n      --mi-buy: #3fa34d;\n      --mi-hold: #e5a100;\n      --mi-volatile: #e35d17;\n      --mi-risk: #c62828;\n      --mi-radius: 12px;\n    }\n\n    * {\n      box-sizing: border-box;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background: radial-gradient(circle at top, #e9f0ff 0, #f5f7fb 40%, #ffffff 100%);\n      color: var(--mi-text);\n    }\n\n    .mi-container {\n      max-width: 920px;\n      margin: 32px auto;\n      padding: 0 16px 48px;\n    }\n\n    .mi-card {\n      background: var(--mi-card);\n      border-radius: 20px;\n      box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);\n      padding: 28px 26px 32px;\n      border: 1px solid var(--mi-border);\n    }\n\n    .mi-header {\n      text-align: center;\n      margin-bottom: 24px;\n    }\n\n    .mi-tagline {\n      display: inline-block;\n      padding: 4px 12px;\n      border-radius: 999px;\n      background: rgba(0, 76, 151, 0.06);\n      color: var(--mi-primary);\n      font-size: 12px;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      margin-bottom: 8px;\n    }\n\n    h1 {\n      font-size: 28px;\n      margin: 0 0 8px;\n      color: var(--mi-primary);\n    }\n\n    .mi-subtitle {\n      font-size: 15px;\n      color: var(--mi-muted);\n      margin: 0 0 12px;\n    }\n\n    .mi-pillars {\n      font-size: 13px;\n      color: var(--mi-muted);\n      margin-bottom: 8px;\n    }\n\n    .mi-pillars span {\n      padding: 2px 9px;\n      border-radius: 999px;\n      background: #f0f3fc;\n      margin-right: 4px;\n      margin-bottom: 4px;\n      display: inline-block;\n    }\n\n    .mi-required {\n      font-size: 12px;\n      color: var(--mi-muted);\n      margin-bottom: 4px;\n    }\n\n    .mi-required strong {\n      color: #c62828;\n    }\n\n    form {\n      margin-top: 8px;\n    }\n\n    fieldset {\n      border: 1px solid var(--mi-border);\n      border-radius: var(--mi-radius);\n      padding: 16px 18px 18px;\n      margin: 14px 0 18px;\n      background: #fafbff;\n    }\n\n    legend {\n      padding: 0 8px;\n      font-weight: 600;\n      color: var(--mi-primary);\n      font-size: 15px;\n    }\n\n    .mi-question {\n      margin-bottom: 14px;\n      padding-bottom: 10px;\n      border-bottom: 1px dashed #dde2f1;\n    }\n\n    .mi-question:last-of-type {\n      border-bottom: none;\n      padding-bottom: 0;\n      margin-bottom: 4px;\n    }\n\n    .mi-q-label {\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 6px;\n    }\n\n    .mi-q-label span.mi-q-id {\n      font-weight: 600;\n      color: var(--mi-primary);\n      margin-right: 4px;\n    }\n\n    .mi-options {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      font-size: 14px;\n    }\n\n    .mi-options label {\n      cursor: pointer;\n      padding: 4px 6px;\n      border-radius: 8px;\n      transition: background 0.15s ease;\n    }\n\n    .mi-options input {\n      margin-right: 6px;\n      accent-color: var(--mi-primary);\n    }\n\n    .mi-options label:hover {\n      background: rgba(0, 76, 151, 0.07);\n    }\n\n    .mi-actions {\n      text-align: center;\n      margin-top: 24px;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n    }\n\n    .mi-btn {\n      border-radius: 999px;\n      border: none;\n      padding: 10px 22px;\n      font-size: 14px;\n      font-weight: 600;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      transition: transform 0.08s ease, box-shadow 0.12s ease, background 0.12s ease;\n    }\n\n    .mi-btn-primary {\n      background: linear-gradient(135deg, var(--mi-primary), var(--mi-accent));\n      color: #ffffff;\n      box-shadow: 0 10px 18px rgba(0, 76, 151, 0.3);\n    }\n\n    .mi-btn-primary:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 12px 22px rgba(0, 76, 151, 0.35);\n    }\n\n    .mi-btn-secondary {\n      background: #ffffff;\n      border: 1px solid var(--mi-border);\n      color: var(--mi-muted);\n    }\n\n    .mi-btn-secondary:hover {\n      background: #f5f7fb;\n    }\n\n    .mi-error {\n      margin-top: 8px;\n      font-size: 13px;\n      color: #c62828;\n      text-align: center;\n      display: none;\n    }\n\n    .mi-results {\n      margin-top: 26px;\n      padding: 18px 18px 20px;\n      border-radius: 18px;\n      border: 1px solid var(--mi-border);\n      background: #fdfdfd;\n      display: none;\n    }\n\n    .mi-results-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-bottom: 8px;\n    }\n\n    .mi-results-title {\n      font-size: 18px;\n      font-weight: 700;\n    }\n\n    .mi-results-score {\n      font-size: 14px;\n      color: var(--mi-muted);\n    }\n\n    .mi-chip {\n      display: inline-flex;\n      align-items: center;\n      border-radius: 999px;\n      padding: 4px 10px;\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .mi-chip span {\n      margin-right: 6px;\n      font-size: 14px;\n    }\n\n    .mi-tier-strong-buy { background: rgba(27, 143, 58, 0.08); color: var(--mi-strong-buy); }\n    .mi-tier-buy        { background: rgba(63, 163, 77, 0.08); color: var(--mi-buy); }\n    .mi-tier-hold       { background: rgba(229, 161, 0, 0.08); color: var(--mi-hold); }\n    .mi-tier-volatile   { background: rgba(227, 93, 23, 0.08); color: var(--mi-volatile); }\n    .mi-tier-risk       { background: rgba(198, 40, 40, 0.08); color: var(--mi-risk); }\n\n    .mi-results-body {\n      font-size: 14px;\n      color: var(--mi-text);\n      margin-bottom: 10px;\n    }\n\n    .mi-pillars-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));\n      gap: 8px;\n      margin-top: 10px;\n      margin-bottom: 6px;\n    }\n\n    .mi-pillar-card {\n      border-radius: 10px;\n      background: #f5f7fb;\n      padding: 8px 10px;\n      font-size: 13px;\n    }\n\n    .mi-pillar-name {\n      font-weight: 600;\n      margin-bottom: 2px;\n      color: var(--mi-primary);\n    }\n\n    .mi-pillar-score {\n      color: var(--mi-muted);\n    }\n\n    .mi-note {\n      font-size: 12px;\n      color: var(--mi-muted);\n      margin-top: 6px;\n    }\n\n    .mi-footer {\n      text-align: center;\n      margin-top: 18px;\n      font-size: 12px;\n      color: var(--mi-muted);\n    }\n\n    @media (max-width: 600px) {\n      .mi-card {\n        padding: 20px 16px 22px;\n      }\n      h1 {\n        font-size: 22px;\n      }\n      .mi-results-header {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"mi-container\">\n    <div class=\"mi-card\">\n      <header class=\"mi-header\">\n        <div class=\"mi-tagline\">Me Incorporated \u2022 Personal Stock Assessment<\/div>\n        <h1>You Are Your Greatest Investment<\/h1>\n        <p class=\"mi-subtitle\">\n          Imagine you are the most valuable stock on the market. This assessment helps you measure your\n          Personal Stock Value across the core pillars of MeIncorporated and identify your next best investment.\n        <\/p>\n        <div class=\"mi-pillars\">\n          <span>Human Capital<\/span>\n          <span>Social Capital<\/span>\n          <span>Health &amp; Well-being<\/span>\n          <span>Brand Equity<\/span>\n          <span>Career Readiness<\/span>\n        <\/div>\n        <p class=\"mi-required\">\n          <strong>*<\/strong> Please answer all questions to receive your results.\n        <\/p>\n      <\/header>\n\n      <form id=\"mi-assessment\">\n        <!-- HUMAN CAPITAL -->\n        <fieldset>\n          <legend>Human Capital<\/legend>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q1.<\/span>How current is your skillset in relation to your industry?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q1\" value=\"1\">Completely outdated<\/label>\n              <label><input type=\"radio\" name=\"q1\" value=\"2\">Somewhat outdated<\/label>\n              <label><input type=\"radio\" name=\"q1\" value=\"3\">Mostly current<\/label>\n              <label><input type=\"radio\" name=\"q1\" value=\"4\">Highly current<\/label>\n              <label><input type=\"radio\" name=\"q1\" value=\"5\">Cutting-edge \/ future-ready<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q2.<\/span>How often do you engage in learning (courses, books, certifications)?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q2\" value=\"1\">Rarely<\/label>\n              <label><input type=\"radio\" name=\"q2\" value=\"2\">Occasionally<\/label>\n              <label><input type=\"radio\" name=\"q2\" value=\"3\">Monthly<\/label>\n              <label><input type=\"radio\" name=\"q2\" value=\"4\">Weekly<\/label>\n              <label><input type=\"radio\" name=\"q2\" value=\"5\">Daily<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q3.<\/span>How diverse is your skill portfolio?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q3\" value=\"1\">Narrow, single-dimension<\/label>\n              <label><input type=\"radio\" name=\"q3\" value=\"2\">Some breadth<\/label>\n              <label><input type=\"radio\" name=\"q3\" value=\"3\">Balanced set<\/label>\n              <label><input type=\"radio\" name=\"q3\" value=\"4\">Multi-disciplinary<\/label>\n              <label><input type=\"radio\" name=\"q3\" value=\"5\">Broad, adaptable portfolio<\/label>\n            <\/div>\n          <\/div>\n        <\/fieldset>\n\n        <!-- SOCIAL CAPITAL -->\n        <fieldset>\n          <legend>Social Capital<\/legend>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q4.<\/span>How strong is your professional network?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q4\" value=\"1\">Limited<\/label>\n              <label><input type=\"radio\" name=\"q4\" value=\"2\">Small but supportive<\/label>\n              <label><input type=\"radio\" name=\"q4\" value=\"3\">Moderate and growing<\/label>\n              <label><input type=\"radio\" name=\"q4\" value=\"4\">Strong and diverse<\/label>\n              <label><input type=\"radio\" name=\"q4\" value=\"5\">Very strong, influential, cross-sector<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q5.<\/span>How often do you engage in community, mentorship, or impact activities?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q5\" value=\"1\">Never<\/label>\n              <label><input type=\"radio\" name=\"q5\" value=\"2\">Occasionally<\/label>\n              <label><input type=\"radio\" name=\"q5\" value=\"3\">Monthly<\/label>\n              <label><input type=\"radio\" name=\"q5\" value=\"4\">Weekly<\/label>\n              <label><input type=\"radio\" name=\"q5\" value=\"5\">Frequently and intentionally<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q6.<\/span>How would others describe the value you add to relationships?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q6\" value=\"1\">Minimal<\/label>\n              <label><input type=\"radio\" name=\"q6\" value=\"2\">Somewhat helpful<\/label>\n              <label><input type=\"radio\" name=\"q6\" value=\"3\">Reliable<\/label>\n              <label><input type=\"radio\" name=\"q6\" value=\"4\">High-value contributor<\/label>\n              <label><input type=\"radio\" name=\"q6\" value=\"5\">Go-to collaborator<\/label>\n            <\/div>\n          <\/div>\n        <\/fieldset>\n\n        <!-- HEALTH & WELL-BEING -->\n        <fieldset>\n          <legend>Health &amp; Well-being<\/legend>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q7.<\/span>How would you rate your physical health and energy?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q7\" value=\"1\">Low<\/label>\n              <label><input type=\"radio\" name=\"q7\" value=\"2\">Inconsistent<\/label>\n              <label><input type=\"radio\" name=\"q7\" value=\"3\">Moderate<\/label>\n              <label><input type=\"radio\" name=\"q7\" value=\"4\">Strong<\/label>\n              <label><input type=\"radio\" name=\"q7\" value=\"5\">High and consistent<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q8.<\/span>How well do you manage stress and emotional challenges?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q8\" value=\"1\">Poorly<\/label>\n              <label><input type=\"radio\" name=\"q8\" value=\"2\">Some difficulty<\/label>\n              <label><input type=\"radio\" name=\"q8\" value=\"3\">Manage most situations<\/label>\n              <label><input type=\"radio\" name=\"q8\" value=\"4\">Very well<\/label>\n              <label><input type=\"radio\" name=\"q8\" value=\"5\">Exceptionally well, highly resilient<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q9.<\/span>How aligned are your habits (sleep, nutrition, exercise) with your goals?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q9\" value=\"1\">Not at all<\/label>\n              <label><input type=\"radio\" name=\"q9\" value=\"2\">Somewhat<\/label>\n              <label><input type=\"radio\" name=\"q9\" value=\"3\">Moderately<\/label>\n              <label><input type=\"radio\" name=\"q9\" value=\"4\">Strongly<\/label>\n              <label><input type=\"radio\" name=\"q9\" value=\"5\">Fully aligned<\/label>\n            <\/div>\n          <\/div>\n        <\/fieldset>\n\n        <!-- BRAND EQUITY -->\n        <fieldset>\n          <legend>Brand Equity<\/legend>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q10.<\/span>How clear is your personal brand?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q10\" value=\"1\">Unclear<\/label>\n              <label><input type=\"radio\" name=\"q10\" value=\"2\">Somewhat defined<\/label>\n              <label><input type=\"radio\" name=\"q10\" value=\"3\">Clear<\/label>\n              <label><input type=\"radio\" name=\"q10\" value=\"4\">Strong<\/label>\n              <label><input type=\"radio\" name=\"q10\" value=\"5\">Extremely strong and consistent<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q11.<\/span>How visible is your work and expertise?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q11\" value=\"1\">Not visible<\/label>\n              <label><input type=\"radio\" name=\"q11\" value=\"2\">Minimally visible<\/label>\n              <label><input type=\"radio\" name=\"q11\" value=\"3\">Moderately visible<\/label>\n              <label><input type=\"radio\" name=\"q11\" value=\"4\">Highly visible<\/label>\n              <label><input type=\"radio\" name=\"q11\" value=\"5\">Leader \/ influencer level<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q12.<\/span>How effectively do you communicate your story and strengths?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q12\" value=\"1\">Poorly<\/label>\n              <label><input type=\"radio\" name=\"q12\" value=\"2\">Unevenly<\/label>\n              <label><input type=\"radio\" name=\"q12\" value=\"3\">Competently<\/label>\n              <label><input type=\"radio\" name=\"q12\" value=\"4\">Very effectively<\/label>\n              <label><input type=\"radio\" name=\"q12\" value=\"5\">Exceptionally well<\/label>\n            <\/div>\n          <\/div>\n        <\/fieldset>\n\n        <!-- CAREER READINESS -->\n        <fieldset>\n          <legend>Career Readiness<\/legend>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q13.<\/span>How confident are you navigating career changes or opportunities?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q13\" value=\"1\">Not confident<\/label>\n              <label><input type=\"radio\" name=\"q13\" value=\"2\">Somewhat confident<\/label>\n              <label><input type=\"radio\" name=\"q13\" value=\"3\">Moderately confident<\/label>\n              <label><input type=\"radio\" name=\"q13\" value=\"4\">Very confident<\/label>\n              <label><input type=\"radio\" name=\"q13\" value=\"5\">Extremely confident and strategic<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q14.<\/span>How future-ready are you for emerging trends in your field?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q14\" value=\"1\">Not ready<\/label>\n              <label><input type=\"radio\" name=\"q14\" value=\"2\">Somewhat ready<\/label>\n              <label><input type=\"radio\" name=\"q14\" value=\"3\">Moderately ready<\/label>\n              <label><input type=\"radio\" name=\"q14\" value=\"4\">Very ready<\/label>\n              <label><input type=\"radio\" name=\"q14\" value=\"5\">Fully future-proofed<\/label>\n            <\/div>\n          <\/div>\n\n          <div class=\"mi-question\">\n            <div class=\"mi-q-label\"><span class=\"mi-q-id\">Q15.<\/span>How proactive are you in shaping your next chapter?<\/div>\n            <div class=\"mi-options\">\n              <label><input type=\"radio\" name=\"q15\" value=\"1\">Not proactive<\/label>\n              <label><input type=\"radio\" name=\"q15\" value=\"2\">Occasionally proactive<\/label>\n              <label><input type=\"radio\" name=\"q15\" value=\"3\">Somewhat strategic<\/label>\n              <label><input type=\"radio\" name=\"q15\" value=\"4\">Very strategic<\/label>\n              <label><input type=\"radio\" name=\"q15\" value=\"5\">Highly proactive and intentional<\/label>\n            <\/div>\n          <\/div>\n        <\/fieldset>\n\n        <div class=\"mi-actions\">\n          <button type=\"submit\" class=\"mi-btn mi-btn-primary\">\n            <span>&#x1f4c8;<\/span> Calculate My Personal Stock Value\n          <\/button>\n          <button type=\"button\" id=\"mi-reset\" class=\"mi-btn mi-btn-secondary\">\n            Reset\n          <\/button>\n        <\/div>\n\n        <div id=\"mi-error\" class=\"mi-error\">\n          Please answer all questions before calculating your Personal Stock Value.\n        <\/div>\n      <\/form>\n\n      <section id=\"mi-results\" class=\"mi-results\" aria-live=\"polite\">\n        <div class=\"mi-results-header\">\n          <div>\n            <div class=\"mi-results-title\">Your MeIncorporated Assessment<\/div>\n            <div class=\"mi-results-score\" id=\"mi-score-text\"><\/div>\n          <\/div>\n          <div id=\"mi-tier-chip\" class=\"mi-chip\"><\/div>\n        <\/div>\n        <div class=\"mi-results-body\" id=\"mi-tier-description\"><\/div>\n\n        <div class=\"mi-pillars-grid\">\n          <div class=\"mi-pillar-card\">\n            <div class=\"mi-pillar-name\">Human Capital<\/div>\n            <div class=\"mi-pillar-score\" id=\"mi-human-score\"><\/div>\n          <\/div>\n          <div class=\"mi-pillar-card\">\n            <div class=\"mi-pillar-name\">Social Capital<\/div>\n            <div class=\"mi-pillar-score\" id=\"mi-social-score\"><\/div>\n          <\/div>\n          <div class=\"mi-pillar-card\">\n            <div class=\"mi-pillar-name\">Health &amp; Well-being<\/div>\n            <div class=\"mi-pillar-score\" id=\"mi-health-score\"><\/div>\n          <\/div>\n          <div class=\"mi-pillar-card\">\n            <div class=\"mi-pillar-name\">Brand Equity<\/div>\n            <div class=\"mi-pillar-score\" id=\"mi-brand-score\"><\/div>\n          <\/div>\n          <div class=\"mi-pillar-card\">\n            <div class=\"mi-pillar-name\">Career Readiness<\/div>\n            <div class=\"mi-pillar-score\" id=\"mi-career-score\"><\/div>\n          <\/div>\n        <\/div>\n\n        <p class=\"mi-note\">\n          Use your lowest-scoring pillar as your first area of intentional investment over the next 30\u201390 days.\n        <\/p>\n      <\/section>\n\n      <div class=\"mi-footer\">\n        Inspired by <strong>Me Incorporated: You Are Your Greatest Investment<\/strong>.<br \/>\n        Treat this score as a snapshot\u2014your personal stock can rise quickly with focused, consistent action.\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    (function () {\n      const form = document.getElementById(\"mi-assessment\");\n      const errorEl = document.getElementById(\"mi-error\");\n      const resultsEl = document.getElementById(\"mi-results\");\n\n      const scoreTextEl = document.getElementById(\"mi-score-text\");\n      const tierChipEl = document.getElementById(\"mi-tier-chip\");\n      const tierDescEl = document.getElementById(\"mi-tier-description\");\n\n      const humanScoreEl = document.getElementById(\"mi-human-score\");\n      const socialScoreEl = document.getElementById(\"mi-social-score\");\n      const healthScoreEl = document.getElementById(\"mi-health-score\");\n      const brandScoreEl = document.getElementById(\"mi-brand-score\");\n      const careerScoreEl = document.getElementById(\"mi-career-score\");\n\n      const resetBtn = document.getElementById(\"mi-reset\");\n\n      const humanQs = [\"q1\", \"q2\", \"q3\"];\n      const socialQs = [\"q4\", \"q5\", \"q6\"];\n      const healthQs = [\"q7\", \"q8\", \"q9\"];\n      const brandQs = [\"q10\", \"q11\", \"q12\"];\n      const careerQs = [\"q13\", \"q14\", \"q15\"];\n\n      function getScoreForGroup(names) {\n        let sum = 0;\n        for (const name of names) {\n          const checked = document.querySelector('input[name=\"' + name + '\"]:checked');\n          if (!checked) return null;\n          sum += parseInt(checked.value, 10);\n        }\n        return sum;\n      }\n\n      function getTier(total) {\n        if (total >= 60) {\n          return {\n            label: \"Strong Buy\",\n            className: \"mi-tier-strong-buy\",\n            icon: \"&#x1f48e;\",\n            description:\n              \"You are a high-value stock with strong fundamentals across multiple pillars. Your next move is scaling impact\u2014mentorship, leadership, and strategic, well-chosen risks.\"\n          };\n        } else if (total >= 45) {\n          return {\n            label: \"Buy\",\n            className: \"mi-tier-buy\",\n            icon: \"&#x1f4c8;\",\n            description:\n              \"You are a strong investment with clear strengths. With focused effort on one or two weaker pillars, your personal stock can rise quickly.\"\n          };\n        } else if (total >= 30) {\n          return {\n            label: \"Hold\",\n            className: \"mi-tier-hold\",\n            icon: \"&#x2696;&#xfe0f;\",\n            description:\n              \"You\u2019re stable, but underleveraging your potential. A steady, intentional investment in learning, health, or relationships will move you into growth territory.\"\n          };\n        } else if (total >= 15) {\n          return {\n            label: \"Volatile\",\n            className: \"mi-tier-volatile\",\n            icon: \"&#x1f30a;\",\n            description:\n              \"You\u2019re in a transition phase. That\u2019s not a failure; it\u2019s a signal. Choose one pillar to focus on for the next 30 days and treat progress as your primary metric.\"\n          };\n        } else {\n          return {\n            label: \"At Risk\",\n            className: \"mi-tier-risk\",\n            icon: \"&#x1f6a6;\",\n            description:\n              \"This is your turning point. The good news: personal stock can change faster than market stock. Start with one small, doable action in education, health, or support network this week.\"\n          };\n        }\n      }\n\n      form.addEventListener(\"submit\", function (e) {\n        e.preventDefault();\n\n        const human = getScoreForGroup(humanQs);\n        const social = getScoreForGroup(socialQs);\n        const health = getScoreForGroup(healthQs);\n        const brand = getScoreForGroup(brandQs);\n        const career = getScoreForGroup(careerQs);\n\n        if (\n          human === null ||\n          social === null ||\n          health === null ||\n          brand === null ||\n          career === null\n        ) {\n          errorEl.style.display = \"block\";\n          resultsEl.style.display = \"none\";\n          return;\n        }\n\n        errorEl.style.display = \"none\";\n\n        const total = human + social + health + brand + career;\n        const max = 75;\n        const pct = Math.round((total \/ max) * 100);\n\n        const tier = getTier(total);\n\n        scoreTextEl.textContent =\n          \"Your Personal Stock Value is \" + total + \" \/ \" + max + \" (\" + pct + \"%).\";\n\n        tierChipEl.className = \"mi-chip \" + tier.className;\n        tierChipEl.innerHTML = \"<span>\" + tier.icon + \"<\/span>\" + tier.label;\n\n        tierDescEl.textContent = tier.description;\n\n        humanScoreEl.textContent = human + \" \/ 15\";\n        socialScoreEl.textContent = social + \" \/ 15\";\n        healthScoreEl.textContent = health + \" \/ 15\";\n        brandScoreEl.textContent = brand + \" \/ 15\";\n        careerScoreEl.textContent = career + \" \/ 15\";\n\n        resultsEl.style.display = \"block\";\n        resultsEl.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n      });\n\n      resetBtn.addEventListener(\"click\", function () {\n        form.reset();\n        resultsEl.style.display = \"none\";\n        errorEl.style.display = \"none\";\n      });\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>MeIncorporated Personal Stock Assessment Me Incorporated \u2022 Personal Stock Assessment You Are Your Greatest Investment Imagine you are the most valuable stock on the market. This assessment helps you measure your Personal Stock Value across the core pillars of MeIncorporated and identify your next best investment. Human Capital Social Capital Health &amp; Well-being Brand Equity &#8230; <a title=\"Measure Your Stock\" class=\"read-more\" href=\"https:\/\/meincorporated.me\/?page_id=1607\" aria-label=\"Read more about Measure Your Stock\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-1607","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Measure Your Stock - Me Incorporated<\/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:\/\/meincorporated.me\/?page_id=1607\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/meincorporated.me\\\/?page_id=1607\",\"url\":\"https:\\\/\\\/meincorporated.me\\\/?page_id=1607\",\"name\":\"Measure Your Stock - Me Incorporated\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/meincorporated.me\\\/#website\"},\"datePublished\":\"2025-12-02T22:44:03+00:00\",\"dateModified\":\"2025-12-02T22:44:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/meincorporated.me\\\/?page_id=1607#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/meincorporated.me\\\/?page_id=1607\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/meincorporated.me\\\/?page_id=1607#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/meincorporated.me\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Measure Your Stock\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/meincorporated.me\\\/#website\",\"url\":\"https:\\\/\\\/meincorporated.me\\\/\",\"name\":\"Me Incorporated\",\"description\":\"Career Planning for the 21st Century\",\"publisher\":{\"@id\":\"https:\\\/\\\/meincorporated.me\\\/#\\\/schema\\\/person\\\/8410d1c02aedb4c5fefd541700645367\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/meincorporated.me\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/meincorporated.me\\\/#\\\/schema\\\/person\\\/8410d1c02aedb4c5fefd541700645367\",\"name\":\"Edward Abeyta, Ph.D.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/meincorporated.me\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/ed-mug.jpg\",\"url\":\"https:\\\/\\\/meincorporated.me\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/ed-mug.jpg\",\"contentUrl\":\"https:\\\/\\\/meincorporated.me\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/ed-mug.jpg\",\"width\":1024,\"height\":1536,\"caption\":\"Edward Abeyta, Ph.D.\"},\"logo\":{\"@id\":\"https:\\\/\\\/meincorporated.me\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/ed-mug.jpg\"},\"description\":\"Edward L. Abeyta, PhD, serves as the Associate Dean for Education and Community Outreach at the UC San Diego Division of Extended Studies, specializing in learning across the lifespan and the linkage among education, workforce development, and diverse communities across the globe. Serving learners from precollege to retirement, Abeyta has dedicated his life to transforming education and empowering individuals to reach their full potential. With an unwavering commitment to innovation and access, he has made significant contributions to the academic community as an educator, author, public speaker, administrator, and advocate. His commitment to empowering others extends beyond the classroom and administrative office. Abeyta is an education innovator who actively participates in binational community initiatives to create opportunities for underserved populations. His dedication to philanthropy has led him to support organizations focused on access, education, mentorship, and economic mobility, further solidifying his role as a catalyst for positive change. Abeyta has been recognized by UC San Diego, the UC Office of the President, and the California Office of the Governor for his involvement in staff diversity and development initiatives and as a leader in donor stewardship. He serves on various community advisory boards and is a founding trustee of Urban Discovery Schools in San Diego, where he currently serves as the president of the UDA Foundation. He has a BA from the University of New Mexico, an MA from the University of San Diego, and a PhD in Postsecondary Adult Education from Capella University. He served as the Staff Advisor to the University of California Regents from 2008\u20132010.\",\"sameAs\":[\"http:\\\/\\\/www.universityofcalifornia.edu\\\/staffadvisors\\\/edwardabeyta.html\",\"https:\\\/\\\/www.facebook.com\\\/ed.abeyta\",\"https:\\\/\\\/www.instagram.com\\\/abeytaed\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/edward-abeyta-b18525349\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/meincorporated_me\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Measure Your Stock - Me Incorporated","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:\/\/meincorporated.me\/?page_id=1607","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/meincorporated.me\/?page_id=1607","url":"https:\/\/meincorporated.me\/?page_id=1607","name":"Measure Your Stock - Me Incorporated","isPartOf":{"@id":"https:\/\/meincorporated.me\/#website"},"datePublished":"2025-12-02T22:44:03+00:00","dateModified":"2025-12-02T22:44:07+00:00","breadcrumb":{"@id":"https:\/\/meincorporated.me\/?page_id=1607#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meincorporated.me\/?page_id=1607"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/meincorporated.me\/?page_id=1607#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meincorporated.me\/"},{"@type":"ListItem","position":2,"name":"Measure Your Stock"}]},{"@type":"WebSite","@id":"https:\/\/meincorporated.me\/#website","url":"https:\/\/meincorporated.me\/","name":"Me Incorporated","description":"Career Planning for the 21st Century","publisher":{"@id":"https:\/\/meincorporated.me\/#\/schema\/person\/8410d1c02aedb4c5fefd541700645367"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meincorporated.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/meincorporated.me\/#\/schema\/person\/8410d1c02aedb4c5fefd541700645367","name":"Edward Abeyta, Ph.D.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/meincorporated.me\/wp-content\/uploads\/2024\/09\/ed-mug.jpg","url":"https:\/\/meincorporated.me\/wp-content\/uploads\/2024\/09\/ed-mug.jpg","contentUrl":"https:\/\/meincorporated.me\/wp-content\/uploads\/2024\/09\/ed-mug.jpg","width":1024,"height":1536,"caption":"Edward Abeyta, Ph.D."},"logo":{"@id":"https:\/\/meincorporated.me\/wp-content\/uploads\/2024\/09\/ed-mug.jpg"},"description":"Edward L. Abeyta, PhD, serves as the Associate Dean for Education and Community Outreach at the UC San Diego Division of Extended Studies, specializing in learning across the lifespan and the linkage among education, workforce development, and diverse communities across the globe. Serving learners from precollege to retirement, Abeyta has dedicated his life to transforming education and empowering individuals to reach their full potential. With an unwavering commitment to innovation and access, he has made significant contributions to the academic community as an educator, author, public speaker, administrator, and advocate. His commitment to empowering others extends beyond the classroom and administrative office. Abeyta is an education innovator who actively participates in binational community initiatives to create opportunities for underserved populations. His dedication to philanthropy has led him to support organizations focused on access, education, mentorship, and economic mobility, further solidifying his role as a catalyst for positive change. Abeyta has been recognized by UC San Diego, the UC Office of the President, and the California Office of the Governor for his involvement in staff diversity and development initiatives and as a leader in donor stewardship. He serves on various community advisory boards and is a founding trustee of Urban Discovery Schools in San Diego, where he currently serves as the president of the UDA Foundation. He has a BA from the University of New Mexico, an MA from the University of San Diego, and a PhD in Postsecondary Adult Education from Capella University. He served as the Staff Advisor to the University of California Regents from 2008\u20132010.","sameAs":["http:\/\/www.universityofcalifornia.edu\/staffadvisors\/edwardabeyta.html","https:\/\/www.facebook.com\/ed.abeyta","https:\/\/www.instagram.com\/abeytaed\/","https:\/\/www.linkedin.com\/in\/edward-abeyta-b18525349\/","https:\/\/www.pinterest.com\/meincorporated_me"]}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P3G1mh-pV","_links":{"self":[{"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/pages\/1607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meincorporated.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1607"}],"version-history":[{"count":1,"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/pages\/1607\/revisions"}],"predecessor-version":[{"id":1608,"href":"https:\/\/meincorporated.me\/index.php?rest_route=\/wp\/v2\/pages\/1607\/revisions\/1608"}],"wp:attachment":[{"href":"https:\/\/meincorporated.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}