Quiz

CTET MOCK TEST SERIES 2026 : TEST2

Mini Mock Test – 10 Questions
Mini Mock Test – CTET Style
Language: Hindi | Total Ques: 10 | Max Marks: 10
Time Left: 10:00
Question 1/10 Subject: CDP

1. विकास की कौन सी प्रक्रिया जन्म से लेकर जीवन भर चलती रहती है?

2. बालक की सीखने की अधिकतम क्षमता किस सिद्धांत से जुड़ी है?

3. 25 × 4 का मान क्या है?

4. एक वर्ग का प्रत्येक भुजा 5 सेमी है, उसका क्षेत्रफल होगा–

5. निम्न में से कौन सा नवीकरणीय स्रोत है?

6. पौधे में भोजन बनाने की क्रिया कहलाती है–

7. Choose the correct plural of “Child”.

8. Fill in the blank: She ____ to school every day.

9. ‘कवि’ शब्द का स्त्रीलिंग रूप है–

10. ‘सुंदर’ का विलोम है–

Not visited
Visited
Answered
"; html += "

Score: "+score+" / "+total+" ("+percent+"%)

"; html += "

Subject-wise Analysis

"; html += ""; Object.keys(subjectStats).forEach(sub=>{ const st = subjectStats[sub]; html += ""; }); html += "
SubjectTotalCorrectWrongUnattempted
"+sub+""+st.total+""+st.correct+ ""+st.wrong+""+st.unattempted+"
"; const box = document.getElementById('resultBox'); box.innerHTML = html; box.style.display = "block"; document.getElementById('restartBtn').style.display = "block"; // मोबाइल पर result तक scroll box.scrollIntoView({behavior:'smooth'}); } /* RESTART */ function restartQuiz(){ quizSubmitted = false; clearInterval(timer); document.getElementById('resultBox').style.display = "none"; document.getElementById('restartBtn').style.display = "none"; // सारे options reset const radios = document.querySelectorAll('input[type="radio"]'); radios.forEach(r=>{ r.checked = false; }); const labels = document.querySelectorAll('label.option'); labels.forEach(l=>l.classList.remove('correct','wrong')); initQuiz(); } window.onload = function(){ initQuiz(); };

Leave a Comment