Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ninarice authored Nov 9, 2024
1 parent a098dbe commit 104f26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"Socializing with friends/family",
"Other (please specify)"
],
required: true
required: true,
textbox_placeholder: "If other, please specify here." // Enables a text box for "Other"
}
]
Expand Down Expand Up @@ -328,7 +328,7 @@

// Add trials to the timeline
timeline.push(welcome);
timeline = timeline.concat(unrelatedSurveyQuestions); // Add unrelated survey
timeline.push(...unrelatedSurveyQuestions);
timeline.push(prizeExplanationAndCheck, overheadInformationAndCheck, charityDescription);
timeline.push(instructions);
timeline.push(donationTrial);
Expand Down

0 comments on commit 104f26d

Please sign in to comment.