Releases: kurokida/jspsych-psychophysics
v1.0 is released
To specify timing information in terms of frames not of milliseconds, the show_start(end)_frame
property is added. To enable the properties, the is_frame
property should be also specified as true.
Note that the display duration do not necessarily correspond to the intended value. For examples, see Bridges et al. (2020).
About how to use the show_start(end)_frame
property, see the demonstration files.
- movingCircles_frames.html
- twoImagesWithSOAinFrames.html
v0.4 is released
New demos
demos/draw_part_of_image.html
This file demonstrates how to use the drawFunc with an image. The image is preloaded automatically. In this demo, the part of the image is presented, and moved from left to right.
demos/draw_two_images_repeatedly.html
This file demonstrates how to present two images repeatedly until a participant responds to them. This demonstration can be applied to the study on like change blindness.
Changes
The drawFunc can be used in an image object.
Bug Fixes
The line_width property works properly. Thanks for the pull request, @kohske
v0.3
v0.2
The first release
This version is compatible with jsPsych v6.0.5, and was used when evaluating the display duration and SOA.