Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
willdemelo authored Nov 9, 2024
1 parent dcba271 commit 581e866
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2>Daily Routines and Lifestyle Survey</h2>
stimulus: `
<div class="wrap-text">
<p>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.</p>
<p>Press any key to save your response.</p>
<p>You can close this experiment.</p>
</div>
`,
};
Expand All @@ -474,8 +474,9 @@ <h2>Daily Routines and Lifestyle Survey</h2>
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);
</script>
Expand Down

0 comments on commit 581e866

Please sign in to comment.