Add a parameter for getting a word instead of a function

This commit is contained in:
saizo aoyagi@desktop-iniad1 2018-02-27 14:56:50 +09:00
parent a34a99dc3b
commit acfb5c88fa

View File

@ -79,7 +79,7 @@
},
{
type: 'html-keyboard-response',
stimulus: function(){ return "<p class='stimulus'>"+jsPsych.timelineVariable('word')+"</p>"; },
stimulus: function(){ return "<p class='stimulus'>"+jsPsych.timelineVariable('word', true)+"</p>"; },
choices: ['y','n'],
post_trial_gap: 500,
data: function(){