English 9th MCQs

 <div id="quiz">


<p><b>1. How ___ I help you?</b></p>

<label><input type="radio" name="q1" value="a"> Am</label><br>

<label><input type="radio" name="q1" value="b"> Have to</label><br>

<label><input type="radio" name="q1" value="c"> Can</label><br>

<label><input type="radio" name="q1" value="d"> Ought to</label><br>


<p><b>2. That sounds <u>fantastic</u>.</b><br>The underlined word is:</p>

<label><input type="radio" name="q2" value="a"> Noun</label><br>

<label><input type="radio" name="q2" value="b"> Verb</label><br>

<label><input type="radio" name="q2" value="c"> Adjective</label><br>

<label><input type="radio" name="q2" value="d"> Adverb</label><br>


<p><b>3. Which sentence carries a proper noun?</b></p>

<label><input type="radio" name="q3" value="a"> Flowers smell sweet.</label><br>

<label><input type="radio" name="q3" value="b"> The furniture is new.</label><br>

<label><input type="radio" name="q3" value="c"> Saturday is a holiday.</label><br>

<label><input type="radio" name="q3" value="d"> Birds fly high.</label><br>


<p><b>4. I can see <u>myself</u> in the mirror.</b><br>The underlined pronoun is:</p>

<label><input type="radio" name="q4" value="a"> Personal</label><br>

<label><input type="radio" name="q4" value="b"> Reflexive</label><br>

<label><input type="radio" name="q4" value="c"> Emphatic</label><br>

<label><input type="radio" name="q4" value="d"> Indefinite</label><br>


<p><b>5. The play begins ___ Saturday.</b></p>

<label><input type="radio" name="q5" value="a"> In</label><br>

<label><input type="radio" name="q5" value="b"> By</label><br>

<label><input type="radio" name="q5" value="c"> On</label><br>

<label><input type="radio" name="q5" value="d"> Upon</label><br>


<p><b>6. Don’t run <u>fast</u>.</b><br>The underlined part is:</p>

<label><input type="radio" name="q6" value="a"> Noun</label><br>

<label><input type="radio" name="q6" value="b"> Pronoun</label><br>

<label><input type="radio" name="q6" value="c"> Adjective</label><br>

<label><input type="radio" name="q6" value="d"> Adverb</label><br>


<p><b>7. Identify the imperative sentence:</b></p>

<label><input type="radio" name="q7" value="a"> We should perform our duties well.</label><br>

<label><input type="radio" name="q7" value="b"> Are you receptive?</label><br>

<label><input type="radio" name="q7" value="c"> Please follow the instructions.</label><br>

<label><input type="radio" name="q7" value="d"> This noise is disturbing.</label><br>


<p><b>8. Take it ___ leave it.</b></p>

<label><input type="radio" name="q8" value="a"> And</label><br>

<label><input type="radio" name="q8" value="b"> But</label><br>

<label><input type="radio" name="q8" value="c"> Or</label><br>

<label><input type="radio" name="q8" value="d"> Either</label><br>


<p><b>9. The wind whispered.</b><br>The poetic device is:</p>

<label><input type="radio" name="q9" value="a"> Imagery</label><br>

<label><input type="radio" name="q9" value="b"> Simile</label><br>

<label><input type="radio" name="q9" value="c"> Metaphor</label><br>

<label><input type="radio" name="q9" value="d"> Personification</label><br>


<p><b>10. If I had worked hard, I ___ the exam.</b></p>

<label><input type="radio" name="q10" value="a"> Will pass</label><br>

<label><input type="radio" name="q10" value="b"> Would pass</label><br>

<label><input type="radio" name="q10" value="c"> Would have passed</label><br>

<label><input type="radio" name="q10" value="d"> Pass</label><br>


<br>

<button onclick="checkQuiz()">Submit Quiz</button>

<p id="result"></p>


</div>


<script>

function checkQuiz() {

  let score = 0;

  const answers = {

    q1:"c", q2:"c", q3:"c", q4:"b", q5:"c",

    q6:"d", q7:"c", q8:"c", q9:"d", q10:"c"

  };


  for (let q in answers) {

    let selected = document.querySelector('input[name="'+q+'"]:checked');

    if (selected && selected.value === answers[q]) score++;

  }


  document.getElementById("result").innerHTML =

    "<b>Your Score:</b> " + score + " / 10";

}

</script>

Comments

Popular posts from this blog

9 Class English Mcqs Past Paper Practice MCqs Model Mcqs

English Grammar MCQs Online Test | Class 9 Solved

English Solved MCQs Class 9 | Fbise Solved past papers Model paper practice questions Practice MCQs