Verb Playground - Master 100 English Verbs

Verb Playground 🎡

১০০টি ইংরেজি ভার্ব শিখুন ব্যাকরণগত নিয়ম ও সঠিক প্রয়োগসহ।

🔍

Challenge Zone 🏆

১০টি র্যান্ডম ভার্বের কুইজ টেস্ট!

What is the ${target} form of
"${verb.v1}"?

${options.map(opt => ` `).join('')}
`; } function check(sel, corr) { const isCorr = sel === corr; if (isCorr) quizState.score++; const container = document.getElementById('quizContainer'); container.innerHTML = `

${isCorr ? 'Correct! 🌟' : 'Oops! 😅'}

The correct answer: ${corr}

`; setTimeout(() => { quizState.idx++; quizState.idx < 10 ? showQuestion() : results(); }, 1200); } function results() { document.getElementById('quizContainer').innerHTML = `

${quizState.score} / 10

You've mastered ${quizState.score * 10}% of the verbs in this round!

`; } window.addEventListener('load', initApp);
error: Content is protected !!
Scroll to Top