updated tasks

This commit is contained in:
emmymayo
2025-02-12 20:59:53 +01:00
parent 3a6af6a695
commit 2207544223
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -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
+11 -1
View File
@@ -21,7 +21,9 @@ Make the name appears centered inside of the jar gif.<br>
### Quiz 2
Each response page should be closed after a set amount of time using the time stored in variable called "closeResponseTimeoutCounter"<br>
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.