{"id":1497,"date":"2026-06-15T05:24:01","date_gmt":"2026-06-15T05:24:01","guid":{"rendered":"https:\/\/museum.wiserighteous.org\/?page_id=1497"},"modified":"2026-06-15T13:15:33","modified_gmt":"2026-06-15T13:15:33","slug":"self-reflection-with-schmorell","status":"publish","type":"page","link":"https:\/\/museum.wiserighteous.org\/index.php\/self-reflection-with-schmorell\/","title":{"rendered":"Self\u2011Reflection with Schmorell"},"content":{"rendered":"\n<section id=\"schmorell-meter\" style=\"max-width:900px;margin:auto;padding:20px;background:#fafafa;border:1px solid #ddd;border-radius:10px;\">\n  <h2 style=\"text-align:center;\">Self\u2011Reflection with Alexander Schmorell<br><small>Moral Compass Meter<\/small><\/h2>\n\n  <p><strong>Alexander Schmorell<\/strong>, co\u2011founder of the White Rose resistance, faced moral crossroads that demanded clarity, courage, and sacrifice. Each question below presents a real situation he faced \u2014 and invites you to reflect on what you would do in a similar moment.<\/p>\n\n  <hr>\n\n  <!-- QUESTION 1 -->\n  <div class=\"question-block\">\n    <h3>1. Schmorell Witnesses Injustice<\/h3>\n    <p>Schmorell saw Jewish neighbors being humiliated and stripped of rights. Many Germans looked away. He refused to normalize injustice.<\/p>\n    <p><strong>If you witnessed a marginalized group being mistreated today, how likely are you to acknowledge it openly?<\/strong><\/p>\n\n    <div class=\"likert\">\n      <label>Very Disagree<\/label>\n      <label><input type=\"radio\" name=\"q1\" value=\"1\"><\/label>\n      <label><input type=\"radio\" name=\"q1\" value=\"2\"><\/label>\n      <label><input type=\"radio\" name=\"q1\" value=\"3\" checked><\/label>\n      <label><input type=\"radio\" name=\"q1\" value=\"4\"><\/label>\n      <label><input type=\"radio\" name=\"q1\" value=\"5\"><\/label>\n      <label>Very Agree<\/label>\n    <\/div>\n  <\/div>\n\n  <!-- QUESTION 2 -->\n  <div class=\"question-block\">\n    <h3>2. Schmorell Chooses Personal Risk<\/h3>\n    <p>He helped write and distribute anti\u2011Nazi leaflets, knowing he could be arrested or executed.<\/p>\n    <p><strong>If doing the right thing today required personal cost (reputation, comfort, or opportunity), how willing would you be to act?<\/strong><\/p>\n\n    <div class=\"likert\">\n      <label>Very Disagree<\/label>\n      <label><input type=\"radio\" name=\"q2\" value=\"1\"><\/label>\n      <label><input type=\"radio\" name=\"q2\" value=\"2\"><\/label>\n      <label><input type=\"radio\" name=\"q2\" value=\"3\" checked><\/label>\n      <label><input type=\"radio\" name=\"q2\" value=\"4\"><\/label>\n      <label><input type=\"radio\" name=\"q2\" value=\"5\"><\/label>\n      <label>Very Agree<\/label>\n    <\/div>\n  <\/div>\n\n  <!-- QUESTION 3 -->\n  <div class=\"question-block\">\n    <h3>3. Schmorell Acts, Not Just Feels<\/h3>\n    <p>Many Germans felt uneasy about the regime. Few acted. Schmorell acted.<\/p>\n    <p><strong>When your conscience is stirred, how likely are you to take concrete action rather than remain silent?<\/strong><\/p>\n\n    <div class=\"likert\">\n      <label>Very Disagree<\/label>\n      <label><input type=\"radio\" name=\"q3\" value=\"1\"><\/label>\n      <label><input type=\"radio\" name=\"q3\" value=\"2\"><\/label>\n      <label><input type=\"radio\" name=\"q3\" value=\"3\" checked><\/label>\n      <label><input type=\"radio\" name=\"q3\" value=\"4\"><\/label>\n      <label><input type=\"radio\" name=\"q3\" value=\"5\"><\/label>\n      <label>Very Agree<\/label>\n    <\/div>\n  <\/div>\n\n  <!-- QUESTION 4 -->\n  <div class=\"question-block\">\n    <h3>4. Schmorell Stands Against Group Pressure<\/h3>\n    <p>He resisted the overwhelming pressure to conform to Nazi ideology, even when isolated.<\/p>\n    <p><strong>When your group, workplace, or community pressures you to conform, how strongly do you stay anchored to truth?<\/strong><\/p>\n\n    <div class=\"likert\">\n      <label>Very Disagree<\/label>\n      <label><input type=\"radio\" name=\"q4\" value=\"1\"><\/label>\n      <label><input type=\"radio\" name=\"q4\" value=\"2\"><\/label>\n      <label><input type=\"radio\" name=\"q4\" value=\"3\" checked><\/label>\n      <label><input type=\"radio\" name=\"q4\" value=\"4\"><\/label>\n      <label><input type=\"radio\" name=\"q4\" value=\"5\"><\/label>\n      <label>Very Agree<\/label>\n    <\/div>\n  <\/div>\n\n  <hr>\n\n  <button id=\"submitMeter\" style=\"width:100%;padding:12px;background:#333;color:white;border:none;border-radius:6px;font-size:18px;cursor:pointer;\">\n    Generate My Reflection Report\n  <\/button>\n\n  <!-- RESULTS -->\n  <div id=\"meterResults\" style=\"display:none;margin-top:25px;padding:20px;background:white;border:1px solid #ccc;border-radius:10px;\">\n    <h3>Your Moral Compass Report<\/h3>\n\n    <canvas id=\"barChart\" width=\"800\" height=\"300\" style=\"margin-bottom:20px;\"><\/canvas>\n\n    <p id=\"strengths\"><\/p>\n    <p id=\"weaknesses\"><\/p>\n\n    <h4>Advanced Reflection Recommendations<\/h4>\n    <ul id=\"suggestions\"><\/ul>\n\n    <h4>Schmorell\u2011Based Interpretation<\/h4>\n    <p id=\"schmorellReflection\"><\/p>\n  <\/div>\n<\/section>\n\n<style>\n  .likert {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:10px;\n    margin:10px 0 25px;\n  }\n  .likert label {\n    text-align:center;\n    font-size:14px;\n  }\n  .question-block {\n    margin-bottom:20px;\n  }\n<\/style>\n\n<script>\ndocument.getElementById(\"submitMeter\").addEventListener(\"click\", function() {\n  const q1 = parseInt(document.querySelector('input[name=\"q1\"]:checked').value);\n  const q2 = parseInt(document.querySelector('input[name=\"q2\"]:checked').value);\n  const q3 = parseInt(document.querySelector('input[name=\"q3\"]:checked').value);\n  const q4 = parseInt(document.querySelector('input[name=\"q4\"]:checked').value);\n\n  const scores = {\n    \"Seeing Injustice\": q1,\n    \"Personal Risk\": q2,\n    \"Moral Courage\": q3,\n    \"Truth Over Group\": q4\n  };\n\n  const strengths = Object.entries(scores).filter(([k,v]) => v >= 4).map(([k,v]) => k);\n  const weaknesses = Object.entries(scores).filter(([k,v]) => v <= 2).map(([k,v]) => k);\n\n  const suggestionsMap = {\n    \"Seeing Injustice\": \"Practice naming injustice when you see it. Start with small, safe situations.\",\n    \"Personal Risk\": \"Take one small action this week that costs you comfort but aligns with your values.\",\n    \"Moral Courage\": \"Translate conviction into one concrete action. Courage grows through repetition.\",\n    \"Truth Over Group\": \"Practice disagreeing respectfully in low\u2011stakes conversations to build resilience.\"\n  };\n\n  document.getElementById(\"strengths\").innerHTML =\n    \"<strong>Strengths:<\/strong> \" + (strengths.length ? strengths.join(\", \") : \"None identified yet \u2014 room to grow.\");\n\n  document.getElementById(\"weaknesses\").innerHTML =\n    \"<strong>Weaknesses:<\/strong> \" + (weaknesses.length ? weaknesses.join(\", \") : \"No major weaknesses detected.\");\n\n  const suggestionList = document.getElementById(\"suggestions\");\n  suggestionList.innerHTML = \"\";\n  weaknesses.forEach(w => {\n    const li = document.createElement(\"li\");\n    li.textContent = suggestionsMap[w];\n    suggestionList.appendChild(li);\n  });\n\n  \/\/ Schmorell Interpretation\n  let reflection = \"\";\n  if (weaknesses.includes(\"Personal Risk\")) {\n    reflection += \"Schmorell teaches that courage begins with small risks. Your score suggests a chance to practice low\u2011stakes bravery. \";\n  }\n  if (weaknesses.includes(\"Truth Over Group\")) {\n    reflection += \"Schmorell stood alone when truth demanded it. You may benefit from practicing gentle dissent. \";\n  }\n  if (reflection === \"\") {\n    reflection = \"Your responses show alignment with Schmorell\u2019s spirit of moral clarity. Continue nurturing these strengths.\";\n  }\n  document.getElementById(\"schmorellReflection\").innerText = reflection;\n\n  \/\/ HORIZONTAL BAR CHART\n  const canvas = document.getElementById(\"barChart\");\n  const ctx = canvas.getContext(\"2d\");\n  ctx.clearRect(0,0,canvas.width,canvas.height);\n\n  const labels = Object.keys(scores);\n  const values = Object.values(scores);\n\n  const barHeight = 40;\n  const gap = 30;\n  const startX = 200;\n\n  labels.forEach((label, i) => {\n    const y = i * (barHeight + gap) + 40;\n    const width = values[i] * 100;\n\n    ctx.fillStyle = \"#4a90e2\";\n    ctx.fillRect(startX, y, width, barHeight);\n\n    ctx.fillStyle = \"#000\";\n    ctx.font = \"14px Arial\";\n    ctx.fillText(label, 20, y + 25);\n    ctx.fillText(values[i], startX + width + 10, y + 25);\n  });\n\n  document.getElementById(\"meterResults\").style.display = \"block\";\n  document.getElementById(\"meterResults\").scrollIntoView({ behavior: \"smooth\" });\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Self\u2011Reflection with Alexander SchmorellMoral Compass Meter Alexander Schmorell, co\u2011founder of the White Rose resistance, faced moral crossroads that demanded clarity, courage, and sacrifice. Each question below presents a real situation he faced \u2014 and invites you to reflect on what you would do in a similar moment. 1. Schmorell Witnesses Injustice Schmorell saw Jewish neighbors [&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-1497","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/1497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/comments?post=1497"}],"version-history":[{"count":10,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/1497\/revisions"}],"predecessor-version":[{"id":1511,"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/pages\/1497\/revisions\/1511"}],"wp:attachment":[{"href":"https:\/\/museum.wiserighteous.org\/index.php\/wp-json\/wp\/v2\/media?parent=1497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}