mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
add missing data field to audio-button-response
This commit is contained in:
parent
bd3ed55239
commit
137317878e
5
.changeset/red-news-pull.md
Normal file
5
.changeset/red-news-pull.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@jspsych/plugin-audio-button-response": patch
|
||||
---
|
||||
|
||||
annotate missing stimulus data field
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user