diff --git a/templates/experiment.html b/templates/experiment.html index b7c1178..e18a46a 100644 --- a/templates/experiment.html +++ b/templates/experiment.html @@ -11,7 +11,7 @@

Task 1 of 16: The "+" symbol represents concatenation. Press 1, 2, 3 or 4 to select the correct concatenation.

               
-                "John Deo, " + "3" + "1"
+                "John Doe, " + "3" + "1"
               
           
Options:
@@ -423,7 +423,7 @@

Task 20 of 20: The "{ }" symbol represents interpolation. Press 1, 2, 3 or 4 --> @@ -492,9 +492,9 @@

Thank you for participating in this study!

// Optionally, redirect the user or display a success message currentQuestion.style.display = 'none' submitPage.style.display = 'block'; - // setTimeout(() => { - // window.location = "/" - // }, 5000); + setTimeout(() => { + window.location = "/" + }, 6000); }) .catch((error) => { console.error('Error:', error);