fix incorrect text_answer

This commit is contained in:
Becky Gilbert 2020-12-08 14:50:51 -08:00
parent c026c62ea0
commit 3d77e2f131

View File

@ -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>",