Present simple or Present continuous - Test Two
1. The team __________ basketball every day.
A) plays B) is playing 2. My mother ___________ coffee in the mornings. A) drinks B) is drinking 3. The phone ___________. A) rings B) is ringing 4. The ocean ________ blue. A) is B) is being 5. Animals typically __________ a lot in a day. A) eat B) are eating 6. I _____________ to become a doctor. A) study B) am studying 7. Brazil __________ a more influential country. A) becomes B) is becoming 8. My jacket __________ me warm in the Winter. A) keeps B) is keeping 9. I _________ a book every night before bed. A) read B) am reading 10. We should ____________ speaking English more. A) practice B) are practicing
<!-- var answers = ["a","a","b","a","a","b","b","a","a","a"]; var numQues = answers.length; function getScore(theBtn) { theForm = theBtn.form; var score = 0; for(var i=0; i<numQues; i++) { var q = theForm["q"+(i+1)]; qVal = ""; for(var j=0;j<q.length;j++){ if(q[j].checked==true){ qVal = q[j].value; } } if (qVal == answers[i]) { score++; } } score = Math.round(score/numQues*100); theForm.percentage.value = score + "%"; var correctAnswers = ""; for (var i=1; i<=numQues; i++) { correctAnswers += i + ". " + answers[i-1] + "\r\n"; } theForm.solutions.value = correctAnswers; } // -->















