{"id":36510,"date":"2026-04-07T10:14:59","date_gmt":"2026-04-07T04:44:59","guid":{"rendered":"https:\/\/atsixty.com\/?p=36510"},"modified":"2026-04-08T08:36:10","modified_gmt":"2026-04-08T03:06:10","slug":"cms-2020-p1-part-1","status":"publish","type":"post","link":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/","title":{"rendered":"CMS 2020 P1 Part-1"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>CMS 2020 Paper I \u2013 Part 1 (Q1\u2013Q30)<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700&#038;family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* \u2500\u2500 Namespace: cms20p1a \u2500\u2500 *\/\n#cms20p1a *,#cms20p1a *::before,#cms20p1a *::after{box-sizing:border-box;margin:0;padding:0}\n\n#cms20p1a{\n  --ter:#C0603A;\n  --ter-light:#e8825f;\n  --ter-pale:#fdf1ec;\n  --teal:#2A7A6F;\n  --teal-light:#3da394;\n  --teal-pale:#eaf4f3;\n  --ink:#1a1a1a;\n  --ink-mid:#444;\n  --ink-soft:#777;\n  --line:#e0d8d4;\n  --bg:#fdfaf8;\n  --white:#ffffff;\n  --correct:#1e6f46;\n  --correct-bg:#eaf7ef;\n  --wrong:#b83232;\n  --wrong-bg:#fdf0f0;\n  --radius:10px;\n  --wp-header-height:70px;\n  font-family:'Source Serif 4',Georgia,serif;\n  font-size:16px;\n  color:var(--ink);\n  background:var(--bg);\n  line-height:1.7;\n  padding:0 0 48px;\n}\n\n#cms20p1a .cq-header{\n  background:var(--teal);\n  color:var(--white);\n  padding:28px 24px 22px;\n  text-align:center;\n}\n#cms20p1a .cq-header h1{\n  font-family:'Playfair Display',serif;\n  font-size:1.45rem;\n  font-weight:700;\n  letter-spacing:0.01em;\n  line-height:1.3;\n}\n#cms20p1a .cq-header p{\n  font-size:0.85rem;\n  opacity:0.85;\n  margin-top:6px;\n  font-style:italic;\n}\n#cms20p1a .cq-meta{\n  display:flex;\n  justify-content:center;\n  gap:20px;\n  margin-top:14px;\n  flex-wrap:wrap;\n}\n#cms20p1a .cq-badge{\n  background:rgba(255,255,255,0.15);\n  border:1px solid rgba(255,255,255,0.3);\n  border-radius:20px;\n  padding:4px 14px;\n  font-size:0.78rem;\n  letter-spacing:0.03em;\n}\n\n\/* Progress bar \u2014 sticky below WP header *\/\n#cms20p1a .cq-progress-wrap{\n  background:var(--white);\n  border-bottom:1px solid var(--line);\n  padding:12px 20px;\n  position:sticky;\n  top:var(--wp-header-height);\n  z-index:10;\n  box-shadow:0 2px 8px rgba(0,0,0,0.06);\n}\n#cms20p1a .cq-progress-info{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  font-size:0.78rem;\n  color:var(--ink-soft);\n  margin-bottom:7px;\n}\n#cms20p1a .cq-progress-bar{\n  height:5px;\n  background:var(--line);\n  border-radius:3px;\n  overflow:hidden;\n}\n#cms20p1a .cq-progress-fill{\n  height:100%;\n  background:var(--ter);\n  border-radius:3px;\n  transition:width 0.4s ease;\n  width:0%;\n}\n\n#cms20p1a .cq-body{\n  max-width:760px;\n  margin:0 auto;\n  padding:0 16px;\n}\n\n#cms20p1a .cq-card{\n  background:var(--white);\n  border:1px solid var(--line);\n  border-radius:var(--radius);\n  margin:24px 0;\n  overflow:hidden;\n  transition:box-shadow 0.2s;\n}\n#cms20p1a .cq-card:hover{\n  box-shadow:0 2px 12px rgba(0,0,0,0.07);\n}\n\n#cms20p1a .cq-qhead{\n  background:var(--ter-pale);\n  border-bottom:1px solid var(--line);\n  padding:14px 18px;\n  display:flex;\n  gap:12px;\n  align-items:flex-start;\n}\n#cms20p1a .cq-qnum{\n  font-family:'Playfair Display',serif;\n  font-size:0.8rem;\n  color:var(--ter);\n  font-weight:700;\n  white-space:nowrap;\n  padding-top:2px;\n  letter-spacing:0.04em;\n}\n#cms20p1a .cq-qtext{\n  font-size:0.93rem;\n  color:var(--ink);\n  line-height:1.65;\n}\n\n#cms20p1a .cq-options{\n  padding:14px 18px;\n  display:flex;\n  flex-direction:column;\n  gap:8px;\n}\n#cms20p1a .cq-opt{\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n  padding:10px 14px;\n  border:1.5px solid var(--line);\n  border-radius:8px;\n  cursor:pointer;\n  transition:border-color 0.15s,background 0.15s;\n  background:var(--white);\n}\n#cms20p1a .cq-opt:hover:not(.cq-disabled){\n  border-color:var(--teal);\n  background:var(--teal-pale);\n}\n#cms20p1a .cq-opt-letter{\n  font-family:'Playfair Display',serif;\n  font-size:0.78rem;\n  font-weight:700;\n  color:var(--teal);\n  min-width:18px;\n  padding-top:1px;\n}\n#cms20p1a .cq-opt-text{\n  font-size:0.89rem;\n  color:var(--ink-mid);\n  line-height:1.55;\n}\n#cms20p1a .cq-opt.cq-correct{\n  border-color:var(--correct);\n  background:var(--correct-bg);\n}\n#cms20p1a .cq-opt.cq-correct .cq-opt-letter,\n#cms20p1a .cq-opt.cq-correct .cq-opt-text{\n  color:var(--correct);\n  font-weight:600;\n}\n#cms20p1a .cq-opt.cq-wrong{\n  border-color:var(--wrong);\n  background:var(--wrong-bg);\n}\n#cms20p1a .cq-opt.cq-wrong .cq-opt-letter,\n#cms20p1a .cq-opt.cq-wrong .cq-opt-text{\n  color:var(--wrong);\n}\n#cms20p1a .cq-opt.cq-disabled{\n  cursor:default;\n  opacity:0.75;\n}\n#cms20p1a .cq-opt.cq-correct.cq-disabled{opacity:1}\n\n#cms20p1a .cq-explanation{\n  margin:0 18px 14px;\n  padding:10px 14px;\n  background:var(--teal-pale);\n  border-left:3px solid var(--teal);\n  border-radius:0 6px 6px 0;\n  font-size:0.83rem;\n  color:var(--teal);\n  line-height:1.6;\n  display:none;\n}\n\n#cms20p1a .cq-submit-wrap{\n  text-align:center;\n  padding:28px 16px 8px;\n}\n#cms20p1a .cq-btn{\n  background:var(--ter);\n  color:var(--white);\n  border:none;\n  border-radius:8px;\n  padding:13px 36px;\n  font-family:'Playfair Display',serif;\n  font-size:1rem;\n  font-weight:700;\n  cursor:pointer;\n  letter-spacing:0.02em;\n  transition:background 0.2s,transform 0.1s;\n}\n#cms20p1a .cq-btn:hover{background:var(--ter-light)}\n#cms20p1a .cq-btn:active{transform:scale(0.98)}\n#cms20p1a .cq-btn:disabled{background:#ccc;cursor:not-allowed}\n\n\/* Score panel *\/\n#cms20p1a .cq-score{\n  display:none;\n  background:var(--white);\n  border:2px solid var(--teal);\n  border-radius:var(--radius);\n  margin:28px 0 0;\n  padding:28px 24px;\n  text-align:center;\n}\n#cms20p1a .cq-score.cq-show{display:block}\n\n#cms20p1a .cq-score-ring{\n  width:110px;\n  height:110px;\n  border-radius:50%;\n  background:conic-gradient(var(--teal) 0%,var(--line) 0%);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 20px;\n  position:relative;\n}\n#cms20p1a .cq-score-ring::before{\n  content:'';\n  position:absolute;\n  width:86px;\n  height:86px;\n  border-radius:50%;\n  background:var(--white);\n}\n#cms20p1a .cq-ring-inner{\n  position:relative;\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  line-height:1.2;\n}\n#cms20p1a .cq-ring-pct{\n  font-family:'Playfair Display',serif;\n  font-size:1.3rem;\n  font-weight:700;\n  color:var(--teal);\n}\n#cms20p1a .cq-ring-sub{\n  font-size:0.6rem;\n  color:var(--ink-soft);\n  text-transform:uppercase;\n  letter-spacing:0.05em;\n}\n\n#cms20p1a .cq-score h2{\n  font-family:'Playfair Display',serif;\n  font-size:1.2rem;\n  color:var(--ink);\n  margin-bottom:8px;\n}\n#cms20p1a .cq-net-line{\n  font-size:1rem;\n  color:var(--teal);\n  font-weight:600;\n  margin-bottom:6px;\n}\n#cms20p1a .cq-verdict{\n  font-size:0.85rem;\n  color:var(--ink-soft);\n  margin-bottom:20px;\n}\n#cms20p1a .cq-score-bands{\n  display:flex;\n  justify-content:center;\n  gap:10px;\n  flex-wrap:wrap;\n  font-size:0.8rem;\n}\n#cms20p1a .cq-band{\n  padding:4px 12px;\n  border-radius:16px;\n  font-weight:600;\n}\n#cms20p1a .cq-band-c{background:var(--correct-bg);color:var(--correct)}\n#cms20p1a .cq-band-w{background:var(--wrong-bg);color:var(--wrong)}\n#cms20p1a .cq-band-s{background:var(--teal-pale);color:var(--teal)}\n\n#cms20p1a .cq-retry-btn{\n  margin-top:22px;\n  background:transparent;\n  border:2px solid var(--teal);\n  color:var(--teal);\n  border-radius:8px;\n  padding:10px 28px;\n  font-family:'Playfair Display',serif;\n  font-size:0.95rem;\n  font-weight:700;\n  cursor:pointer;\n  transition:background 0.2s,color 0.2s;\n}\n#cms20p1a .cq-retry-btn:hover{background:var(--teal);color:var(--white)}\n\n@media(max-width:480px){\n  #cms20p1a .cq-header h1{font-size:1.15rem}\n  #cms20p1a .cq-qtext{font-size:0.88rem}\n  #cms20p1a .cq-opt-text{font-size:0.84rem}\n}\n<\/style>\n<\/head>\n<body>\n\n<div id=\"cms20p1a\">\n\n  <div class=\"cq-header\">\n    <h1>Combined Medical Services Examination 2020<br>Paper I &nbsp;\u00b7&nbsp; Part 1<\/h1>\n    <p>Cardiology &nbsp;\u00b7&nbsp; Respiratory &nbsp;\u00b7&nbsp; Gastroenterology<\/p>\n    <div class=\"cq-meta\">\n      <span class=\"cq-badge\">Questions 1 \u2013 30<\/span>\n      <span class=\"cq-badge\">Options reshuffled<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"cq-progress-wrap\">\n    <div class=\"cq-progress-info\">\n      <span id=\"cms20p1a-answered\">0 of 30 answered<\/span>\n      <span id=\"cms20p1a-pct\">0%<\/span>\n    <\/div>\n    <div class=\"cq-progress-bar\">\n      <div class=\"cq-progress-fill\" id=\"cms20p1a-fill\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"cq-body\">\n    <div id=\"cms20p1a-questions\"><\/div>\n\n    <div class=\"cq-submit-wrap\">\n      <button class=\"cq-btn\" id=\"cms20p1a-submit\" disabled>Submit Answers<\/button>\n    <\/div>\n\n    <div class=\"cq-score\" id=\"cms20p1a-score\">\n      <div class=\"cq-score-ring\" id=\"cms20p1a-ring\">\n        <div class=\"cq-ring-inner\">\n          <span class=\"cq-ring-pct\" id=\"cms20p1a-ring-pct\">0%<\/span>\n          <span class=\"cq-ring-sub\">score<\/span>\n        <\/div>\n      <\/div>\n      <h2>Your Result<\/h2>\n      <div class=\"cq-net-line\" id=\"cms20p1a-net-line\"><\/div>\n      <div class=\"cq-verdict\" id=\"cms20p1a-verdict\"><\/div>\n      <div class=\"cq-score-bands\">\n        <span class=\"cq-band cq-band-c\" id=\"cms20p1a-ct-c\"><\/span>\n        <span class=\"cq-band cq-band-w\" id=\"cms20p1a-ct-w\"><\/span>\n        <span class=\"cq-band cq-band-s\" id=\"cms20p1a-ct-s\"><\/span>\n      <\/div>\n      <button class=\"cq-retry-btn\" id=\"cms20p1a-retry\">Retry Quiz<\/button>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function(){\n  'use strict';\n\n  const NS   = 'cms20p1a';\n  const TOTAL = 30;\n  const MAX   = TOTAL * 4; \/\/ 120\n\n  const QUESTIONS = [\n    {\n      id:1,\n      stem:'A chronic alcoholic develops a paroxysm of palpitations after alcohol binge. Which of the following arrhythmia is most likely?',\n      correct:'Atrial fibrillation',\n      options:['Ventricular fibrillation','Ventricular premature complex','Atrial flutter','Atrial fibrillation'],\n      exp:'Holiday heart syndrome \u2014 acute alcohol ingestion precipitates atrial fibrillation in otherwise healthy individuals. It is the classic arrhythmia associated with binge drinking.'\n    },\n    {\n      id:2,\n      stem:'An elderly man with history of Diabetes mellitus and Coronary Artery Disease comes for follow-up with complaints of muscle pains. Which one of the following drugs could be the most likely cause?',\n      correct:'Atorvastatin',\n      options:['Aspirin','Glimepiride','Enalapril','Atorvastatin'],\n      exp:'Statins (e.g., atorvastatin) cause myopathy and myalgias \u2014 the most significant musculoskeletal adverse effect. None of the other listed drugs typically cause muscle pain.'\n    },\n    {\n      id:3,\n      stem:\"A 40-year-old lady presents with sudden onset chest pain. Chest X-ray shows bilateral pneumothorax. Examination reveals long arms, legs and fingers (arachnodactyly), scoliosis, high arched palate, joint hypermobility, and a pansystolic murmur at the cardiac apex. Which one of the following diseases is most likely?\",\n      correct:\"Marfan's syndrome\",\n      options:[\"Takayasu's arteritis\",\"Raynaud's syndrome\",\"Marfan's syndrome\",'Rheumatic heart disease \u2014 Mitral regurgitation'],\n      exp:\"Marfan's syndrome is a connective tissue disorder with arachnodactyly, aortic root dilatation, lens subluxation, spontaneous pneumothorax, and mitral valve prolapse\/regurgitation. The body habitus described is pathognomonic.\"\n    },\n    {\n      id:4,\n      stem:'All of the following are indications for treadmill testing \/ exercise-testing EXCEPT:',\n      correct:'To evaluate the treatment efficacy of antianginal drugs',\n      options:['To confirm the diagnosis of angina','To evaluate stable angina','To assess outcome after coronary revascularization','To evaluate the treatment efficacy of antianginal drugs'],\n      exp:'Standard indications for exercise testing include diagnosis of CAD, functional assessment, and post-revascularization evaluation. Evaluating antianginal drug efficacy is not a recognised standard indication for TMT.'\n    },\n    {\n      id:5,\n      stem:\"Kussmaul's sign is present in all of the following conditions EXCEPT:\",\n      correct:'Hypertrophic Cardiomyopathy',\n      options:['Massive Pulmonary Embolism','Restrictive Cardiomyopathy','Hypertrophic Cardiomyopathy','Right Ventricular Infarction'],\n      exp:\"Kussmaul's sign (paradoxical rise in JVP on inspiration) is seen in constrictive pericarditis, restrictive cardiomyopathy, RV infarction, and massive PE. It is NOT a feature of hypertrophic cardiomyopathy.\"\n    },\n    {\n      id:6,\n      stem:'Which one of the following is NOT a common cause of atrial fibrillation?',\n      correct:'Hypothyroidism',\n      options:['Mitral regurgitation','Hypothyroidism','Hypertension','Acute myocardial infarction'],\n      exp:'Hyperthyroidism \u2014 not hypothyroidism \u2014 is a well-known cause of AF. Hypothyroidism typically causes bradycardia. Mitral valve disease, hypertension, and MI are all recognised precipitants.'\n    },\n    {\n      id:7,\n      stem:'In an ECG recording, P wave is produced by:',\n      correct:'Atrial depolarisation',\n      options:['Atrial depolarisation','Atrial repolarisation','Ventricular depolarisation','Ventricular repolarisation'],\n      exp:'The P wave represents atrial depolarisation. Atrial repolarisation is buried within the QRS. Ventricular depolarisation = QRS complex; ventricular repolarisation = T wave.'\n    },\n    {\n      id:8,\n      stem:'Which one of the following modalities is NOT used in the treatment of ventricular tachycardia?',\n      correct:'Injection Adenosine',\n      options:['DC Cardioversion','Injection Lignocaine','Injection Amiodarone','Injection Adenosine'],\n      exp:'Adenosine terminates supraventricular tachycardia (SVT) \u2014 it has no role in VT. DC cardioversion, lignocaine, and amiodarone are all used in acute management of ventricular tachycardia.'\n    },\n    {\n      id:9,\n      stem:'Which one of the following drugs is a Direct Renin Inhibitor?',\n      correct:'Aliskiren',\n      options:['Benedipine','Azilsartan','Aliskiren','Lisinopril'],\n      exp:'Aliskiren is the only approved direct renin inhibitor. Benedipine is a calcium channel blocker, azilsartan is an ARB, and lisinopril is an ACE inhibitor.'\n    },\n    {\n      id:10,\n      stem:'All of the following are causes of systolic hypertension with wide pulse pressure EXCEPT:',\n      correct:'Aortic stenosis',\n      options:['Aortic regurgitation','Thyrotoxicosis','Patent ductus arteriosus','Aortic stenosis'],\n      exp:'Aortic stenosis causes a narrow pulse pressure due to reduced stroke volume and outflow obstruction. AR, thyrotoxicosis, and PDA all increase stroke volume, producing wide pulse pressure.'\n    },\n    {\n      id:11,\n      stem:'Signet-ring sign on CT chest is suggestive of:',\n      correct:'Bronchiectasis',\n      options:['Bronchiectasis','Active alveolitis','Aspergilloma','Sarcoidosis'],\n      exp:'The signet-ring sign on HRCT represents a dilated bronchus (ring) alongside its companion pulmonary artery branch (the signet stone) \u2014 pathognomonic of bronchiectasis.'\n    },\n    {\n      id:12,\n      stem:'Oral corticosteroids are best introduced in the treatment of chronic bronchial asthma when it is:',\n      correct:'Severe persistent',\n      options:['Mild persistent','Moderate persistent','Severe persistent','Very severe persistent'],\n      exp:'Per GINA guidelines, oral corticosteroids are step-5 therapy, introduced in severe persistent asthma uncontrolled on high-dose ICS plus long-acting bronchodilators.'\n    },\n    {\n      id:13,\n      stem:'An 18-year-old male has insulin-dependent diabetes, malabsorption syndrome and bilateral upper lobe bronchiectasis. A diagnostic work-up will include all EXCEPT:',\n      correct:'Lung biopsy',\n      options:['24 hour fecal fat estimation','CT chest','Lung biopsy','DNA sequencing study'],\n      exp:'This triad (IDDM, malabsorption, upper lobe bronchiectasis) points to Cystic Fibrosis, confirmed by sweat chloride test and\/or DNA sequencing \u2014 not lung biopsy, which is invasive and unnecessary here.'\n    },\n    {\n      id:14,\n      stem:\"Which one of the following antigens is commonly associated with causation of Farmer's lung?\",\n      correct:'Actinomycetes',\n      options:['Penicillium','Actinomycetes','Aspergillus','Candida'],\n      exp:\"Farmer's lung is a hypersensitivity pneumonitis caused by thermophilic Actinomycetes (Saccharopolyspora rectivirgula) in mouldy hay \u2014 the classic example of extrinsic allergic alveolitis.\"\n    },\n    {\n      id:15,\n      stem:'The GeneXpert test used for MTB detection has the additional advantage of detection of which of the following?',\n      correct:'Rifampicin resistance',\n      options:['INH resistance','Rifampicin resistance','Multi drug resistance','Ethambutol resistance'],\n      exp:'GeneXpert MTB\/RIF simultaneously detects Mycobacterium tuberculosis AND rifampicin resistance (via rpoB gene mutations) in a single automated cartridge. INH and ethambutol resistance require additional assays.'\n    },\n    {\n      id:16,\n      stem:'The most common cause of chronic type II respiratory failure is:',\n      correct:'Severe COPD',\n      options:['Severe pneumonia','Severe COPD','Severe bronchial asthma','Severe pulmonary thromboembolism'],\n      exp:'Severe COPD with progressive airflow limitation and blunted hypercapnic ventilatory drive is the most common cause of chronic type II (hypercapnic) respiratory failure.'\n    },\n    {\n      id:17,\n      stem:'The most frequent symptom in respiratory diseases is:',\n      correct:'Cough',\n      options:['Breathlessness','Chest pain','Hemoptysis','Cough'],\n      exp:'Cough is the single most common presenting symptom across all respiratory diseases \u2014 acute and chronic. Breathlessness is second. Hemoptysis, though alarming, is comparatively infrequent.'\n    },\n    {\n      id:18,\n      stem:'A 26-year-old lady is labelled as acute severe asthma by the emergency physician. Which one of the following is unlikely to be a part of the prescription?',\n      correct:'Anti-leukotrienes',\n      options:['Albuterol','Anti-leukotrienes','Aminophylline','Magnesium sulfate'],\n      exp:'Anti-leukotrienes (e.g., montelukast) are controller drugs for chronic asthma management \u2014 not for acute severe attacks. Albuterol, aminophylline, and magnesium sulfate are all used in the acute setting.'\n    },\n    {\n      id:19,\n      stem:'Consider the following statements with regard to respiratory examination:\\n1. Change in note when patient phonates \"EEE\" (Egophony) is characteristic of interstitial fibrosis\\n2. Whispered pectoriloquy is characteristic of lung consolidation\\n3. Monophonic wheeze is characteristic of asthma\\n4. Hyper-resonant note on percussion is characteristic of pneumothorax\\nWhich of the above statements are correct?',\n      correct:'2 and 4 only',\n      options:['1 and 3','2 and 4 only','1, 2 and 4','2, 3 and 4'],\n      exp:'Egophony is a sign of consolidation, not interstitial fibrosis (statement 1 false). Monophonic wheeze indicates single large airway obstruction; polyphonic wheeze is seen in asthma (statement 3 false). Statements 2 and 4 are correct.'\n    },\n    {\n      id:20,\n      stem:'All of the following are causes of exudative pleural effusion EXCEPT:',\n      correct:'SVC obstruction',\n      options:['SVC obstruction','Fungal infection','SLE','Meig syndrome'],\n      exp:\"SVC obstruction raises venous hydrostatic pressure, producing a transudative effusion. Fungal infections, SLE, and Meig's syndrome all cause exudative effusions.\"\n    },\n    {\n      id:21,\n      stem:'Which one of the following is NOT true about Ghrelin?',\n      correct:'It decreases gastric emptying',\n      options:['It stimulates appetite','It decreases gastric emptying','It increases acid secretion','Fasting increases its secretion'],\n      exp:'Ghrelin stimulates appetite, increases gastric acid secretion, and rises with fasting. It ACCELERATES gastric emptying \u2014 the statement that it decreases gastric emptying is false.'\n    },\n    {\n      id:22,\n      stem:'Fecal elastase test is used for diagnosing which one of the following conditions?',\n      correct:'Pancreatic dysfunction',\n      options:['Lactose intolerance','Mucosal inflammation','Bile acid secretory defects','Pancreatic dysfunction'],\n      exp:'Fecal elastase-1 (FE-1) is a pancreatic enzyme stable during gut transit. Low fecal levels indicate exocrine pancreatic insufficiency \u2014 a non-invasive marker of pancreatic dysfunction.'\n    },\n    {\n      id:23,\n      stem:'The recent classification system for listing a patient as a candidate for liver transplantation is:',\n      correct:'MELD score',\n      options:['Child Pugh score','APACHE score','MELD score','Metavir score'],\n      exp:'MELD (Model for End-stage Liver Disease) score \u2014 based on bilirubin, creatinine, and INR \u2014 is the current standard for prioritising liver transplant candidates. Child-Pugh is older; Metavir scores fibrosis on biopsy.'\n    },\n    {\n      id:24,\n      stem:'The blood supply of liver consists of:',\n      correct:'80% portal vein and 20% hepatic artery',\n      options:['50% hepatic artery and 50% portal vein','80% portal vein and 20% hepatic artery','80% hepatic artery and 20% portal vein','70% hepatic artery and 30% portal vein'],\n      exp:\"The liver receives ~75\u201380% of its blood supply from the portal vein and 20\u201325% from the hepatic artery. Despite its smaller volume contribution, the hepatic artery supplies ~50% of the liver's oxygen.\"\n    },\n    {\n      id:25,\n      stem:'All of the following conditions are associated with glomerulonephritis with low complement level EXCEPT:',\n      correct:'IgA nephropathy',\n      options:['Subacute bacterial endocarditis','IgA nephropathy','Systemic lupus erythematosus','Cryoglobulinaemia'],\n      exp:\"IgA nephropathy (Berger's disease) is characteristically associated with NORMAL serum complement levels. SBE, SLE, and cryoglobulinaemia all activate complement, causing hypocomplementaemia.\"\n    },\n    {\n      id:26,\n      stem:'Consider the following statements with regard to oral aphthous ulcers:\\n1. They are superficial and painful\\n2. They may occur in women just prior to menstruation\\n3. Oral glucocorticoids may be needed for severe, recurrent cases\\n4. They are pre-malignant and progress to squamous cell carcinoma\\nWhich of the above statements are correct?',\n      correct:'1, 2 and 3 only',\n      options:['1 and 4 only','2 and 3 only','1, 2 and 3 only','1, 2, 3 and 4'],\n      exp:'Aphthous ulcers are benign \u2014 NOT pre-malignant (statement 4 false). They are superficial, painful, hormonally influenced, and may require systemic steroids in severe recurrent cases. Statements 1, 2, and 3 are all correct.'\n    },\n    {\n      id:27,\n      stem:\"Which one of the following statements about Barrett's oesophagus is NOT correct?\",\n      correct:'Normal columnar cells lining the lower oesophagus are replaced by squamous cells',\n      options:['It is a pre-malignant condition','Normal squamous cells lining the lower oesophagus are replaced by columnar cells','Normal columnar cells lining the lower oesophagus are replaced by squamous cells','It is an adaptive response to chronic gastro-oesophageal reflux'],\n      exp:\"Barrett's oesophagus is replacement of normal squamous epithelium by columnar (intestinal metaplasia) epithelium in the lower oesophagus \u2014 an adaptive response to chronic acid exposure. Option (c) reverses this direction and is therefore incorrect.\"\n    },\n    {\n      id:28,\n      stem:'The most common cause of acute hepatitis outbreaks in India is:',\n      correct:'Hepatitis E',\n      options:['Hepatitis E','Hepatitis C','Hepatitis B','Hepatitis A'],\n      exp:'Hepatitis E virus (HEV), transmitted via the faecal-oral route through contaminated water, is the leading cause of acute epidemic hepatitis in India. It carries high mortality in pregnant women.'\n    },\n    {\n      id:29,\n      stem:'Spontaneous oesophageal perforation after a bout of forceful vomiting or retching is characteristically seen in which one of the following conditions?',\n      correct:\"Boerhaave's syndrome\",\n      options:[\"Menetrier's disease\",\"Boerhaave's syndrome\",'Achalasia of the oesophagus',\"Barrett's oesophagus\"],\n      exp:\"Boerhaave's syndrome is spontaneous transmural rupture of the oesophagus following a sudden rise in intraluminal pressure \u2014 classically after forceful vomiting or retching. It is a surgical emergency.\"\n    },\n    {\n      id:30,\n      stem:'Eradication of Helicobacter pylori infection may prove beneficial in the following extragastric disorders EXCEPT:',\n      correct:'Acute glomerulonephritis',\n      options:['Unexplained vitamin B12 deficiency','Idiopathic thrombocytopenic purpura','Iron deficiency anaemia without gastro-intestinal bleeding','Acute glomerulonephritis'],\n      exp:'H. pylori eradication has demonstrated benefit in ITP, unexplained B12 deficiency, and iron deficiency anaemia. Acute glomerulonephritis has no established association with H. pylori and is not an extragastric indication.'\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  function esc(str){\n    return str.replace(\/&\/g,'&amp;').replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;').replace(\/\"\/g,'&quot;');\n  }\n\n  const LETTERS=['A','B','C','D'];\n  let answered=0;\n  let userAnswers={};\n\n  function build(){\n    const container=document.getElementById(NS+'-questions');\n    container.innerHTML='';\n    answered=0;\n    userAnswers={};\n    updateProgress();\n    document.getElementById(NS+'-score').classList.remove('cq-show');\n    document.getElementById(NS+'-submit').disabled=true;\n\n    QUESTIONS.forEach(function(q){\n      const opts=shuffle(q.options);\n      const card=document.createElement('div');\n      card.className='cq-card';\n      card.id=NS+'-q'+q.id;\n\n      card.innerHTML=\n        '<div class=\"cq-qhead\">'+\n          '<span class=\"cq-qnum\">Q.&nbsp;'+q.id+'<\/span>'+\n          '<span class=\"cq-qtext\">'+q.stem.replace(\/\\n\/g,'<br>')+'<\/span>'+\n        '<\/div>'+\n        '<div class=\"cq-options\" id=\"'+NS+'-opts'+q.id+'\">'+\n          opts.map(function(o,i){\n            return '<div class=\"cq-opt\" data-qid=\"'+q.id+'\" data-val=\"'+esc(o)+'\" role=\"button\" tabindex=\"0\">'+\n              '<span class=\"cq-opt-letter\">'+LETTERS[i]+'<\/span>'+\n              '<span class=\"cq-opt-text\">'+o+'<\/span>'+\n            '<\/div>';\n          }).join('')+\n        '<\/div>'+\n        '<div class=\"cq-explanation\" id=\"'+NS+'-exp'+q.id+'\">'+q.exp+'<\/div>';\n\n      container.appendChild(card);\n    });\n\n    document.querySelectorAll('#'+NS+' .cq-opt').forEach(function(el){\n      el.addEventListener('click',pick);\n      el.addEventListener('keydown',function(e){if(e.key==='Enter'||e.key===' ')pick.call(this,e);});\n    });\n  }\n\n  function pick(e){\n    const el=e.currentTarget||this;\n    const qid=parseInt(el.dataset.qid,10);\n    if(userAnswers[qid]!==undefined)return;\n    const val=el.dataset.val;\n    const q=QUESTIONS.find(function(x){return x.id===qid;});\n    userAnswers[qid]=val;\n    answered++;\n\n    document.getElementById(NS+'-opts'+qid).querySelectorAll('.cq-opt').forEach(function(o){\n      o.classList.add('cq-disabled');\n      if(o.dataset.val===q.correct) o.classList.add('cq-correct');\n      else if(o.dataset.val===val)  o.classList.add('cq-wrong');\n    });\n\n    document.getElementById(NS+'-exp'+qid).style.display='block';\n    updateProgress();\n    if(answered===TOTAL) document.getElementById(NS+'-submit').disabled=false;\n  }\n\n  function updateProgress(){\n    const pct=Math.round((answered\/TOTAL)*100);\n    document.getElementById(NS+'-answered').textContent=answered+' of '+TOTAL+' answered';\n    document.getElementById(NS+'-pct').textContent=pct+'%';\n    document.getElementById(NS+'-fill').style.width=pct+'%';\n  }\n\n  function showScore(){\n    let c=0,w=0,s=0;\n    QUESTIONS.forEach(function(q){\n      if(userAnswers[q.id]===undefined) s++;\n      else if(userAnswers[q.id]===q.correct) c++;\n      else w++;\n    });\n\n    const net  = (c*4) - w;\n    const pct  = Math.max(0, Math.round((net\/MAX)*100));\n    const disp = Math.min(100, Math.max(0, pct));\n\n    document.getElementById(NS+'-ring').style.background=\n      'conic-gradient(var(--teal) '+disp+'%,var(--line) 0%)';\n    document.getElementById(NS+'-ring-pct').textContent=pct+'%';\n    document.getElementById(NS+'-net-line').textContent='Net Score: '+net+' \/ '+MAX;\n\n    let v='';\n    if(pct>=80)     v='Excellent \u2014 well above the qualifying threshold.';\n    else if(pct>=60)v='Good attempt \u2014 consolidate the weaker areas.';\n    else if(pct>=40)v='Fair \u2014 systematic revision of these topics is recommended.';\n    else            v='Needs significant revision across these topics.';\n    document.getElementById(NS+'-verdict').textContent=v;\n\n    document.getElementById(NS+'-ct-c').textContent='\u2713 '+c+' Correct';\n    document.getElementById(NS+'-ct-w').textContent='\u2717 '+w+' Wrong';\n    document.getElementById(NS+'-ct-s').textContent='\u2014 '+s+' Skipped';\n\n    const sc=document.getElementById(NS+'-score');\n    sc.classList.add('cq-show');\n    sc.scrollIntoView({behavior:'smooth',block:'center'});\n    document.getElementById(NS+'-submit').disabled=true;\n  }\n\n  document.getElementById(NS+'-submit').addEventListener('click',showScore);\n  document.getElementById(NS+'-retry').addEventListener('click',function(){\n    build();\n    window.scrollTo({top:0,behavior:'smooth'});\n  });\n\n  build();\n})();\n<\/script>\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>CMS 2020 Paper I \u2013 Part 1 (Q1\u2013Q30) Combined Medical Services Examination 2020Paper I &nbsp;\u00b7&nbsp; Part 1 Cardiology &nbsp;\u00b7&nbsp; Respiratory &nbsp;\u00b7&nbsp; Gastroenterology Questions 1 \u2013 30 Options reshuffled 0 of 30 answered 0% Submit Answers 0% score Your Result Retry Quiz<\/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":[18],"tags":[],"class_list":["post-36510","post","type-post","status-publish","format-standard","hentry","category-cms"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CMS 2020 P1 Part-1 - 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\/04\/07\/cms-2020-p1-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CMS 2020 P1 Part-1 - atsixty\" \/>\n<meta property=\"og:description\" content=\"CMS 2020 Paper I \u2013 Part 1 (Q1\u2013Q30) Combined Medical Services Examination 2020Paper I &nbsp;\u00b7&nbsp; Part 1 Cardiology &nbsp;\u00b7&nbsp; Respiratory &nbsp;\u00b7&nbsp; Gastroenterology Questions 1 \u2013 30 Options reshuffled 0 of 30 answered 0% Submit Answers 0% score Your Result Retry Quiz\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"atsixty\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-07T04:44:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T03:06:10+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\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/\"},\"author\":{\"name\":\"Avi\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"headline\":\"CMS 2020 P1 Part-1\",\"datePublished\":\"2026-04-07T04:44:59+00:00\",\"dateModified\":\"2026-04-08T03:06:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/\"},\"wordCount\":37,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#\\\/schema\\\/person\\\/cf65e7ac7d8226d95c0bdf1036f7951d\"},\"articleSection\":[\"CMS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/\",\"url\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/\",\"name\":\"CMS 2020 P1 Part-1 - atsixty\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/#website\"},\"datePublished\":\"2026-04-07T04:44:59+00:00\",\"dateModified\":\"2026-04-08T03:06:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atsixty.com\\\/index.php\\\/2026\\\/04\\\/07\\\/cms-2020-p1-part-1\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/atsixty.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMS 2020 P1 Part-1\"}]},{\"@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":"CMS 2020 P1 Part-1 - 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\/04\/07\/cms-2020-p1-part-1\/","og_locale":"en_US","og_type":"article","og_title":"CMS 2020 P1 Part-1 - atsixty","og_description":"CMS 2020 Paper I \u2013 Part 1 (Q1\u2013Q30) Combined Medical Services Examination 2020Paper I &nbsp;\u00b7&nbsp; Part 1 Cardiology &nbsp;\u00b7&nbsp; Respiratory &nbsp;\u00b7&nbsp; Gastroenterology Questions 1 \u2013 30 Options reshuffled 0 of 30 answered 0% Submit Answers 0% score Your Result Retry Quiz","og_url":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/","og_site_name":"atsixty","article_published_time":"2026-04-07T04:44:59+00:00","article_modified_time":"2026-04-08T03:06:10+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\/04\/07\/cms-2020-p1-part-1\/#article","isPartOf":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/"},"author":{"name":"Avi","@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"headline":"CMS 2020 P1 Part-1","datePublished":"2026-04-07T04:44:59+00:00","dateModified":"2026-04-08T03:06:10+00:00","mainEntityOfPage":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/"},"wordCount":37,"commentCount":0,"publisher":{"@id":"https:\/\/atsixty.com\/#\/schema\/person\/cf65e7ac7d8226d95c0bdf1036f7951d"},"articleSection":["CMS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/","url":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/","name":"CMS 2020 P1 Part-1 - atsixty","isPartOf":{"@id":"https:\/\/atsixty.com\/#website"},"datePublished":"2026-04-07T04:44:59+00:00","dateModified":"2026-04-08T03:06:10+00:00","breadcrumb":{"@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atsixty.com\/index.php\/2026\/04\/07\/cms-2020-p1-part-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/atsixty.com\/"},{"@type":"ListItem","position":2,"name":"CMS 2020 P1 Part-1"}]},{"@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\/36510","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=36510"}],"version-history":[{"count":6,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36510\/revisions"}],"predecessor-version":[{"id":36535,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/posts\/36510\/revisions\/36535"}],"wp:attachment":[{"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/media?parent=36510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/categories?post=36510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atsixty.com\/index.php\/wp-json\/wp\/v2\/tags?post=36510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}