mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix incorrect text_answer
This commit is contained in:
parent
c026c62ea0
commit
3d77e2f131
@ -18,7 +18,7 @@
|
||||
stimulus: '<div style="margin: auto; width: 200px; height: 200px; background-color: blue;"></div>',
|
||||
key_answer: 66,
|
||||
choices: [66, 80],
|
||||
text_answer: 'happy',
|
||||
text_answer: 'blue',
|
||||
correct_text: "<p>Correct. This color is %ANS%.</p>",
|
||||
incorrect_text: "<p>Incorrect. This color is %ANS%. Please press the correct key to continue.</p>",
|
||||
prompt: "<p>Press B if the square is blue. Press P if the square is purple.</p>",
|
||||
|
Loading…
Reference in New Issue
Block a user