As + Adjective + As
Word bank: as small as, the same as, as much as, as wise as, as fast as, as skinny as, as healthy as, as slowly as, as confident as, as sick as
1. The boy who never worked out was not the boy who did.
2. I didn't eat he did.
3. The rabbit is the dog.
4. The fat man is not the small man.
5. I woke up a tired teenager.
6. The insect was a grain of rice.
7. The girl looked a president when she stood in front of the crowd.
8. He didn't feel his sister felt because she had the flu.
9. He looks his brother.
10. The young person is not the older person.
Score = Correct answers:
<!-- var numQues = 10; var answers = new Array(10); answers[0] = "as healthy as"; answers[1] = "as much as"; answers[2] = "as fast as"; answers[3] = "as skinny as"; answers[4] = "as slowly as"; answers[5] = "as small as"; answers[6] = "as confident as"; answers[7] = "as sick as"; answers[8] = "the same as"; answers[9] = "as wise as"; function getScore(form) { var score = 0; for (i=0; i<numQues; i++) { var answer = form.elements[i].value; var answer_length = answer.length; var last_char = answer.charAt(answer_length-1); if (last_char == " ") { form.elements[i].value = (answer.substring(0, answer_length-1)) ; i=i-1; } } for (i=0; i<numQues; i++) { if (form.elements[i].value.toUpperCase() == answers[i].toUpperCase()) { 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; } // -->










