fix question

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