{"id":36403,"date":"2026-03-29T23:31:55","date_gmt":"2026-03-29T18:01:55","guid":{"rendered":"https:\/\/atsixty.com\/?p=36403"},"modified":"2026-04-07T00:21:50","modified_gmt":"2026-04-06T18:51:50","slug":"hepatic-encephalopathy","status":"publish","type":"post","link":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/","title":{"rendered":"Hepatic Encephalopathy"},"content":{"rendered":"\n<div id=\"atsixty-he-quiz\">\n<style>\n#atsixty-he-quiz {\n  --terra: #C0603A;\n  --terra-light: #d4795a;\n  --terra-pale: #fdf3ef;\n  --teal: #2A7A6F;\n  --teal-light: #3a9688;\n  --teal-pale: #eef6f5;\n  --ink: #1e1e1e;\n  --muted: #6b6b6b;\n  --rule: #e2d8d4;\n  --correct-bg: #e8f5e9;\n  --correct-border: #43a047;\n  --wrong-bg: #fdecea;\n  --wrong-border: #e53935;\n  --white: #fff;\n  --shadow: 0 2px 16px rgba(192,96,58,0.08);\n  font-family: Georgia, 'Times New Roman', serif;\n  color: var(--ink);\n  margin: 1rem 0 2rem;\n}\n#atsixty-he-quiz * { box-sizing: border-box; margin: 0; padding: 0; }\n\n#atsixty-he-quiz .quiz-shell {\n  background: #f7f2ee;\n  border: 1px solid #eee3dd;\n  border-radius: 12px;\n}\n#atsixty-he-quiz .quiz-sentinel { height: 1px; }\n\n#atsixty-he-quiz .status-bar {\n  position: fixed;\n  top: 0; left: 0; right: 0;\n  z-index: 99999;\n  background: var(--white);\n  border-bottom: 2px solid var(--rule);\n  border-left: 4px solid var(--terra);\n  box-shadow: 0 2px 12px rgba(0,0,0,0.11);\n  opacity: 0;\n  pointer-events: none;\n  transform: translateY(-110%);\n  transition: opacity 0.22s ease, transform 0.22s ease;\n}\n#atsixty-he-quiz .status-bar.visible {\n  opacity: 1;\n  pointer-events: auto;\n  transform: translateY(0);\n}\n#atsixty-he-quiz .progress-wrap { background: #e0d8d4; height: 5px; }\n#atsixty-he-quiz .progress-bar {\n  height: 100%;\n  background: linear-gradient(90deg, var(--terra), var(--teal));\n  width: 0%;\n  transition: width 0.4s ease;\n}\n#atsixty-he-quiz .stats {\n  display: flex;\n  align-items: center;\n  padding: 0.4rem 0.85rem;\n  font-size: 0.72rem;\n  color: var(--muted);\n  flex-wrap: nowrap;\n  overflow-x: auto;\n}\n#atsixty-he-quiz .stat-item {\n  display: flex;\n  align-items: center;\n  gap: 0.22rem;\n  padding: 0.1rem 0.55rem;\n  border-right: 1px solid var(--rule);\n  white-space: nowrap;\n  line-height: 1;\n}\n#atsixty-he-quiz .stat-item:last-child { border-right: none; }\n#atsixty-he-quiz .dot {\n  width: 7px; height: 7px;\n  border-radius: 50%;\n  display: inline-block;\n  flex-shrink: 0;\n}\n#atsixty-he-quiz .dot-correct { background: var(--correct-border); }\n#atsixty-he-quiz .dot-wrong   { background: var(--wrong-border); }\n#atsixty-he-quiz .dot-rem     { background: #aaa; }\n#atsixty-he-quiz .dot-net     { background: var(--terra); }\n#atsixty-he-quiz .stats strong { color: var(--ink); font-size: 0.82rem; font-weight: 700; }\n#atsixty-he-quiz .sep { flex: 1; min-width: 0.3rem; }\n\n#atsixty-he-quiz .quiz-main {\n  padding: 0.75rem 0.65rem 2.5rem;\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n#atsixty-he-quiz .q-card {\n  background: var(--white);\n  border-radius: 8px;\n  box-shadow: var(--shadow);\n  margin-bottom: 0.95rem;\n  overflow: hidden;\n  border: 1px solid var(--rule);\n  transition: box-shadow 0.2s;\n}\n#atsixty-he-quiz .q-card:hover { box-shadow: 0 4px 24px rgba(192,96,58,0.13); }\n#atsixty-he-quiz .q-head {\n  display: flex;\n  align-items: flex-start;\n  gap: 0.55rem;\n  padding: 0.72rem 0.75rem 0.6rem;\n  border-bottom: 1px solid var(--rule);\n}\n#atsixty-he-quiz .q-num {\n  flex-shrink: 0;\n  width: 24px; height: 24px;\n  border-radius: 50%;\n  background: var(--terra);\n  color: #fff;\n  font-size: 0.72rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n#atsixty-he-quiz .q-num.answered-c { background: var(--correct-border); }\n#atsixty-he-quiz .q-num.answered-w { background: var(--wrong-border); }\n#atsixty-he-quiz .q-text { font-size: 0.89rem; line-height: 1.58; color: var(--ink); }\n#atsixty-he-quiz .q-text em { font-style: italic; color: var(--teal); }\n\n#atsixty-he-quiz .options { padding: 0.35rem 0.6rem 0.6rem; }\n#atsixty-he-quiz .opt {\n  display: flex;\n  align-items: flex-start;\n  gap: 0.5rem;\n  padding: 0.46rem 0.6rem;\n  margin: 0.28rem 0;\n  border-radius: 6px;\n  border: 1.5px solid var(--rule);\n  cursor: pointer;\n  font-size: 0.84rem;\n  line-height: 1.42;\n  color: var(--ink);\n  background: #fdfdfd;\n  transition: border-color 0.15s, background 0.15s;\n  -webkit-tap-highlight-color: transparent;\n}\n#atsixty-he-quiz .opt:hover { border-color: var(--terra-light); background: var(--terra-pale); }\n#atsixty-he-quiz .opt-letter {\n  flex-shrink: 0;\n  width: 20px; height: 20px;\n  border-radius: 50%;\n  border: 1.5px solid var(--rule);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.65rem;\n  font-weight: 700;\n  color: var(--muted);\n  transition: all 0.15s;\n  margin-top: 1px;\n}\n#atsixty-he-quiz .opt.correct { background: var(--correct-bg); border-color: var(--correct-border); cursor: default; }\n#atsixty-he-quiz .opt.correct .opt-letter { background: var(--correct-border); border-color: var(--correct-border); color: #fff; }\n#atsixty-he-quiz .opt.wrong   { background: var(--wrong-bg);   border-color: var(--wrong-border);   cursor: default; }\n#atsixty-he-quiz .opt.wrong .opt-letter   { background: var(--wrong-border);   border-color: var(--wrong-border);   color: #fff; }\n#atsixty-he-quiz .opt.dimmed  { opacity: 0.45; cursor: default; }\n\n#atsixty-he-quiz .explanation {\n  display: none;\n  background: var(--teal-pale);\n  border-top: 1px solid #b2d8d3;\n  padding: 0.65rem 0.75rem;\n  font-size: 0.8rem;\n  line-height: 1.6;\n  color: #1a4f49;\n}\n#atsixty-he-quiz .explanation.show { display: block; animation: heFadeIn 0.25s ease; }\n#atsixty-he-quiz .exp-label {\n  display: flex;\n  align-items: center;\n  gap: 0.45rem;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 0.3rem;\n}\n#atsixty-he-quiz .diff {\n  font-size: 0.6rem;\n  font-weight: 700;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n  padding: 0.1rem 0.4rem;\n  border-radius: 3px;\n  line-height: 1.5;\n}\n#atsixty-he-quiz .diff-easy   { background: #e8f5e9; color: #2e7d32; }\n#atsixty-he-quiz .diff-medium { background: #fff8e1; color: #e65100; }\n#atsixty-he-quiz .diff-hard   { background: #fdecea; color: #c62828; }\n#atsixty-he-quiz .explanation strong { color: var(--teal); }\n#atsixty-he-quiz .explanation em { font-style: italic; }\n\n#atsixty-he-quiz .score-panel {\n  display: none;\n  background: var(--white);\n  border-radius: 10px;\n  border: 2px solid var(--terra);\n  box-shadow: var(--shadow);\n  padding: 1.5rem 1.2rem;\n  margin: 1rem 0 1.2rem;\n  text-align: center;\n}\n#atsixty-he-quiz .score-panel h2 { font-size: 1.4rem; color: var(--ink); margin-bottom: 0.3rem; }\n#atsixty-he-quiz .score-num  { font-size: 3rem; font-weight: 700; color: var(--terra); line-height: 1.1; }\n#atsixty-he-quiz .score-denom { font-size: 1.05rem; color: var(--muted); margin-bottom: 0.4rem; }\n#atsixty-he-quiz .grade-bar  { height: 8px; border-radius: 4px; background: #eee; overflow: hidden; margin: 0.5rem auto 1rem; max-width: 260px; }\n#atsixty-he-quiz .grade-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--terra), var(--teal)); transition: width 0.8s ease; }\n#atsixty-he-quiz .score-breakdown { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.6rem; font-size: 0.78rem; color: var(--muted); text-align: center; flex-wrap: wrap; }\n#atsixty-he-quiz .score-breakdown span { line-height: 1.5; }\n#atsixty-he-quiz .score-breakdown span strong { display: block; font-size: 1.1rem; color: var(--ink); }\n#atsixty-he-quiz .score-breakdown small { font-size: 0.7rem; color: var(--terra); }\n#atsixty-he-quiz .score-formula { font-size: 0.78rem; color: var(--muted); background: #fdf3ef; border-radius: 6px; padding: 0.45rem 0.8rem; margin: 0.5rem auto 0.8rem; display: inline-block; line-height: 1.6; }\n#atsixty-he-quiz .score-formula strong { color: var(--terra); }\n#atsixty-he-quiz .score-msg { font-size: 0.9rem; color: var(--muted); margin-bottom: 1rem; font-style: italic; line-height: 1.6; }\n#atsixty-he-quiz .btn-retry { background: var(--terra); color: #fff; border: none; padding: 0.6rem 1.6rem; border-radius: 6px; font-size: 0.9rem; cursor: pointer; transition: background 0.2s; }\n#atsixty-he-quiz .btn-retry:hover { background: var(--terra-light); }\n\n#atsixty-he-quiz .submit-btn {\n  position: fixed;\n  bottom: 1.2rem; left: 50%;\n  transform: translateX(-50%);\n  background: var(--teal);\n  color: #fff;\n  border: none;\n  padding: 0.75rem 2.2rem;\n  border-radius: 50px;\n  font-size: 0.95rem;\n  font-weight: 700;\n  cursor: pointer;\n  box-shadow: 0 4px 20px rgba(42,122,111,0.35);\n  display: none;\n  z-index: 200;\n  transition: background 0.2s;\n}\n#atsixty-he-quiz .submit-btn:hover { background: var(--teal-light); }\n#atsixty-he-quiz .submit-btn.visible { display: block; animation: heSlideUp 0.3s ease; }\n\n@keyframes heFadeIn  { from { opacity:0; transform:translateY(-4px); } to { opacity:1; transform:translateY(0); } }\n@keyframes heSlideUp { from { opacity:0; transform:translateX(-50%) translateY(12px); } to { opacity:1; transform:translateX(-50%) translateY(0); } }\n<\/style>\n\n<div class=\"quiz-shell\">\n  <div class=\"quiz-sentinel\" id=\"he-sentinel\"><\/div>\n\n  <div class=\"status-bar\" id=\"he-status-bar\">\n    <div class=\"progress-wrap\"><div class=\"progress-bar\" id=\"he-progress\"><\/div><\/div>\n    <div class=\"stats\">\n      <div class=\"stat-item\"><span class=\"dot dot-correct\"><\/span> \u2713 <strong id=\"he-sc\">0<\/strong><\/div>\n      <div class=\"stat-item\"><span class=\"dot dot-wrong\"><\/span> \u2717 <strong id=\"he-sw\">0<\/strong><\/div>\n      <div class=\"stat-item\"><span class=\"dot dot-rem\"><\/span> Left <strong id=\"he-sr\">15<\/strong><\/div>\n      <div class=\"sep\"><\/div>\n      <div class=\"stat-item\"><span class=\"dot dot-net\"><\/span> Net <strong id=\"he-sn\">0<\/strong><\/div>\n      <div class=\"stat-item\">Max <strong id=\"he-sm\">60<\/strong><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"quiz-main\">\n    <div id=\"he-container\"><\/div>\n    <button class=\"submit-btn\" id=\"he-submit\">View Score \u2192<\/button>\n    <div class=\"score-panel\" id=\"he-score\"><\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n\n  const Q = {\n    container : document.getElementById('he-container'),\n    submit    : document.getElementById('he-submit'),\n    score     : document.getElementById('he-score'),\n    progress  : document.getElementById('he-progress'),\n    sc: document.getElementById('he-sc'),\n    sw: document.getElementById('he-sw'),\n    sr: document.getElementById('he-sr'),\n    sn: document.getElementById('he-sn'),\n    sm: document.getElementById('he-sm')\n  };\n\n  const BANK = [\n    {\n      q: \"Which of the following is the PRIMARY neurotoxin responsible for Hepatic Encephalopathy?\",\n      correctAnswer: \"Ammonia\",\n      opts: [\"Glutamate\",\"Ammonia\",\"Bilirubin\",\"Lactic acid\"],\n      exp: \"Ammonia (NH\u2083) is the principal neurotoxin in HE. The failing liver cannot convert ammonia (from gut bacterial metabolism of nitrogenous compounds) into urea via the urea cycle. Elevated blood ammonia crosses the blood-brain barrier, disrupting astrocyte function and neurotransmission.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"A patient with cirrhosis presents with flapping tremor of the hands. This sign is known as:\",\n      correctAnswer: \"Asterixis\",\n      opts: [\"Chvostek's sign\",\"Asterixis\",\"Trousseau's sign\",\"Romberg's sign\"],\n      exp: \"Asterixis (flapping tremor or 'liver flap') is the classic neurological sign of HE. It occurs due to brief lapses in sustained posture caused by metabolic encephalopathy. Elicited by asking the patient to dorsiflex hands with arms outstretched. Also seen in renal failure and CO\u2082 narcosis \u2014 not exclusive to liver disease.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"Lactulose reduces ammonia absorption in hepatic encephalopathy PRIMARILY by:\",\n      correctAnswer: \"Acidifying the colonic lumen and converting NH\u2083 to NH\u2084\u207a\",\n      opts: [\n        \"Directly binding ammonia in the bloodstream\",\n        \"Acidifying the colonic lumen and converting NH\u2083 to NH\u2084\u207a\",\n        \"Inhibiting urease-producing bacteria via antibiotic action\",\n        \"Increasing hepatic blood flow\"\n      ],\n      exp: \"Lactulose is fermented by colonic bacteria into short-chain fatty acids, lowering colonic pH. This converts NH\u2083 (freely absorbable) to NH\u2084\u207a (ionized, non-absorbable), trapping ammonia in the lumen for fecal excretion. The osmotic\/cathartic effect further reduces transit time, limiting ammonia absorption.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"Which West Haven grade of Hepatic Encephalopathy is characterized by STUPOR and response only to stimuli?\",\n      correctAnswer: \"Grade 3\",\n      opts: [\"Grade 1\",\"Grade 2\",\"Grade 3\",\"Grade 4\"],\n      exp: \"West Haven criteria: Grade 1 \u2014 mild confusion, euphoria\/depression; Grade 2 \u2014 lethargy, inappropriate behavior, asterixis present; Grade 3 \u2014 somnolent but arousable, marked confusion, asterixis; Grade 4 \u2014 coma, unresponsive. Grade 3 is the stupor stage. Examiners frequently test the Grade 2 vs Grade 3 distinction.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"An AST:ALT ratio greater than 2:1 is characteristically seen in:\",\n      correctAnswer: \"Alcoholic liver disease\",\n      opts: [\n        \"Non-alcoholic fatty liver disease (NAFLD)\",\n        \"Acute viral hepatitis\",\n        \"Alcoholic liver disease\",\n        \"Primary biliary cholangitis\"\n      ],\n      exp: \"An AST:ALT ratio >2:1 (De Ritis ratio) strongly suggests alcoholic liver disease. Alcohol causes mitochondrial damage preferentially raising AST. Additionally, alcohol depletes pyridoxal-5-phosphate (B6), a cofactor more critical for ALT synthesis, further skewing the ratio upward.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"Which of the following BEST reflects synthetic liver function in chronic liver disease?\",\n      correctAnswer: \"Serum albumin and prothrombin time\",\n      opts: [\n        \"Serum ALT and AST levels\",\n        \"Serum bilirubin and ALP\",\n        \"Serum albumin and prothrombin time\",\n        \"GGT and LDH\"\n      ],\n      exp: \"Albumin (made exclusively by the liver) and prothrombin time (liver synthesizes clotting factors I, II, V, VII, X) reflect synthetic capacity \u2014 the most important prognostic markers. ALT\/AST reflect hepatocellular damage, not synthesis. Bilirubin and ALP reflect excretory\/cholestatic function.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"Portal hypertension contributes to edema in liver cirrhosis. Which combination COMPLETELY explains the mechanism?\",\n      correctAnswer: \"All three mechanisms operating simultaneously\",\n      opts: [\n        \"Decreased oncotic pressure due to low albumin only\",\n        \"Increased hydrostatic pressure in portal system only\",\n        \"Secondary hyperaldosteronism causing sodium retention only\",\n        \"All three mechanisms operating simultaneously\"\n      ],\n      exp: \"Edema in cirrhosis is multifactorial: (1) Hypoalbuminemia reduces oncotic pressure \u2014 fluid leaks from vessels; (2) Portal hypertension raises hydrostatic pressure \u2014 fluid forced into peritoneum and tissues; (3) RAAS activation causes sodium and water retention. All three operate together, compounding fluid accumulation.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"Rifaximin is used in hepatic encephalopathy because it:\",\n      correctAnswer: \"Is a minimally absorbed antibiotic reducing gut ammonia-producing bacteria\",\n      opts: [\n        \"Crosses into the bloodstream and chelates ammonia\",\n        \"Is a minimally absorbed antibiotic reducing gut ammonia-producing bacteria\",\n        \"Stimulates urea cycle enzymes in the liver\",\n        \"Acts as an osmotic laxative similar to lactulose\"\n      ],\n      exp: \"Rifaximin is a non-systemic antibiotic with negligible gut absorption (<0.4%). It acts locally in the intestinal lumen, suppressing urease-producing bacteria responsible for ammonia generation. Used as adjunct to lactulose, especially for secondary prophylaxis of recurrent HE episodes.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"In advanced cirrhosis, AST and ALT levels may appear near normal. The most likely explanation is:\",\n      correctAnswer: \"Minimal hepatocellular mass remains to release these enzymes\",\n      opts: [\n        \"The liver has recovered its function\",\n        \"Minimal hepatocellular mass remains to release these enzymes\",\n        \"Rifaximin therapy has suppressed enzyme release\",\n        \"Portal hypertension dilutes serum enzyme concentrations\"\n      ],\n      exp: \"A critical clinical trap. In end-stage cirrhosis, most hepatocytes have been replaced by fibrous tissue. With so little functional liver tissue remaining, there are few cells to leak enzymes \u2014 so AST\/ALT appear deceptively low or normal. Meanwhile, albumin falls and PT\/INR rises, telling the true story of synthetic failure.\",\n      difficulty: \"hard\"\n    },\n    {\n      q: \"GI bleeding precipitates hepatic encephalopathy in a cirrhotic patient PRIMARILY because:\",\n      correctAnswer: \"Blood in the gut is a large protein load metabolized to ammonia\",\n      opts: [\n        \"Blood loss causes hypoxia to the brain\",\n        \"Blood in the gut is a large protein load metabolized to ammonia\",\n        \"Bleeding triggers RAAS activation worsening portal hypertension\",\n        \"Iron from hemoglobin directly damages hepatocytes\"\n      ],\n      exp: \"Blood in the GI tract is protein-rich. Gut bacteria rapidly metabolize this protein to ammonia. In a patient with impaired hepatic clearance, this sudden ammonia load precipitates HE. This is why lactulose (and sometimes enemas) are given urgently in GI bleeds in cirrhotic patients \u2014 to clear the protein load quickly.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"Which enzyme is MOST specific to liver disease as opposed to muscle or cardiac injury?\",\n      correctAnswer: \"ALT\",\n      opts: [\"AST\",\"ALT\",\"LDH\",\"CK\"],\n      exp: \"ALT (Alanine Aminotransferase) is predominantly found in the liver, making it more liver-specific than AST. AST is present in liver, heart, skeletal muscle, kidneys, and RBCs. CK is primarily a muscle marker. LDH is widely distributed. When both AST and ALT are raised, ALT elevation more specifically indicates hepatic origin.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"Pitting edema on pressing the shin suggests fluid accumulation in:\",\n      correctAnswer: \"Interstitial (extracellular) compartment\",\n      opts: [\n        \"Intracellular compartment\",\n        \"Interstitial (extracellular) compartment\",\n        \"Intravascular compartment\",\n        \"Lymphatic vessels\"\n      ],\n      exp: \"Pitting edema results from excess fluid in the interstitial (extracellular) space. Pressing displaces this fluid; the 'pit' persists until fluid slowly refills. Non-pitting edema (as in hypothyroidism\/myxedema) is due to mucopolysaccharide deposition, not free fluid \u2014 so it does not pit. Distinguishing the two helps identify etiology.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"A cirrhotic patient should avoid which drug class due to risk of precipitating hepatic encephalopathy?\",\n      correctAnswer: \"Benzodiazepines and opioids\",\n      opts: [\n        \"Proton pump inhibitors\",\n        \"Benzodiazepines and opioids\",\n        \"ACE inhibitors\",\n        \"Statins\"\n      ],\n      exp: \"Benzodiazepines and opioids are CNS depressants that are hepatically metabolized. In cirrhosis, impaired metabolism leads to drug accumulation, causing excessive CNS depression that unmasks or worsens HE. They are major precipitating factors. PPIs and statins are used cautiously but are not classic HE precipitants.\",\n      difficulty: \"medium\"\n    },\n    {\n      q: \"Serum bilirubin rises in liver disease due to failure of which process?\",\n      correctAnswer: \"Conjugation and excretion of bilirubin\",\n      opts: [\n        \"Synthesis of clotting factors\",\n        \"Conjugation and excretion of bilirubin\",\n        \"Deamination of amino acids\",\n        \"Glycogen storage\"\n      ],\n      exp: \"Bilirubin from hemoglobin breakdown reaches the liver as unconjugated (indirect) bilirubin. Hepatocytes conjugate it with glucuronic acid (making it water-soluble) and excrete it into bile. In liver disease, both conjugation and excretion fail, raising serum bilirubin. Jaundice appears clinically when bilirubin exceeds approximately 2\u20133 mg\/dL.\",\n      difficulty: \"easy\"\n    },\n    {\n      q: \"The target stool frequency when using lactulose for hepatic encephalopathy is:\",\n      correctAnswer: \"2\u20133 soft stools per day\",\n      opts: [\n        \"1 formed stool per day\",\n        \"2\u20133 soft stools per day\",\n        \"5\u20136 loose stools per day\",\n        \"Watery diarrhea indicating adequate dosing\"\n      ],\n      exp: \"The therapeutic target for lactulose in HE is 2\u20133 soft stools per day \u2014 ensuring adequate ammonia clearance without causing excessive diarrhea. Over-dosing causes watery diarrhea leading to dehydration and electrolyte disturbances (hyponatremia, hypokalemia) which can paradoxically worsen HE, making careful dose titration clinically essential.\",\n      difficulty: \"medium\"\n    }\n  ];\n\n  function shuffle(arr) {\n    const a = [...arr];\n    for (let i = a.length - 1; i > 0; i--) {\n      const j = Math.floor(Math.random() * (i + 1));\n      [a[i], a[j]] = [a[j], a[i]];\n    }\n    return a;\n  }\n\n  let session = [], answered = [], total = 0;\n\n  function prepareSession() {\n    session = shuffle(BANK).map(q => {\n      const opts = shuffle(q.opts);\n      return { ...q, opts, ansIdx: opts.indexOf(q.correctAnswer) };\n    });\n    answered = new Array(session.length).fill(null);\n    total = 0;\n    Q.sn.textContent = '0';\n    Q.sm.textContent = session.length * 4;\n  }\n\n  function diffBadge(d) {\n    return d ? `<span class=\"diff diff-${d}\">${d}<\/span>` : '';\n  }\n\n  function buildQuiz() {\n    Q.container.innerHTML = '';\n    Q.sr.textContent = session.length;\n\n    session.forEach((q, i) => {\n      const card = document.createElement('div');\n      card.className = 'q-card';\n\n      const letters = ['A','B','C','D'];\n      const optsHTML = q.opts.map((opt, j) => `\n        <div class=\"opt\" id=\"he-o-${i}-${j}\">\n          <span class=\"opt-letter\">${letters[j]}<\/span>\n          <span>${opt}<\/span>\n        <\/div>`).join('');\n\n      card.innerHTML = `\n        <div class=\"q-head\">\n          <div class=\"q-num\" id=\"he-n-${i}\">${i + 1}<\/div>\n          <div class=\"q-text\">${q.q}<\/div>\n        <\/div>\n        <div class=\"options\">${optsHTML}<\/div>\n        <div class=\"explanation\" id=\"he-e-${i}\">\n          <div class=\"exp-label\">Explanation ${diffBadge(q.difficulty)}<\/div>\n          ${q.exp}\n        <\/div>`;\n\n      Q.container.appendChild(card);\n      q.opts.forEach((_, j) => {\n        document.getElementById(`he-o-${i}-${j}`)\n          .addEventListener('click', () => answer(i, j));\n      });\n    });\n\n    Q.submit.classList.remove('visible');\n  }\n\n  function answer(qi, oi) {\n    if (answered[qi] !== null) return;\n    const q = session[qi];\n    const ok = oi === q.ansIdx;\n    answered[qi] = ok ? 'correct' : 'wrong';\n    total++;\n\n    q.opts.forEach((_, j) => {\n      const el = document.getElementById(`he-o-${qi}-${j}`);\n      if (j === q.ansIdx)       el.classList.add('correct');\n      else if (j === oi && !ok) el.classList.add('wrong');\n      else                      el.classList.add('dimmed');\n    });\n\n    document.getElementById(`he-e-${qi}`).classList.add('show');\n    document.getElementById(`he-n-${qi}`).classList.add(ok ? 'answered-c' : 'answered-w');\n\n    updateStats();\n    updateProgress();\n    if (total === session.length) Q.submit.classList.add('visible');\n  }\n\n  function updateStats() {\n    const c = answered.filter(a => a === 'correct').length;\n    const w = answered.filter(a => a === 'wrong').length;\n    const r = answered.filter(a => a === null).length;\n    const n = (c * 4) - w;\n    Q.sc.textContent = c;\n    Q.sw.textContent = w;\n    Q.sr.textContent = r;\n    Q.sn.textContent = n >= 0 ? '+' + n : n;\n    Q.sm.textContent = session.length * 4;\n  }\n\n  function updateProgress() {\n    Q.progress.style.width = (total \/ session.length * 100) + '%';\n  }\n\n  function showScore() {\n    const c  = answered.filter(a => a === 'correct').length;\n    const w  = answered.filter(a => a === 'wrong').length;\n    const sk = answered.filter(a => a === null).length;\n    const mx = session.length * 4;\n    const ns = (c * 4) - w;\n    const pc = Math.round((ns \/ mx) * 100);\n    const bw = Math.max(0, Math.min(100, pc));\n    const msg = pc >= 85 ? 'Outstanding! Strong command of hepatic encephalopathy and liver disease.' :\n                pc >= 65 ? 'Good foundation \u2014 revisit the explanations for the near misses.' :\n                pc >= 50 ? 'Reasonable base \u2014 one more active revision cycle will help.' :\n                pc >= 0  ? 'Targeted revision is advised before moving on.' :\n                           'Negative net score \u2014 in NEET-PG, blind guessing hurts.';\n\n    Q.score.innerHTML = `\n      <h2>Quiz Complete<\/h2>\n      <div class=\"score-num\">${ns < 0 ? ns : '+' + ns}<\/div>\n      <div class=\"score-denom\">Net Score &nbsp;|&nbsp; Max Marks: ${mx}<\/div>\n      <div class=\"grade-bar\"><div class=\"grade-fill\" style=\"width:${bw}%\"><\/div><\/div>\n      <div class=\"score-breakdown\">\n        <span><strong>${c}<\/strong><br>Correct<br><small>(+${c * 4})<\/small><\/span>\n        <span><strong>${w}<\/strong><br>Wrong<br><small>(\u2212${w})<\/small><\/span>\n        <span><strong>${sk}<\/strong><br>Skipped<br><small>(0)<\/small><\/span>\n        <span><strong>${Math.max(0, pc)}%<\/strong><br>Score%<\/span>\n      <\/div>\n      <div class=\"score-formula\">\n        Net = (${c} \u00d7 4) \u2212 ${w} = <strong>${ns}<\/strong>\n        &nbsp;|&nbsp; ${ns} \u00f7 ${mx} \u00d7 100 = <strong>${pc}%<\/strong>\n      <\/div>\n      <div class=\"score-msg\">${msg}<\/div>\n      <button class=\"btn-retry\" id=\"he-retry\">\u21ba Reshuffle &amp; Retry<\/button>`;\n\n    Q.score.style.display = 'block';\n    Q.submit.classList.remove('visible');\n    Q.score.scrollIntoView({ behavior: 'smooth' });\n    document.getElementById('he-retry').addEventListener('click', retryQuiz);\n  }\n\n  function retryQuiz() {\n    Q.score.style.display = 'none';\n    prepareSession();\n    updateStats();\n    updateProgress();\n    buildQuiz();\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n  }\n\n  Q.submit.addEventListener('click', showScore);\n  prepareSession();\n  buildQuiz();\n  updateStats();\n\n  new IntersectionObserver(\n    ([e]) => document.getElementById('he-status-bar')\n                      .classList.toggle('visible', !e.isIntersecting),\n    { threshold: 0 }\n  ).observe(document.getElementById('he-sentinel'));\n\n})();\n<\/script>\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u2713 0 \u2717 0 Left 15 Net 0 Max 60 View Score \u2192<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[24],"tags":[],"class_list":["post-36403","post","type-post","status-publish","format-standard","hentry","category-neet-pg"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hepatic Encephalopathy - atsixty<\/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:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hepatic Encephalopathy - atsixty\" \/>\n<meta property=\"og:description\" content=\"\u2713 0 \u2717 0 Left 15 Net 0 Max 60 View Score \u2192\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/\" \/>\n<meta property=\"og:site_name\" content=\"atsixty\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-29T18:01:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-06T18:51:50+00:00\" \/>\n<meta name=\"author\" content=\"Avi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Avi\" \/>\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:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/\"},\"author\":{\"name\":\"Avi\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"headline\":\"Hepatic Encephalopathy\",\"datePublished\":\"2026-03-29T18:01:55+00:00\",\"dateModified\":\"2026-04-06T18:51:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/\"},\"wordCount\":7,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"articleSection\":[\"NEET PG\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/\",\"url\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/\",\"name\":\"Hepatic Encephalopathy - atsixty\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#website\"},\"datePublished\":\"2026-03-29T18:01:55+00:00\",\"dateModified\":\"2026-04-06T18:51:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/03\\\/29\\\/hepatic-encephalopathy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/atsixty.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hepatic Encephalopathy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/#website\",\"url\":\"https:\\\/\\\/atsixty.com\\\/\",\"name\":\"At Sixty\",\"description\":\"The Option Taken\",\"publisher\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/atsixty.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\",\"name\":\"Avi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"url\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"contentUrl\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\",\"width\":200,\"height\":200,\"caption\":\"Avi\"},\"logo\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-agency.png\"},\"sameAs\":[\"https:\\\/\\\/atsixty.com\"],\"url\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/author\\\/avinaux\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hepatic Encephalopathy - atsixty","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:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/","og_locale":"en_US","og_type":"article","og_title":"Hepatic Encephalopathy - atsixty","og_description":"\u2713 0 \u2717 0 Left 15 Net 0 Max 60 View Score \u2192","og_url":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/","og_site_name":"atsixty","article_published_time":"2026-03-29T18:01:55+00:00","article_modified_time":"2026-04-06T18:51:50+00:00","author":"Avi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Avi","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/#article","isPartOf":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/"},"author":{"name":"Avi","@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"headline":"Hepatic Encephalopathy","datePublished":"2026-03-29T18:01:55+00:00","dateModified":"2026-04-06T18:51:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/"},"wordCount":7,"commentCount":0,"publisher":{"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"articleSection":["NEET PG"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/","url":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/","name":"Hepatic Encephalopathy - atsixty","isPartOf":{"@id":"https:\/\/atsixty.com\/#website"},"datePublished":"2026-03-29T18:01:55+00:00","dateModified":"2026-04-06T18:51:50+00:00","breadcrumb":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atsixty.com\/index.php\/2026\/03\/29\/hepatic-encephalopathy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/atsixty.com\/"},{"@type":"ListItem","position":2,"name":"Hepatic Encephalopathy"}]},{"@type":"WebSite","@id":"https:\/\/atsixty.com\/#website","url":"https:\/\/atsixty.com\/","name":"At Sixty","description":"The Option Taken","publisher":{"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atsixty.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d","name":"Avi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","url":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","contentUrl":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png","width":200,"height":200,"caption":"Avi"},"logo":{"@id":"https:\/\/atsixty.com\/wp-content\/uploads\/2025\/08\/logo-agency.png"},"sameAs":["https:\/\/atsixty.com"],"url":"https:\/\/atsixty.com\/index.php\/author\/avinaux\/"}]}},"_links":{"self":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/comments?post=36403"}],"version-history":[{"count":6,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36403\/revisions"}],"predecessor-version":[{"id":36505,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36403\/revisions\/36505"}],"wp:attachment":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/media?parent=36403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/categories?post=36403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/tags?post=36403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}