// JavaScript Document
function testform()
{var score=0;
if ((document.samoan.uafefelepusi.value=="The cat got scared")||(document.samoan.uafefelepusi.value=="the cat got scared")||(document.samoan.uafefelepusi.value=="The cat got scared.")||(document.samoan.uafefelepusi.value=="the cat got scared."))
	{
	score = score + 1
	}

if ((document.samoan.uatulieisumulepusi.value=="The mice chased away the cat")||(document.samoan.uatulieisumulepusi.value=="the mice chased away the cat")||(document.samoan.uatulieisumulepusi.value=="The mice chased away the cat.")||(document.samoan.uatulieisumulepusi.value=="the mice chased away the cat."))
	{
	score = score + 1
	} 

if ((document.samoan.theboyshid.value=="'Ua lalafi tama")||(document.samoan.theboyshid.value=="'Ua lalafi tama."))
	{
	score = score + 1
	} 

if ((document.samoan.themicecaughtthedog.value=="'Ua pu'e e 'isumu le maile")||(document.samoan.themicecaughtthedog.value=="'Ua pu'e e 'isumu le maile."))
	{
	score = score + 1
	} 

if ((document.samoan.thegirlkilledthepigs.value=="'Ua fafasi e le teine pua'a")||(document.samoan.thegirlkilledthepigs.value=="'Ua fafasi e le teine pua'a."))
	{
	score = score + 1
	} 

if (score==0) {document.samoan.evaluation.value = "Oops!"}
if (score==1) {document.samoan.evaluation.value = "Good start!"}
if (score==2) {document.samoan.evaluation.value = "Keep going!"}
if (score==3) {document.samoan.evaluation.value = "Way to go!"}
if (score==4) {document.samoan.evaluation.value = "Almost there!"}
if (score==5) {document.samoan.evaluation.value = "Congratulations!"; 
				document.samoan.scoreoutput.value = score + " out of 5!";
				window.location="certificate.htm"}
	else document.samoan.scoreoutput.value = score + " out of 5"
}
