Gerunds or Infınıtıves - Test Three
Complete the sentences using a gerund or an infinitive.
Example: I mean _____ at the truth.
a) arriving b) to arrive - The answer is: b) to arrive
1. Stop _____ mean to your sister!
a) being b) to be
2. On my way home, I stopped _____ some gas.
a) getting b) to get
3. After high school, Sally went on _____ medicine.
a) studying b) to study
4. Before you go to sleep, don't forget _____ the door.
a) locking b) to lock
5. As soon as Ann turns 18, she means _____ to Hollywood.
a) moving b) to move
6. Jason remembered _____ in to me at a party two years ago.
a) running b) to run
7. We regret _____ you that we have suspended all business activity.
a) informing b) to inform
8. We will never forget _____ called Mommy and Daddy for the first time.
a) being b) to be
9. I don't regret _____ up tennis and settling down with my wife and children.
a) giving b) to give
10. I had to go home early yesterday because my son had forgotten _____ his key.
a) taking b) to take
<!-- var answers = ["a", "b", "b", "b", "b", "a", "b", "a", "a", "b"]; 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; } // -->