Verb Playground - Master 100 English Verbs

Verb Playground 🎡

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

🔍

Challenge Zone 🏆

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

What is the ${target} 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 ? 'সঠিক! 🌟' : 'ভুল! 😅'}

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 this round!

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