Second = $second"; if($first == "True") { $score ++; print "

First is correct!"; } else print "

First is wrong! It should True"; if($second == "False") { $score ++; print "
Second is correct!"; } else print "
Second is wrong! It should be False"; print "

Score = $score/2"; ?>


Go Back || Go Home