UiL-OTS-labs / jspsych-spr-mw

A self paced reading with moving window experiment using jsPsych
GNU General Public License v2.0
6 stars 3 forks source link

Item randomization not working #27

Closed bbonf closed 1 year ago

bbonf commented 1 year ago

The randomization code is called after the timeline was generated with a fixed item list, and it has no effect. (only sets a local test_items variable that isn't used)

maartenuni commented 1 year ago

Hmm, thats is silly. I'll fix it.

maartenuni commented 1 year ago

Fixed in #28