From 581e866b1a85ab38a9632075d74ab32b78b4c43e Mon Sep 17 00:00:00 2001 From: William de Melo Date: Sat, 9 Nov 2024 11:03:35 -0800 Subject: [PATCH] Update index.html --- website/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index b4b019c..d5ae3e6 100644 --- a/website/index.html +++ b/website/index.html @@ -450,7 +450,7 @@

Daily Routines and Lifestyle Survey

stimulus: `

Thank you for your participation in this study. If you are selected to receive a prize, we will contact you by the end of December.

-

Press any key to save your response.

+

You can close this experiment.

`, }; @@ -474,8 +474,9 @@

Daily Routines and Lifestyle Survey

timeline.push(satisfaction); timeline.push(demographics); timeline.push(gender); - timeline.push(comments, endSurvey); + timeline.push(comments); timeline.push(save_data); + timeline.push(endSurvey); jsPsych.run(timeline);