English Study: Verbs 動詞, Gerunds 動名詞, Infinitive Tense 不定詞
📚 English Test: Gerunds & Reading
Lesson 16 (Gerunds) + "A Swedish Girl's Discoveries in Japan"
Start New Random Test
Question 1/15
Score: 0
Next Question →
Finish Test
🎯 Your Results
Take Another Random Test
// ==================== LARGE QUESTION BANK WITH LONG TEXT ====================
const questions = [
// GERUND QUESTIONS
{ q: "Which is correct? 'I enjoy ___ to music in my free time.'", options: ["listen", "to listen", "listening", "listened"], correct: 2, explain: "enjoy + gerund (doing)", explainJP: "enjoyの後は必ず動名詞(-ing)を使います" },
{ q: "Choose the best: 'She is good ___ English.'", options: ["at speak", "at speaking", "to speak", "speak"], correct: 1, explain: "be good at + gerund", explainJP: "be good at の後には動名詞(doing)が来ます" },
{ q: "'Remember ___ the lights before you leave.' (future)", options: ["turning off", "to turn off", "turn off", "turned off"], correct: 1, explain: "remember to do = future", explainJP: "remember to do = これからすることを忘れないで" },
{ q: "'I remember ___ that movie last year.'", opti
