response_allowed_while_playing in conjunction with button_html #1388
-
Hi, var image_button_trial = {type:'audio-button-response',
stimulus: 'animal_ear.mp3',
button_html: '<button class="jspsych-btn"> <img src="%choice%.jpg" width=250px></button>',
choices:['animal_ear','animal_nose'],
response_allowed_while_playing:false
}
var text_button_trial = {type:'audio-button-response',
stimulus: 'animal_ear.mp3',
//button_html: '<button class="jspsych-btn"> <img src="%choice%.jpg" width=250px></button>',
choices:['animal_ear','animal_nose'],
response_allowed_while_playing:false
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @kennysmithed , We just fixed this yesterday. See #1380 for a solution, and it'll be patched in 6.3. |
Beta Was this translation helpful? Give feedback.
Hey @kennysmithed ,
We just fixed this yesterday. See #1380 for a solution, and it'll be patched in 6.3.