From d16b8da4136a1b153c18c81608173ba2c3486152 Mon Sep 17 00:00:00 2001 From: Cherrie Chang Date: Wed, 6 Nov 2024 14:43:59 -0500 Subject: [PATCH] less cutesy --- docs/overview/timeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/timeline.md b/docs/overview/timeline.md index dad2119962..e2a644f182 100644 --- a/docs/overview/timeline.md +++ b/docs/overview/timeline.md @@ -504,7 +504,7 @@ const branch_3 = [b3_t1, b3_t2, b3_t3]; const choice_trial = { type: jsPsychHtmlKeyboardResponse, - stimulus: 'Press 1 if you are a new participant. Press 2 for inquiries about an existing experiment run. Press 3 for Spanish.', + stimulus: 'Press 1 for English. Press 2 for Mandarin. Press 3 for Spanish.', choices: ['1','2','3'], on_finish: (data) => { switch(data.response) { @@ -531,7 +531,7 @@ You can also remove upcoming timeline nodes from the timeline at runtime. To dem ```javascript const choice_trial = { type: jsPsychHtmlKeyboardResponse, - stimulus: 'Press 1 if you are a new participant. Press 2 for inquiries about an existing experiment run. Press 3 for Spanish. Press 4 to exit.', + stimulus: 'Press 1 for English. Press 2 for Mandarin. Press 3 for Spanish. Press 4 to exit.', choices: ['1','2','3', '4'], on_finish: (data) => { switch(data.response) {