From 23ec2b02b935b06f64a9eaf427c012cfa1736255 Mon Sep 17 00:00:00 2001 From: Etienne Gaudrain Date: Wed, 22 Apr 2026 11:20:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc32eed..59c0a72 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,12 @@ We've implemented some generic methods for audio testing with jsPsych: * A plugin to do alternative forced choice with sounds: [jspsych-audio-sequence-button-response](docs/jspsych-audio-sequence-button-response.md). * A plugin to do extend `audio-keyboard-response`: [jspsych-audio-keyboard-response-wait](docs/jspsych-audio-keyboard-response-wait.md). +* A plugin to do extend `audio-keyboard-response`: [jspsych-audio-keyboard-response-clickable](plugins/jspsych-audio-keyboard-response-clickable.js). * A plugin to display a Coordinate Response Measure interface: [jspsych-crm](docs/jspsych-crm.md). * A plugin to do display a loading spinner while waiting for a (possible async) function to complete: [jspsych-waitfor-function](docs/jspsych-waitfor-function.md). +* A plugin where html can be clickable: [jspsych-html-keyboard-response-clickable](plugins/jspsych-html-keyboard-response-clickable.js). +* A plugin where images can be clickable: [jspsych-image-keyboard-response-clickable](plugins/jspsych-image-keyboard-response-clickable.js). +* A plugin to deal with Safari's quirky behaviour: [jspsych-audio-safari-init](plugins/jspsych-audio-safari-init.js). ## Tools