Use of Would 2
Choose the correct sentence in each pair.
Example:
a) I wish the team would play fair. b) I hope I would play basketball tomorrow. ("a" is the correct answer, so fill in the circle for "a".)
1. a) I wish it would seem hard. b) I wish it would snow hard.
2. a) I wish it would feel early. b) I wish it would come early.
3. a) I wish she would play well. b) I wish she would appear well.
4. a) I wish the lions would run free. b) I wish the lions would remain free.
5. a) I wish the teacher would be late. b) I wish the teacher would arrive late.
6. a) I wish nothing would go wrong. b) I wish nothing would seem wrong.
7. a) I wish my car would move faster. b) I wish my car would become faster.
8. a) I wish my bicycle would steer right. b) I wish my bicycle would sound right.
9. a) I wish the class wouldnt talk loud. b) I wish the class wouldnt become loud.
10. a) I wish the thief would turn straight. b) I wish the thief would walk straight.
<!-- var answers = ["b", "b", "a", "a", "b", "a", "a", "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; } // -->







