ÿþ<html><head><title>Modal Verbs - must, can, would, should etc</title></head><body bgcolor=#808000 text=#FFFFFF><script language="JavaScript">alpha="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-£$%+-=/<>()[]{}&*#@~.,"; function answer(f) {score=0;check(f,"He might be having dinner.",f.q1.value);if(ok==1) {f.a1.checked=true;score++;} else f.a1.checked=false;check(f,"You should have revised.",f.q2.value);if(ok==1) {f.a2.checked=true;score++;} else f.a2.checked=false;check(f,"I would have lent it to you.",f.q3.value);if(ok==1) {f.a3.checked=true;score++;} else f.a3.checked=false;check(f,"He may be playing tennis.",f.q4.value);if(ok==1) {f.a4.checked=true;score++;} else f.a4.checked=false;check(f,"I shouldn't have spent so much.",f.q5.value);if(ok==1) {f.a5.checked=true;score++;} else f.a5.checked=false;check(f,"Books mustn't be taken out of the Study Centre.",f.q6.value);if(ok==1) {f.a6.checked=true;score++;} else f.a6.checked=false;check(f,"she couldn't have done it.",f.q7.value);if(ok==1) {f.a7.checked=true;score++;} else f.a7.checked=false;check(f,"She must be waiting for a bus.",f.q8.value);if(ok==1) {f.a8.checked=true;score++;} else f.a8.checked=false;check(f,"I needn't have made so much.",f.q9.value);if(ok==1) {f.a9.checked=true;score++;} else f.a9.checked=false;check(f,"It would have been cheaper.",f.q10.value);if(ok==1) {f.a10.checked=true;score++;} else f.a10.checked=false;f.result.value = "Score: "+score+"/10";}function check(f,ans,input) {ok=1;lena=ans.length;leni=input.length;if((leni!=lena)||(leni==0))ok=0;if(ok==1){for(i=0;i<lena;i++){ok=0;ansletter=ans.substring(i,i+1);inpletter=input.substring(i,i+1);anspos=alpha.indexOf(ansletter)+1;inppos=alpha.indexOf(inpletter)+1;if((anspos==inppos)||((anspos>26)&&(inppos==(anspos-26)))||((anspos<27)&&(inppos==(anspos+26)))) ok=1;if(ok==0) break;}}}</script><p align="center"><font color=#FFFF00 size=6>Modal Verbs - must, can, would, should etc</font></p><p align="center"><font color=#FFFF99 size=5>Make sentences from the words in brackets. You may have to change the form of the main verbs.</font></p><form method="get" name="form1"><div align="center"><center><table border="0" cellpadding="0" cellspacing="0"><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 1. Don't phone Luis now. (he/might/have/dinner)</strong> </font><input type='text' name='q1' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a1' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 2. Why didn't you revise for the exam? (you should/revise)</strong> </font><input type='text' name='q2' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a2' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 3. Why didn't you ask me for the money? (I would/lend it/to you)</strong> </font><input type='text' name='q3' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a3' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 4. "What's Hamid doing?" "I don't know. (he may/play/tennis)"</strong> </font><input type='text' name='q4' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a4' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 5. I spent all my money on new shoes and now I'm broke. (I shouldn't/spend/so much)</strong> </font><input type='text' name='q5' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a5' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 6. You can take books out of the Library. (Books mustn't/take/out of the Study Centre)</strong> </font><input type='text' name='q6' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a6' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 7. She was in Paris when he was murdered so (she couldn't/do it)</strong> </font><input type='text' name='q7' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a7' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 8. Ann is at the bus stop and she's looking at her watch. (she must/wait/for a bus)</strong> </font><input type='text' name='q8' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a8' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>&nbsp; 9. I made enough food for 20 people but only 8 came to dinner. (I needn't/make/so much)</strong> </font><input type='text' name='q9' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a9' size='1' value='0'></td></tr><tr><td colspan='3'><font size='3'>&nbsp; </font></td></tr><tr><td><font color=#FFFFFF size=5><strong>10. I should have come by bus instead of taxi. (it would/be cheaper)</strong> </font><input type='text' name='q10' size='47'></td><td>&nbsp; </td><td><input type='checkbox' name='a10' size='1' value='0'></td></tr><tr><td colspan='3'><font size='6'>&nbsp; </font></td></tr><tr><td colspan="3" align="center"><font color=#FFFF99 size=5></font><br>&nbsp; </td></tr><tr><td colspan="3" align="center"><input type="button" name="button" value="Finished" onclick="answer(this.form);"> &nbsp;&nbsp; <input type="text" name="result" size="12" value=" "><p><input type="button" name="close" value="Close" onclick="window.close()"></p><p><font face='Arial' size='1'>Created with <strong>ArgoSphere's Test Maker</strong> - <em>www.argosphere.net</em></font></p></td></tr></table></center></div></form></body></html></body></html>