From 31db640cd42adbc2d9df0176a339dd3616a1b570 Mon Sep 17 00:00:00 2001 From: jade <101148768+jadeddelta@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:02:33 -0500 Subject: [PATCH] add references to original paper in docs --- packages/plugin-headphone-check/README.md | 2 +- packages/plugin-headphone-check/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-headphone-check/README.md b/packages/plugin-headphone-check/README.md index 930fe73..a7aa0c1 100644 --- a/packages/plugin-headphone-check/README.md +++ b/packages/plugin-headphone-check/README.md @@ -2,7 +2,7 @@ ## Overview -Allows for one to check if a participant is wearing headphones using an auditory task. +Allows for one to check if a participant is wearing headphones using an auditory task. In the default configuration, participants listen to 6 audio samples with 3 tones each, and asked for which is the quietest. Upon meeting a threshold (at least 5), we can accurately conclude that the participant is wearing headphones, as per the findings in the [paper describing the original HeadphoneCheck](http://mcdermottlab.mit.edu/papers/Woods_etal_2017_headphone_screening.pdf). ## Loading diff --git a/packages/plugin-headphone-check/package.json b/packages/plugin-headphone-check/package.json index db2f776..5f3e6ac 100644 --- a/packages/plugin-headphone-check/package.json +++ b/packages/plugin-headphone-check/package.json @@ -1,7 +1,7 @@ { "name": "@jspsych-contrib/plugin-headphone-check", "version": "0.0.1", - "description": "Allows for one to check if a participant is wearing headphones using an auditory task.", + "description": "Allows for one to check if a participant is wearing headphones using an auditory task. ([Woods et al., 2017](http://mcdermottlab.mit.edu/papers/Woods_etal_2017_headphone_screening.pdf))", "type": "module", "main": "dist/index.cjs", "exports": {