function validate1() {
 
  if (document.wordorder1.q1.value !="I have a big house.") {
      alert("try again");
      document.wordorder1.q1.focus();
      document.wordorder1.q1.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q2.focus();
   return true;
}

function validate2() {
 
  if (document.wordorder1.q2.value !="I am going to the beach.") {
      alert("try again");
      document.wordorder1.q2.focus();
      document.wordorder1.q2.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q3.focus();
   return true;
}

function validate3() {
 
  if (document.wordorder1.q3.value !="She visits her friend after work every night.") {
      alert("try again");
      document.wordorder1.q3.focus();
      document.wordorder1.q3.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q4.focus();
   return true;
}

function validate4() {
 
  if (document.wordorder1.q4.value !="George gives me a call every morning.") {
      alert("try again");
      document.wordorder1.q4.focus();
      document.wordorder1.q4.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q5.focus();
   return true;
}

function validate5() {
 
  if (document.wordorder1.q5.value !="We go to the movies every Saturday.") {
      alert("try again");
      document.wordorder1.q5.focus();
      document.wordorder1.q5.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q6.focus();
   return true;
}


function validate6() {
 
  if (document.wordorder1.q6.value !="He is studying English now.") {
      alert("try again");
      document.wordorder1.q6.focus();
      document.wordorder1.q6.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q7.focus();
   return true;
}

function validate7() {
 
  if (document.wordorder1.q7.value !="I go to the restaurant every weekend.") {
      alert("try again");
      document.wordorder1.q7.focus();
      document.wordorder1.q7.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q8.focus();
   return true;
}

function validate8() {
 
  if (document.wordorder1.q8.value !="Helen always reads the newspaper.") {
      alert("try again");
      document.wordorder1.q8.focus();
      document.wordorder1.q8.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q9.focus();
   return true;
}

function validate9() {
 
  if (document.wordorder1.q9.value !="The man put the money in his pocket.") {
      alert("try again");
      document.wordorder1.q9.focus();
      document.wordorder1.q9.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   document.wordorder1.q10.focus();
   return true;
}

function validate10() {
 
  if (document.wordorder1.q10.value !="Lilly smokes a packet of cigarettes every day.") {
      alert("try again");
      document.wordorder1.q10.focus();
      document.wordorder1.q10.select();
      return false;
 }
    
   alert(" Your answer is correct.");
   return true;
}

function answers() {
    NewWin=window.open('answers_word_order.html','NewWin',
   'toolbar=no,status=no,width=400,height=380');
}