// JavaScript Document
function testform()
{var score=0;
if ((document.nahuatl.tikwiikani.value=="You are singing")||(document.nahuatl.tikwiikani.value=="you are singing")||(document.nahuatl.tikwiikani.value=="You are singing.")||(document.nahuatl.tikwiikani.value=="you are singing.")) 
	{
	score = score + 1
	}

if ((document.nahuatl.nikwiikaya.value=="I was singing")||(document.nahuatl.nikwiikaya.value=="i was singing")||(document.nahuatl.nikwiikaya.value=="I was singing.")||(document.nahuatl.nikwiikaya.value=="i was singing."))
	{
	score = score + 1
	} 

if ((document.nahuatl.chookanih.value=="They are crying")||(document.nahuatl.chookanih.value=="they are crying")||(document.nahuatl.chookanih.value=="They are crying.")||(document.nahuatl.chookanih.value=="they are crying."))
	{
	score = score + 1
	} 

if ((document.nahuatl.theysleep.value=="kochih")||(document.nahuatl.theysleep.value=="Kochih")||(document.nahuatl.theysleep.value=="kochih.")||(document.nahuatl.theysleep.value=="Kochih."))
	{
	score = score + 1
	} 

if ((document.nahuatl.Iwillsleep.value=="nikochis")||(document.nahuatl.Iwillsleep.value=="Nikochis")||(document.nahuatl.Iwillsleep.value=="nikochis.")||(document.nahuatl.Iwillsleep.value=="Nikochis."))
	{
	score = score + 1
	} 

if ((document.nahuatl.youwillcry.value=="ticho:kas")||(document.nahuatl.youwillcry.value=="Ticho:kas")||(document.nahuatl.youwillcry.value=="ticho:kas.")||(document.nahuatl.youwillcry.value=="Ticho:kas."))
	{
	score = score + 1
	} 

if (score==0) {document.nahuatl.evaluation.value = "Oops!"}
if (score==1) {document.nahuatl.evaluation.value = "Good start!"}
if (score==2) {document.nahuatl.evaluation.value = "Keep going!"}
if (score==3) {document.nahuatl.evaluation.value = "Way to go!"}
if (score==4) {document.nahuatl.evaluation.value = "Almost there!"}
if (score==5) {document.nahuatl.evaluation.value = "One more!"}
if (score==6) {document.nahuatl.evaluation.value = "Congratulations!"; 
				document.nahuatl.scoreoutput.value = score + " out of 6!";
				window.location="certificate.htm"}
	else document.nahuatl.scoreoutput.value = score + " out of 6"
}
