Question: Add a timer, and keep track of correct/incorrect stats with cookies or session data. Below is the code Adder.php Math Adder Addition Quizer + =
Add a timer, and keep track of correct/incorrect stats with cookies or session data. Below is the code
Adder.php
Addition Quizer
____________________________________
Adder2.php
_______________________________
Addition Quizer
if($answer == $n1+$n2){ echo $n1 ." + ".$n2." = ".$answer." ! It is a correct answer "; }
else{ echo $n1 ." + ".$n2." = ".$answer." ???... Sorry the answer is ".($n1+$n2);
} }
?>
Okay, try again...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
