Skip to content

Commit

Permalink
Update demographics.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AuzMoore authored Feb 23, 2024
1 parent c0a4723 commit 86f0e62
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions study1/experiment/demographics.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var demographics_endscreen = {
type: jsPsychHtmlButtonResponse,
stimulus:
"<h1>Thank you</h1>" +
"<p>Click on 'Continue' and <b>wait until your responses have been successfully saved</b> before closing the tab.</p> ",
"<p>Please now complete the DogoNogo game, and then return <b> Once you have returned after the game please click continue to advance to some short questionaires</p> ",
choices: ["Continue"],
data: { screen: "endscreen" },
}
Expand All @@ -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) <sub><sup>or equivalent</sup></sub>",
Expand All @@ -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",
Expand Down

0 comments on commit 86f0e62

Please sign in to comment.