You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$general_questions[] = array("If you increment the number 255, what's the result?", "256");
16
-
$general_questions[] = array("If you decrement the number 129, what's the result?", "128");
15
+
$general_questions[] = array("If you increment the number 17, what's the result?", "18");
16
+
$general_questions[] = array("If you decrement the number 25, what's the result?", "24");
17
17
$general_questions[] = array("Take the square root of nine and add the number of hands attached to a typical human body. What's the result? (Enter the digit)", "5");
18
18
$general_questions[] = array("Which mobile operating system has currently the biggest market share? (Hint: the one from Google)", "Android");
19
19
$general_questions[] = array("What was the favorite fruit of Steve Jobs? (Singular)", "Apple");
@@ -51,6 +51,16 @@ function registration_validation()
0 commit comments