From 104f26d495bc171ab5835d49b1d5c50d96cbca59 Mon Sep 17 00:00:00 2001 From: Nina Rice Date: Fri, 8 Nov 2024 17:37:44 -0800 Subject: [PATCH] Update index.html --- website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index 0818a80..eb81aad 100644 --- a/website/index.html +++ b/website/index.html @@ -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" } ] @@ -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);