mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +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: {
|
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
|
/** 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.*/
|
* when the stimulus first began playing until the participant's response.*/
|
||||||
rt: {
|
rt: {
|
||||||
|
Loading…
Reference in New Issue
Block a user