From 9bae664f0e3794b4c31a89e2888bee659039c753 Mon Sep 17 00:00:00 2001 From: earcanal Date: Fri, 26 Apr 2019 11:27:57 +0100 Subject: [PATCH] Convert only reference to "ink" color to font color. --- experiment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiment.js b/experiment.js index 4100e3c..32596f5 100644 --- a/experiment.js +++ b/experiment.js @@ -258,7 +258,7 @@ var instructions_block = { trial_id: "instruction" }, pages: [ - '

In this game you will see "color" words (RED, BLUE, GREEN, YELLOW) appear one at a time. The "ink" of the words also will be colored. For example, you may see: RED, BLUE or BLUE.

Your task is to press the button corresponding to the font color of the word. Respond as quickly and accurately as possible. The response keys are as follows:

' + + '

In this game you will see "color" words (RED, BLUE, GREEN, YELLOW) appear one at a time. The font of the words also will be colored. For example, you may see: RED, BLUE or BLUE.

Your task is to press the button corresponding to the font color of the word. Respond as quickly and accurately as possible. The response keys are as follows:

' + response_keys + '
' ], allow_keys: false, @@ -430,4 +430,4 @@ for (i = 0; i < exp_len; i++) { stroop_experiment.push(test_block) if(i == exp_len/2) stroop_experiment.push(attention_node) } -stroop_experiment.push(end_block) \ No newline at end of file +stroop_experiment.push(end_block)