From 4aee11bfa7c3f95190eb49ac3d5c23637dc3dec0 Mon Sep 17 00:00:00 2001 From: jade <101148768+jadeddelta@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:26:08 -0500 Subject: [PATCH] fix typo --- .../docs/jspsych-audio-multi-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-audio-multi-response/docs/jspsych-audio-multi-response.md b/packages/plugin-audio-multi-response/docs/jspsych-audio-multi-response.md index 5cd987a..008fc91 100644 --- a/packages/plugin-audio-multi-response/docs/jspsych-audio-multi-response.md +++ b/packages/plugin-audio-multi-response/docs/jspsych-audio-multi-response.md @@ -1,6 +1,6 @@ # jspsych-audio-multi-response plugin -This plugin plays an audio file and records responses generated by both button click and the keyboard. Allowing multiple response modalities is useful when designing assessments that will be administered on both desktop and mobile (e.g., phone or tablet) devices. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically iparticipant has failed to respond within a fixed length of time. +This plugin plays an audio file and records responses generated by both button click and the keyboard. Allowing multiple response modalities is useful when designing assessments that will be administered on both desktop and mobile (e.g., phone or tablet) devices. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the participant has failed to respond within a fixed length of time. If the browser supports it, audio files are played using the WebAudio API. This allows for reasonably precise timing of the playback. The timing of responses generated is measured against the WebAudio specific clock, improving the measurement of response times. If the browser does not support the WebAudio API, then the audio file is played with HTML5 audio.