diff --git a/app/iqtest/page.jsx b/app/iqtest/page.jsx index 9fb058b..718f3d5 100644 --- a/app/iqtest/page.jsx +++ b/app/iqtest/page.jsx @@ -7,7 +7,7 @@ import { useRouter } from "next/navigation"; export default function IqTest() { const router = useRouter(); - const questionNum = 1; + const questionNum = 36; function generateObject(n) { let obj = {};