From 86f0e629ef9d1c2cde0113877a2e4e0a8e927b36 Mon Sep 17 00:00:00 2001 From: Auz <134178576+AuzMoore@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:47:20 +0000 Subject: [PATCH] Update demographics.js --- study1/experiment/demographics.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/study1/experiment/demographics.js b/study1/experiment/demographics.js index ede2ac6..7cfe90c 100644 --- a/study1/experiment/demographics.js +++ b/study1/experiment/demographics.js @@ -100,7 +100,7 @@ var demographics_endscreen = { type: jsPsychHtmlButtonResponse, stimulus: "
Click on 'Continue' and wait until your responses have been successfully saved before closing the tab.
", + "Please now complete the DogoNogo game, and then return Once you have returned after the game please click continue to advance to some short questionaires
", choices: ["Continue"], data: { screen: "endscreen" }, } @@ -115,13 +115,13 @@ var demographics_multichoice = { options: ["Male", "Female", "Other"], name: "gender", }, - // { - // prompt: "Are you currently a student?", - // options: ["Yes", "No"], - // name: "student", - // }, + { + prompt: "How exhausted are you currently", + options: ["Not at all", "Somewhat tired", "Very tired", "Exhausted], + name: "exhaustion", + }, { - prompt: "What is your highest completed education level?", + prompt: "What is your highest level of education? Either that you have obtained or are currently enrolled in", options: [ "University (doctorate)", "University (master) or equivalent", @@ -131,11 +131,11 @@ var demographics_multichoice = { ], name: "education", }, - // { - // prompt: "English level", - // options: ["native", "fluent", "intermediate", "beginner"], - // name: "english", - // }, + { + prompt: "Have you consumed Caffeine within the last two hours?", + options: ["Yes", "No"], + name: "caffeine", + }, ], data: { screen: "demographics_1",