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:


]

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