Quiz

CTET 2026 MOCK TEST SERIES 1

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+"%)

"; // subject-wise table 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"; } // Restart test – सब reset function restartQuiz(){ quizSubmitted = false; clearInterval(timer); timeLeft = ORIGINAL_TIME; updateTimerText(); document.getElementById('resultBox').style.display = "none"; // सारे options uncheck + रंग हटाओ const radios = document.querySelectorAll('input[type="radio"]'); radios.forEach(r=>{ r.checked = false; }); const labels = document.querySelectorAll('label'); labels.forEach(l=>l.classList.remove('correct','wrong')); // palette reset const btns = document.querySelectorAll('.q-btn'); btns.forEach(b=>{ b.classList.remove('visited','answered','current'); }); initQuiz(); } window.onload = function(){ initQuiz(); };

Leave a Comment