Congenital Glaucoma MCQs

Congenital Glaucoma MCQs 2025

Table of Contents(toc)


1. What is the most common cause of congenital glaucoma?




2. Which of the following is NOT a typical clinical feature of congenital glaucoma?




3. What is the first-line treatment for primary congenital glaucoma?




4. Which of the following findings is most suggestive of congenital glaucoma on slit-lamp examination?




5. At what intraocular pressure (IOP) is congenital glaucoma typically suspected in infants?




.question { margin-bottom: 20px; padding: 10px; border: 1px solid #ddd; border-radius: 5px; }
.options button { display: block; width: 100%; margin: 5px 0; padding: 10px; border: none; cursor: pointer; background-color: #f4f4f4; text-align: left; border-radius: 5px; }
.options button.correct { background-color: #c8e6c9; }
.options button.incorrect { background-color: #ffcccb; }
.explanation { display: none; margin-top: 10px; padding: 10px; background-color: #eef; border-left: 5px solid #007bff; border-radius: 5px; }

function checkAnswer(button, isCorrect, explanation) {
let optionsDiv = button.parentElement;
let buttons = optionsDiv.getElementsByTagName(“button”);
for (let btn of buttons) { btn.disabled = true; }
if (isCorrect) { button.classList.add(“correct”); }
else { button.classList.add(“incorrect”); }
let explanationPara = optionsDiv.nextElementSibling;
explanationPara.innerHTML = “Explanation: ” + explanation;
explanationPara.style.display = “block”;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version