@jspsych/plugin-audio-button-response 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/dist/index.browser.js +316 -297
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.min.js +2 -2
- package/dist/index.browser.min.js.map +1 -1
- package/dist/index.cjs +315 -296
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +173 -161
- package/dist/index.js +315 -296
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.spec.ts +31 -0
- package/src/index.ts +23 -2
package/README.md
CHANGED
|
@@ -27,9 +27,15 @@ See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/cont
|
|
|
27
27
|
|
|
28
28
|
## Citation
|
|
29
29
|
|
|
30
|
-
If you use this library in academic work,
|
|
30
|
+
If you use this library in academic work, the preferred citation is:
|
|
31
31
|
|
|
32
|
-
de Leeuw, J.R. (
|
|
32
|
+
de Leeuw, J.R., Gilbert, R.A., & Luchterhandt, B. (2023). jsPsych: Enabling an open-source collaborative ecosystem of behavioral experiments. *Journal of Open Source Software*, *8*(85), 5351, [https://joss.theoj.org/papers/10.21105/joss.05351](https://joss.theoj.org/papers/10.21105/joss.05351).
|
|
33
|
+
|
|
34
|
+
This paper is an updated description of jsPsych and includes all current core team members. It replaces the earlier paper that described jsPsych:
|
|
35
|
+
|
|
36
|
+
de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. *Behavior Research Methods*, _47_(1), 1-12. doi:[10.3758/s13428-014-0458-y](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y)
|
|
37
|
+
|
|
38
|
+
Citations help us demonstrate that this library is used and valued, which allows us to continue working on it.
|
|
33
39
|
|
|
34
40
|
## Contributors
|
|
35
41
|
|