Mock Test 2 (Test Series 3)

Mock Test 2
Subject General English
Number of Questions 25
Answer key and Explanations Available once you complete the test.
Click on the button below to start the Exam:

Time’s Up

Marks:

Result

Total Questions:

Attempt:

Correct:

Wrong:

Percentage:


S. For the first few months, Annie slept in a crib by our parents’ bed',
options:[
'(a)    PRSQ ',
'(b)    RPQS ',
'(c)    QRSP ',
'(d)   SPQR '
],
answer:3,
},

{
question:'Select the incorrectly spelt word:',
options:[
'(a)    Texture ',
'(b)    Slege ',
'(c)    Savoury ',
'(d)   Tamper '
],
answer:1,
},

{
question:'Identify the spelling error in the given sentence and select the option that rectifies the error:',
options:[
'(a) There is a statutory warning on every packets of cigerettes.',
'(b) There is a statutory warning on every packets of cigarettes. ',
'(c)    There is a statuary warning on every packets of cigarettes.',
'(d)   There is a statutory warning on every packets of cigaretes.'
],
answer:1,
},

{
question:'Select the option that expresses the verb in the given sentence in the passive voice :
Preety invited Ritu for a party.',
options:[
'(a) Ritu is invited for a party by Preeti. ',
'(b) Ritu was invited for a party by Preeti. ',
'(c) Preeti has been invited for a party by Ritu.',
'(d) Preeti was invited for a party by Ritu.'
],
answer:1,
},

{
question:'Fill in the blank with appropriate word from the options:
She refused to back ______, so she was fired:',
options:[
'(a)    down ',
'(b)    over',
'(c)    upon',
'(d)   into'
],
answer:0,
},

{
question:'Fill in the blank with appropriate word from the options:
Two people were ______ to death when a bike hit a truck:',
options:[
'(a)    crushed',
'(b)    fell',
'(c)    brushed',
'(d)   rushed'
],
answer:0,
},

{
question:'Select the correct direct speech:
She suggested that we should distribute food among the needy:',
options:[
'(a) She said, “Let us distribute food among the needy.” ',
'(b) She said, “We could distribute food among the needy.” ',
'(c) She said, “Let them distribute food among the needy.” ',
'(d)   She ordered, “Distribute food among the needy.” '
],
answer:0,
},

{
question:'Select the option that can be used as a one-word substitute for the given group of words:
One who dies for a noble cause.',
options:[
'(a)    Martyr ',
'(b)    Heretic ',
'(c)    Butcher ',
'(d)   Narcissist '
],
answer:0,
},

]

function load(){
number++;
questionText.innerHTML=myApp[questionIndex].question;
creatOptions();
scoreBoard();
currentQuestionNum.innerHTML=number + " / " +myApp.length;
}
function creatOptions(){
optionBox.innerHTML="";
let animationDelay=0.2;
for(let i=0; i{
timeLimit--;
if(timeLimit < 10){ timeLimit="0"+timeLimit; } if(timeLimit < 6){ remainingTime.classList.add("less-time"); } remainingTime.innerHTML=timeLimit; if(timeLimit == 0){ clearInterval(interval); timeIsUp(); } },1000) } function stopTimer(){ clearInterval(interval); } function disableOptions(){ for(let i=0; i{
quizBox.classList.remove("show");
seeResultBtn.classList.remove("show");
quizOverBox.classList.add("show");
quizResult();
})

startAgainQuizBtn.addEventListener("click", ()=>{
quizBox.classList.add("show");
quizOverBox.classList.remove("show");
resetQuiz();
nextQuestion();
})

goHomeBtn.addEventListener("click", ()=>{
quizOverBox.classList.remove("show");
quizHomeBox.classList.add("show")
resetQuiz();
})

startQuizBtn.addEventListener("click", ()=>{
quizHomeBox.classList.remove("show");
quizBox.classList.add("show");
nextQuestion();
})

//window.onload=()=>{

//}

Leave a comment