// JavaScript Document
function testform()
{var score=0;
if ((document.hausa.makeraza.value=="The blacksmiths will start the fire")||(document.hausa.makeraza.value=="the blacksmiths will start the fire")||(document.hausa.makeraza.value=="The blacksmiths will start the fire.")||(document.hausa.makeraza.value=="the blacksmiths will start the fire.")) 
	{
	score = score + 1
	}

if ((document.hausa.yarinyata.value=="The girl came to school")||(document.hausa.yarinyata.value=="The girl came to school")||(document.hausa.yarinyata.value=="The girl came to school.")||(document.hausa.yarinyata.value=="the girl came to school."))
	{
	score = score + 1
	} 

if ((document.hausa.sunkawo.value=="They brought the blacksmiths")||(document.hausa.sunkawo.value=="they brought the blacksmiths")||(document.hausa.sunkawo.value=="They brought the blacksmiths.")||(document.hausa.sunkawo.value=="they brought the blacksmiths."))
	{
	score = score + 1
	} 

if ((document.hausa.theblacksmithwillbring.value=="makeri za i kawo yarinya")||(document.hausa.theblacksmithwillbring.value=="Makeri za i kawo yarinya")||(document.hausa.theblacksmithwillbring.value=="makeri za i kawo yarinya.")||(document.hausa.theblacksmithwillbring.value=="Makeri za i kawo yarinya."))
	{
	score = score + 1
	} 

if ((document.hausa.shewillreturn.value=="za ta dawo")||(document.hausa.shewillreturn.value=="Za ta dawo")||(document.hausa.shewillreturn.value=="za ta dawo.")||(document.hausa.shewillreturn.value=="Za ta dawo."))
	{
	score = score + 1
	} 

if ((document.hausa.thewomanbrought.value=="mata sun kawo Audu")||(document.hausa.thewomanbrought.value=="Mata sun kawo Audu")||(document.hausa.thewomanbrought.value=="mata sun kawo Audu.")||(document.hausa.thewomanbrought.value=="Mata sun kawo Audu."))
	{
	score = score + 1
	} 

if (score==0) {document.hausa.evaluation.value = "Oops!"}
if (score==1) {document.hausa.evaluation.value = "Good start!"}
if (score==2) {document.hausa.evaluation.value = "Keep going!"}
if (score==3) {document.hausa.evaluation.value = "Way to go!"}
if (score==4) {document.hausa.evaluation.value = "Almost there!"}
if (score==5) {document.hausa.evaluation.value = "One more!"}
if (score==6) {document.hausa.evaluation.value = "Congratulations!"; 
				document.hausa.scoreoutput.value = score + " out of 6!";
				window.location="certificate.htm"}
	else document.hausa.scoreoutput.value = score + " out of 6"
}
