add missing data field to audio-button-response

This commit is contained in:
jade 2024-11-21 02:47:43 -05:00
parent bd3ed55239
commit 137317878e
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@jspsych/plugin-audio-button-response": patch
---
annotate missing stimulus data field

View File

@ -100,6 +100,10 @@ const info = <const>{
},
},
data: {
/** The path of the audio file that was played. */
stimulus: {
type: ParameterType.STRING,
},
/** The response time in milliseconds for the participant to make a response. The time is measured from
* when the stimulus first began playing until the participant's response.*/
rt: {