Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8 update #144

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6c0bec9
update plugin-corsi-blocks to v8
jadeddelta Sep 26, 2024
94b7ffa
update html-choice to v8
jadeddelta Sep 29, 2024
b143a7b
updated plugin-ios to v8
jadeddelta Sep 30, 2024
9716c64
update plugin-copying-task to v8
jadeddelta Sep 30, 2024
a2a77db
fix example and update plugin-vsl-grid-scene to v8
jadeddelta Sep 30, 2024
7dfa83d
update survey plugins to v8
jadeddelta Oct 1, 2024
4e76007
update plugin-gamepad to v8
jadeddelta Oct 2, 2024
aae3d13
update plugin-nextcloud-firedrop to v8
jadeddelta Oct 2, 2024
2b35819
update plugin-html-keyboard-response-raf to v8
jadeddelta Oct 2, 2024
c9877cb
fix some types and update plugin-image-swipe-response to v8
jadeddelta Oct 11, 2024
7c9134b
update plugin-image-multi-response to v8
jadeddelta Oct 11, 2024
7f83e8a
update plugin-image-array-keyboard-response to v8
jadeddelta Oct 11, 2024
299b2a4
update plugin-html-vas-response to v8
jadeddelta Oct 11, 2024
f7ef971
update plugin-html-swipe-response to v8
jadeddelta Oct 14, 2024
c802410
update plugin-html-multi-response to v8
jadeddelta Oct 14, 2024
38dac2f
fix html-keyboard-slider stylesheet
jadeddelta Oct 14, 2024
0ba43bc
update plugin-pipe to v8
jadeddelta Oct 14, 2024
0f18f8a
remove expID
jadeddelta Oct 14, 2024
1b9fa85
update plugin-audio-multi-response to v8
jadeddelta Oct 16, 2024
86bdb20
update plugin-audio-swipe-response to v8
jadeddelta Oct 16, 2024
d6465ac
update plugin-libet-intentional-binding to v8
jadeddelta Oct 16, 2024
c95db7d
update plugin-vsl-animate-occlusion to v8
jadeddelta Oct 16, 2024
bb38049
add example and update plugin-video-several-keyboard-responses to v8
jadeddelta Oct 16, 2024
40dd99d
update plugin-rok to v8
jadeddelta Oct 16, 2024
75e8ecc
update plugin-rdk to v8
jadeddelta Oct 16, 2024
a13c8fd
remove remaining timeout and display clears
jadeddelta Oct 16, 2024
132c1f5
fix and complete documentation for all plugins
jadeddelta Oct 19, 2024
1af38c4
clarify nested data types
jadeddelta Oct 19, 2024
1a7604b
add changeset
jadeddelta Oct 20, 2024
b250c20
remove extensions from the changeset
jadeddelta Oct 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .changeset/thick-llamas-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"@jspsych-contrib/plugin-video-several-keyboard-responses": major
"@jspsych-contrib/plugin-image-array-keyboard-response": major
"@jspsych-contrib/plugin-html-keyboard-response-raf": major
"@jspsych-contrib/plugin-libet-intentional-binding": major
"@jspsych-contrib/plugin-vsl-animate-occlusion": major
"@jspsych-contrib/plugin-audio-multi-response": major
"@jspsych-contrib/plugin-audio-swipe-response": major
"@jspsych-contrib/plugin-html-keyboard-slider": major
"@jspsych-contrib/plugin-image-multi-response": major
"@jspsych-contrib/plugin-image-swipe-response": major
"@jspsych-contrib/plugin-html-multi-response": major
"@jspsych-contrib/plugin-html-swipe-response": major
"@jspsych-contrib/plugin-nextcloud-filedrop": major
"@jspsych-contrib/plugin-self-paced-reading": major
"@jspsych-contrib/plugin-html-vas-response": major
"@jspsych-contrib/plugin-vsl-grid-scene": major
"@jspsych-contrib/plugin-survey-number": major
"@jspsych-contrib/plugin-survey-slider": major
"@jspsych-contrib/plugin-copying-task": major
"@jspsych-contrib/plugin-corsi-blocks": major
"@jspsych-contrib/plugin-html-choice": major
"@jspsych-contrib/plugin-gamepad": major
"@jspsych-contrib/plugin-ios": major
"@jspsych-contrib/plugin-rdk": major
"@jspsych-contrib/plugin-rok": major
"@jspsych-contrib/plugin-pipe": minor
---

Plugin updated to use jsPsych v8, with data now properly typed, proper audio integration, and unnecessary timeout/display clears removed. To use v7, check the README.md file for which version is compatible.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ The `/packages` directory also contains four template sub-folders that can be us
[libet-intentional-binding](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-libet-intentional-binding/README.md) | [Isaac Kinley](https:/kinleyid) | This plugin measures intentional binding using a Libet clock, and allows the participant to estimate the timing of events by adjusting the clock hand themselves.
[nextcloud-filedrop](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-nextcloud-filedrop/README.md) | [C. Martin Grewe](https:/mgrewe) | This plugin provides permanent storage of data collected during an experiment using a nextcloud instance.
[pipe](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-pipe/README.md) | [Josh de Leeuw](https:/jodeleeuw) | jsPsych plugin to faciliate communication with [DataPipe](https://pipe.jspsych.org)
[rdk](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-rdk/README.md) | [Josh de Leeuw](https:/jodeleeuw) | This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to report the primary direction of motion by pressing a key on the keyboard.
[rok](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-rok/README.md) | [Younes Strittmatter](https:/younesStrittmatter) | This plugin displays a Random Object Kinematogram (ROK) and allows the subject to report the primary direction of motion or the primary orientation by pressing a key on the keyboard.
[rdk](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-rdk/README.md) | [Josh de Leeuw](https:/jodeleeuw) | This plugin displays a Random Dot Kinematogram (RDK) and allows the participant to report the primary direction of motion by pressing a key on the keyboard.
[rok](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-rok/README.md) | [Younes Strittmatter](https:/younesStrittmatter) | This plugin displays a Random Object Kinematogram (ROK) and allows the participant to report the primary direction of motion or the primary orientation by pressing a key on the keyboard.
[self-paced-reading](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-self-paced-reading/README.md) | [igmmgi](https:/igmmgi) | Self-paced reading tasks with different display options.
[survey-number](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-survey-number/README.md) | [Josh de Leeuw](https:/jodeleeuw) | This plugin displays a survey question and collects a numeric response.
[survey-slider](https:/jspsych/jspsych-contrib/blob/main/packages/@jspsych-contrib/plugin-survey-slider/README.md) | [Dominique Makowski](https:/DominiqueMakowski) | Add several analogue scales on the same page for use in questionnaires.
Expand Down
Loading