From 4de2c93f51229ebb0b7e49b9bf33f64be7f15380 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 5 Sep 2024 20:37:52 -0700 Subject: [PATCH] (update): update experiment --- templates/experiment.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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);