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

Addition of a self-paced reading plugin #145

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7841109
Setup inital spr template
vzhang03 Oct 7, 2024
ea27f01
Inital working version of SPR complete
vzhang03 Oct 7, 2024
4d4e9f3
Working version of SPR with multiple words
vzhang03 Oct 7, 2024
6c169d4
Commited working fix to us styling using span, need to finalize update
vzhang03 Oct 7, 2024
c3f5323
All modes working, need to work on error handling and making code mor…
vzhang03 Oct 13, 2024
e866583
Successfully added JsPsych integrated keyboard listener
vzhang03 Oct 13, 2024
b302f12
Successfully refactored mode 1 and 2 to be simpler and more efficient
vzhang03 Oct 13, 2024
2c321e4
Completed mode 3, moving onto ending the trial and data handling
vzhang03 Oct 13, 2024
af9dcd2
working data collection and end trial, updated examples to showfinal …
vzhang03 Oct 13, 2024
ebd4b0d
Documentation updates and fixing the modes refactoring code
vzhang03 Oct 18, 2024
51c1a67
Updated generateBlanks to account for chunks including multiple words
vzhang03 Oct 18, 2024
e1c16fc
Finished splitting parameters, finalizing documentation
vzhang03 Oct 18, 2024
4c57593
Tested styling to be workign
vzhang03 Oct 18, 2024
c44db43
Finished up documentation for the SPR md file
vzhang03 Oct 18, 2024
273ed1a
Finishing up documentation within the trial parameters
vzhang03 Oct 18, 2024
30769b4
Pushing changeset
vzhang03 Oct 18, 2024
7e7303b
Added initial data model, missing docuemntation
vzhang03 Oct 21, 2024
66a5ab4
Initial delimiter model
vzhang03 Oct 21, 2024
fb8d507
fix desc and update to v8
jadeddelta Oct 23, 2024
39c28de
flesh out docs and add choices param
jadeddelta Oct 26, 2024
23e839b
remove delimiter param, added logic to handle it instead
jadeddelta Oct 26, 2024
bcfa327
Finished up majority of data saving - issues with extra and keypress …
vzhang03 Nov 1, 2024
ca8830e
Key press is working, time elapsed since last is working, only now is…
vzhang03 Nov 2, 2024
57bb8f2
document data types, fix stimulus data issue
jadeddelta Nov 3, 2024
241aac9
Fixed mode three, removed unneccessary comments and slight logic changes
vzhang03 Nov 4, 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
5 changes: 5 additions & 0 deletions .changeset/rich-tomatoes-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych-contrib/plugin-self-paced-reading": major
---

Inital version of SPR plugin
Loading