Skip to content

Commit

Permalink
changeset added
Browse files Browse the repository at this point in the history
  • Loading branch information
jessestorbeck committed Oct 2, 2023
1 parent 7f71741 commit 599a090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-drinks-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych-contrib/plugin-self-paced-reading": major
---

Calls to jsPsych.data.write() are removed; jsPsych.finishTrial() now gets an object with words and reading times stored as arrays. Thus a trial now generates a single data object instead of x, where x is the number of words in the sentence. A bug in the calculation of reading times when inter_word_interval > 0 is corrected. Tests are added related to reading times.

0 comments on commit 599a090

Please sign in to comment.