function CheckAnswers(){for(var e=true,d=0,a=0,b=0;b<L.length;b++)for(var c=0;c<L[b].length;c++)if(L[b][c]!=""){d++;if(G[b][c]!=L[b][c]){G[b][c]="";e=false}else a++}d=Math.floor((a-Penalties)*100/d);a="";if(e==true){WriteClue("&nbsp;");a=Correct+"<br />"}a+=YourScoreIs+" "+d+"%.<br />";if(e==false){a+=Incorrect;Penalties++}BuildExercise();WriteFeedback(a);WriteToInstructions(a);DisplayExercise()}function DoNothing(){}
function Blank(){return"<html><body>&copy;Half-Baked Software. Loading...</body></html>"};
