This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 11:51:41 -04:00
parent 2c168d5203
commit 2cf8995e40
+1 -1
View File
@@ -19,7 +19,7 @@ class WrenchResources extends BaseController
$c= $a+$b;
$next_question = [
"question" => "What is C ? C = $a + $b .",
"question" => "What is C ? <br> C = $a + $b .",
"option" => [ rand(1000,9999), $c , rand(1000,9999)],
"answer" => $c,
"last" => false,