Present simple
negatives - don't or doesn't: 2Below you will find 10 sentences, each with one word
missing.
In the boxes provided type either don't or
doesn't.
Then click on Get Score to see how well you have
done.
Click on Clear to try the test again. Good luck!
<!--
var numQues = 10;
var answers = new Array(10);
answers[0] = "don't";
answers[1] = "doesn't";
answers[2] = "doesn't";
answers[3] = "don't";
answers[4] = "don't";
answers[5] = "doesn't";
answers[6] = "don't";
answers[7] = "doesn't";
answers[8] = "don't";
answers[9] = "don't";
function getScore(form) {
var score = 0;
for (i=0; i<numQues; i++) {
if (form.elements[i].value == answers[i]) {
score++;
}
}
score = Math.round(score/numQues*100);
form.percentage.value = score + "%";
var correctAnswers = "";
for (i=1; i<=numQues; i++) {
correctAnswers += i + ". " + answers[i-1] + "\r\n";
}
form.solutions.value = correctAnswers;
}
// -->
2. Manfred wants to go the pub, but John ..... .
3. Julia ..... like it when her boyfriend goes online for hours!
4. If Robert asks you for some sweets, ..... give him any.
5. They ..... want to come to my party.
6. I like biscuits but Daniela ..... .
7. Please ..... give us any homework!.
8. My friend Wolfgang ..... like cheap watches.
9. What exactly ..... you understand?
10. I ..... like cold weather.
Score =
Correct answers:
No hay comentarios:
Publicar un comentario