diff --git a/examples/README-template.md b/examples/README-template.md deleted file mode 100644 index abbedb25..00000000 --- a/examples/README-template.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The XXXXXX plugin does XXXXXX. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/xxxxxx). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/extension-mouse-tracking/README.md b/packages/extension-mouse-tracking/README.md deleted file mode 100644 index 1c80ec6f..00000000 --- a/packages/extension-mouse-tracking/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Extension Description - -The mouse-tracking extension supports recording `x` and `y` coordinates, along with the time of [mousemove events](https://developer.mozilla.org/en-US/docs/Web/API/Element/mousemove_event), [mousedown events](https://developer.mozilla.org/en-US/docs/Web/API/Element/mousedown_event), and [mouseup events](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseup_event). It also allows recording of the [bounding rectangle](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) of elements on the screen to support the calculation of mouse events relative to various elements. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this extension is available [here](https://www.jspsych.org/latest/extensions/mouse-tracking). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/extension-record-video/README.md b/packages/extension-record-video/README.md deleted file mode 100644 index 0fe1953a..00000000 --- a/packages/extension-record-video/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Extension Description - -The record-video extension records video from the participant's webcam during a trial, storing it in base 64 format. This is a text-based representation of the video which can be converted into others. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this extension is available [here](https://www.jspsych.org/latest/extensions/record-video). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/extension-webgazer/README.md b/packages/extension-webgazer/README.md deleted file mode 100644 index 9028dcf1..00000000 --- a/packages/extension-webgazer/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Extension Description - -The webgazer extension supports eye tracking through the [Webgazer](https://webgazer.cs.brown.edu/) library. For examples of how to use this extension, see the [eyetracking overview](https://www.jspsych.org/latest/overview/eye-tracking/). - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this extension is available [here](https://www.jspsych.org/latest/extensions/webgazer). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-animation/README.md b/packages/plugin-animation/README.md deleted file mode 100644 index 68613562..00000000 --- a/packages/plugin-animation/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The animation plugin displays a sequence of images at a fixed frame rate. The sequence can be looped a specified number of times, and the participant is free to respond at any time during the animation, while recording the time of the response. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/animation). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-audio-button-response/README.md b/packages/plugin-audio-button-response/README.md deleted file mode 100644 index b439b3ea..00000000 --- a/packages/plugin-audio-button-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The audio-button-response plugin plays audio files and records responses generated with a button click. The audio will be played using the WebAudio API, allowing for reasonably precise timing of the playback by measuring it against the WebAudio specific clock. If WebAudio API is not supported by the browser, the files will be played using HTML5 audio. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/audio-button-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-audio-keyboard-response/README.md b/packages/plugin-audio-keyboard-response/README.md deleted file mode 100644 index 5c7965b3..00000000 --- a/packages/plugin-audio-keyboard-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The audio-keyboard-response plugin plays audio files and records responses generated with the keyboard. The audio will be played using the WebAudio API, allowing for reasonably precise timing of the playback by measuring it against the WebAudio specific clock. If WebAudio API is not supported by the browser, the files will be played using HTML5 audio. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/audio-keyboard-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-audio-slider-response/README.md b/packages/plugin-audio-slider-response/README.md deleted file mode 100644 index 6d7c6c50..00000000 --- a/packages/plugin-audio-slider-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The audio-slider-response plugin plays audio files and records responses generated by the participant dragging a slider. The audio will be played using the WebAudio API, allowing for reasonably precise timing of the playback by measuring it against the WebAudio specific clock. If WebAudio API is not supported by the browser, the files will be played using HTML5 audio. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/audio-slider-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-browser-check/README.md b/packages/plugin-browser-check/README.md deleted file mode 100644 index f29a9110..00000000 --- a/packages/plugin-browser-check/README.md +++ /dev/null @@ -1,43 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The browser-check plugin measures and records a requested set of features from the participant's browser. An inclusion function is evaluated afterwards to determine if the participant's browser meets the requirements of the experiment. If they do, the trial ends and the experiment continues, otherwise the experiment will end immediately. If a minimum width and/or minimum height are desired, the plugin will optionally display a message to smaller browsers to give them an opportunity to make their border window larger. - -To see the list of the features the plugin can check, see the [documentation](https://www.jspsych.org/latest/plugins/browser-check/). - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/browser-check). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-call-function/README.md b/packages/plugin-call-function/README.md deleted file mode 100644 index b68b5979..00000000 --- a/packages/plugin-call-function/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The call-function plugin allows an experimenter to execute a specified function, allowing various functions to be ran at the experimenter's discretion. It's important to note that the function cannot take any arguments, and must be wrapped in an anonymous function if it needs to be passed any arguments. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/call-function). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-canvas-button-response/README.md b/packages/plugin-canvas-button-response/README.md deleted file mode 100644 index 140cfa97..00000000 --- a/packages/plugin-canvas-button-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The canvas-button-response plugin allows for an experimenter to draw a stimulus on an HTML canvas element, allowing for dynamic, parametrically-defined graphics, and for controlling the position of multiple graphical elements on the canvas (such as shapes, texts, or images). This stimulus can be displayed until a response is given, or for a specified amount of time. The trial may also be ended automatically if the partipicant fails to respond in a certain time. One or more button choices will be displayed under the canvas, which can be styled with HTML formatting. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/canvas-button-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-canvas-keyboard-response/README.md b/packages/plugin-canvas-keyboard-response/README.md deleted file mode 100644 index 319086c0..00000000 --- a/packages/plugin-canvas-keyboard-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The canvas-keyboard-response plugin allows for an experimenter to draw a stimulus on an HTML canvas element, allowing for dynamic, parametrically-defined graphics, and for controlling the position of multiple graphical elements on the canvas (such as shapes, texts, or images). This stimulus can be displayed until a response is given, or for a specified amount of time. The trial may also be ended automatically if the participant fails to respond in a certain time. This plugin will record keyboard responses given from the participant when prompted with the stimulus. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/canvas-keyboard-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-canvas-slider-response/README.md b/packages/plugin-canvas-slider-response/README.md deleted file mode 100644 index 41593d44..00000000 --- a/packages/plugin-canvas-slider-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The canvas-slider-response plugin allows for an experimenter to draw a stimulus on an HTML canvas element, allowing for dynamic, parametrically-defined graphics, and for controlling the position of multiple graphical elements on the canvas (such as shapes, texts, or images). This stimulus can be displayed until a response is given, or for a specified amount of time. The trial may also be ended automatically if the participant fails to respond in a certain time. This plugin will record a response within a range of values by the participant dragging a slider. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/canvas-slider-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-categorize-animation/README.md b/packages/plugin-categorize-animation/README.md deleted file mode 100644 index eb748eb7..00000000 --- a/packages/plugin-categorize-animation/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The categorize-animation plugin will show a sequence of images at a specified frame rate. The participant will respond by pressing a key. Feedback indicating the correctness of the response will be displayed afterwards. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/categorize-animation). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-categorize-html/README.md b/packages/plugin-categorize-html/README.md deleted file mode 100644 index 598c5d48..00000000 --- a/packages/plugin-categorize-html/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The categorize-html plugin will show an HTML object on the screen. The participant will respond by pressing a key. Feedback indicating the correctness of the response will be displayed afterwards. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/categorize-html). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-categorize-image/README.md b/packages/plugin-categorize-image/README.md deleted file mode 100644 index aceedcc7..00000000 --- a/packages/plugin-categorize-image/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The categorize-image plugin will show an image object on the screen. The participant will respond by pressing a key. Feedback indicating the correctness of the response will be displayed afterwards. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/categorize-image). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-cloze/README.md b/packages/plugin-cloze/README.md deleted file mode 100644 index 3be2cc6d..00000000 --- a/packages/plugin-cloze/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The cloze plugin displays a text with certain words omitted. Participants are asked to replace the missing words, and are recorded upon clicking a button. Optionally, the responses can be evaluated and a function can be called in the case of differences, making it possible to provide feedback to the participant. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/cloze). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-external-html/README.md b/packages/plugin-external-html/README.md deleted file mode 100644 index 8fede238..00000000 --- a/packages/plugin-external-html/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The external-html plugin displays an external HTML document (often a consent form). Either a keyboard or button press can be used to continue onto the next trial. It allows the experimenter to check if conditions are met (such as indicating consent) before continuing. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/external-html). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-free-sort/README.md b/packages/plugin-free-sort/README.md deleted file mode 100644 index 73ecb647..00000000 --- a/packages/plugin-free-sort/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The free-sort plugin displays one or more images on the screen that the participant can interact with by clicking or dragging with a mouse, or touching and dragging with a touchscreen device. When the trial starts, the images can be positioned either inside or outside of the sorting area. All images must be moved in the sorting area before the participant can click a button to end the trial. All moves and final positions of the images are recorded. This plugin could be useful when asking participants to position images based on similarity to one another, or to recall certain image spatial locations. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/free-sort). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-fullscreen/README.md b/packages/plugin-fullscreen/README.md deleted file mode 100644 index 09268cc0..00000000 --- a/packages/plugin-fullscreen/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The fullscreen plugin allows the experiment to enter or exit fullscreen mode. For security reasons, all browsers require that entry into fullscreen mode is triggered by a user action. To enter fullscreen mode, this plugin has the user click a button. Exiting fullscreen mode can be done without user input. (NOTE: Safari does not support keyboard input when the browser is in fullscreen mode, so this plugin will not launch in Safari, and any trials requiring fullscreen mode will be ignored.) - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/fullscreen). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-html-audio-response/README.md b/packages/plugin-html-audio-response/README.md deleted file mode 100644 index a2bce906..00000000 --- a/packages/plugin-html-audio-response/README.md +++ /dev/null @@ -1,43 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The html-audio-response plugin displays HTML content and records audio from the participant via a microphone. In order to get access to the microphone, use the [initialize-microphone plugin](https://www.jspsych.org/7.3/plugins/initialize-microphone/) before this plugin. - -The audio data is recorded in base 64 format, which is a text representation of the audio that may be converted into others. Note that this plugin will _quickly_ generate large amounts of data, so if a large amount of audio needs to be recorded, consider storing the data on a server immediately and deleting it from the data object (This is shown in the documentation link below). - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/html-audio-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-html-button-response/README.md b/packages/plugin-html-button-response/README.md deleted file mode 100644 index 898ffde5..00000000 --- a/packages/plugin-html-button-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The html-button-response plugin displays HTML content and records responses generated by a button click. 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 does not respond within a fixed length of time. The button itself can be customized using HTML formatting. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/html-button-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-html-keyboard-response/README.md b/packages/plugin-html-keyboard-response/README.md deleted file mode 100644 index 85ae76aa..00000000 --- a/packages/plugin-html-keyboard-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The html-keyboard-response plugin displays HTML content and records responses generated with the keyboard. 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 does not respond within a fixed length of time. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/html-keyboard-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-html-slider-response/README.md b/packages/plugin-html-slider-response/README.md deleted file mode 100644 index 10522f4b..00000000 --- a/packages/plugin-html-slider-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The html-slider-response plugin displays HTML content and records responses generated by dragging a slider. 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 does not respond within a fixed length of time. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/html-slider-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-html-video-response/README.md b/packages/plugin-html-video-response/README.md deleted file mode 100644 index 97c67610..00000000 --- a/packages/plugin-html-video-response/README.md +++ /dev/null @@ -1,43 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The html-video-response plugin displays HTML content and records video from the participant via a webcam. In order to get access to the webcam, use the [initialize-camera plugin](https://www.jspsych.org/7.3/plugins/initialize-camera/) before this plugin. - -The video data is recorded in base 64 format, which is a text representation of the video that may be converted into others. Note that this plugin will _quickly_ generate large amounts of data, so if a large amount of video needs to be recorded, consider storing the data on a server immediately and deleting it from the data object (This is shown in the documentation link below). - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/html-video-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-iat-html/README.md b/packages/plugin-iat-html/README.md deleted file mode 100644 index c0c6ff67..00000000 --- a/packages/plugin-iat-html/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The iat-html plugin runs a single trial of the [implicit association test](https://implicit.harvard.edu/implicit/iatdetails.html), using HTML content as the stimulus. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/iat-html). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-iat-image/README.md b/packages/plugin-iat-image/README.md deleted file mode 100644 index 8a893ce6..00000000 --- a/packages/plugin-iat-image/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The iat-image plugin runs a single trial of the [implicit association test](https://implicit.harvard.edu/implicit/iatdetails.html), using an image as the stimulus. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/iat-image). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-image-button-response/README.md b/packages/plugin-image-button-response/README.md deleted file mode 100644 index b957b5f3..00000000 --- a/packages/plugin-image-button-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The image-button-response plugin displays an image and records responses generated by a button click. 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 does not respond within a fixed length of time. The button itself can be customized using HTML formatting. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/image-button-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-image-keyboard-response/README.md b/packages/plugin-image-keyboard-response/README.md deleted file mode 100644 index ccbaa989..00000000 --- a/packages/plugin-image-keyboard-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The image-keyboard-response plugin displays an image and records responses generated by the keyboard. 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 does not respond within a fixed length of time. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/image-keyboard-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-image-slider-response/README.md b/packages/plugin-image-slider-response/README.md deleted file mode 100644 index 2f686f90..00000000 --- a/packages/plugin-image-slider-response/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The image-slider-response plugin displays an image and records responses within two fixed values generated by dragging a slider. 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 does not respond within a fixed length of time. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/image-slider-response). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-initialize-camera/README.md b/packages/plugin-initialize-camera/README.md deleted file mode 100644 index 07803bbf..00000000 --- a/packages/plugin-initialize-camera/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The initialize-camera plugin asks the participant to grant permission to access the camera. If multiple cameras are connected to the partipicant's device, then it allows the participant to select which camera to use. Once access is granted for an experiment, you do not need to ask again, and the camera can be accessed by the [`jsPsych.pluginAPI.getCameraRecorder()`](https://www.jspsych.org/7.3/reference/jspsych-pluginAPI/#getcamerarecorder) function. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/initialize-camera). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-initialize-microphone/README.md b/packages/plugin-initialize-microphone/README.md deleted file mode 100644 index a55ad082..00000000 --- a/packages/plugin-initialize-microphone/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The initialize-microphone plugin asks the participant to grant permission to access the microphone. If multiple microphones are connected to the partipicant's device, then it allows the participant to select which microphone to use. Once access is granted for an experiment, you do not need to ask again, and the microphone can be accessed by the [`jsPsych.pluginAPI.getMicrophoneRecorder()`](https://www.jspsych.org/7.3/reference/jspsych-pluginAPI/#getmicrophonerecorder) function. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/initialize-microphone). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-instructions/README.md b/packages/plugin-instructions/README.md deleted file mode 100644 index 6d5d3027..00000000 --- a/packages/plugin-instructions/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The instructions plugins allows an experimenter to show instructions to the participant, allowing them to navigate through multiple pages at their own pace using the mouse or keyboard. The time a partipicant spends on a page of instructions will be recorded. Participants can be allowed to navigate forwards and backwards through pages, if desired. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/instructions). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-maxdiff/README.md b/packages/plugin-maxdiff/README.md deleted file mode 100644 index 883a649a..00000000 --- a/packages/plugin-maxdiff/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The maxdiff plugin displays a table with rows of alternatives to be selected for two mutually-exclusive categories, typically as 'most' or 'least' of a particular criteria (e.g. importance, preference, similarity). The participant responds by selecting one radio button corresponding to an alternative in both the left and right response columns. The same alternative cannot be endorsed on both the left and right response columns simultaneously. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/maxdiff). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-mirror-camera/README.md b/packages/plugin-mirror-camera/README.md deleted file mode 100644 index eb5b4ba8..00000000 --- a/packages/plugin-mirror-camera/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The mirror-camera plugin displays a live feed of the participant's camera. The camera must be initialized with the [initialize-camera](https://www.jspsych.org/latest/plugins/initialize-camera/) plugin prior to this plugin. It can be useful in experiments that need to record a video in order to give the participant a chance to see what is in the view of the camera. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/mirror-camera). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-preload/README.md b/packages/plugin-preload/README.md deleted file mode 100644 index b194d899..00000000 --- a/packages/plugin-preload/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The preload plugin loads images, audio, and video files into the browser's memory before they are needed in the experiment, in order to improve stimulus and response timing, and to avoid disrupting the flow of the experiment. It's recommended to use this plugin anytime you need to load media files, especially if the experiment needs a large and/or diverse set of media files. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/preload). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-reconstruction/README.md b/packages/plugin-reconstruction/README.md deleted file mode 100644 index 93c2e171..00000000 --- a/packages/plugin-reconstruction/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The reconstruction plugin allows a participant to interact with a stimulus by modifying a parameter of the stimulus and observing the change in the stimulus over time. The stimulus must be defined through a function that returns an HTML-formatted string, taking a single value between 0 and 1 that can be modified by the subject. - -## Examples - -Several example experiments and plugin demonstrations are available in the `/examples` folder. -After you've downloaded the [latest release](https://github.com/jspsych/jsPsych/releases), double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works. - -## Documentation - -Documentation for this plugin is available [here](https://www.jspsych.org/latest/plugins/reconstruction). - -## Getting help - -For questions about using the library, please use the GitHub [discussions forum](https://github.com/jspsych/jsPsych/discussions). -You can also browse through the history of Q&A on the forum to find related questions. - -## Contributing - -We :heart: contributions! -See the [contributing to jsPsych](https://www.jspsych.org/latest/developers/contributing/) documentation page for more information about how you can help. - -## Citation - -If you use this library in academic work, please cite the [paper that describes jsPsych](http://link.springer.com/article/10.3758%2Fs13428-014-0458-y): - -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 - -## Contributors - -jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). -The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). - -jsPsych was created by [Josh de Leeuw](http://www.twitter.com/joshdeleeuw). - -We're also grateful for the generous support from a [Mozilla Open Source Support award](https://www.mozilla.org/en-US/moss/), which funded development of the library from 2020-2021. diff --git a/packages/plugin-resize/README.md b/packages/plugin-resize/README.md deleted file mode 100644 index 28511fc5..00000000 --- a/packages/plugin-resize/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser. - -## Plugin Description - -The resize plugin displays a resizable `