diff --git a/.env b/.env index 522d7dd..48c2e28 100644 --- a/.env +++ b/.env @@ -63,7 +63,7 @@ DB_DSN= DB_HOSTNAME=localhost DB_USERNAME=root DB_PASSWORD= -DB_DATABASE=mkd +DB_DATABASE=mkd_test_1 DB_DBDRIVER=mysqli DB_DBPREFIX= DB_PCONNECT=false diff --git a/README.md b/README.md index a6a607b..05a353a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Make the name appears centered inside of the jar gif.
### Quiz 2 -Each response page should be closed after a set amount of time using the time stored in variable called "closeResponseTimeoutCounter"
+Each response page should be closed after a set amount of time using the time stored in variable called "closeResponseTimeoutCounter" + +There should be a countdown timer that displays the remaining time before the response page closes. ### Quiz 3 @@ -49,3 +51,11 @@ pseudo steps of the function ### Quiz 5 immplement a functionality for a user to continue from where they stopped if they wish to do so. + +### Quiz 6 + +implement a reset functionality, for users to reset their progress and start the quiz from the beginning + +### Quiz 7 + +implement a fixed question top navigation for users to navigate to any question they want. unanswered questions should be greyed out.