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);