Skip to content

Releases: kurokida/jspsych-psychophysics

v1.0 is released

27 May 07:53
Compare
Choose a tag to compare

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

16 May 02:34
Compare
Choose a tag to compare

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

05 Nov 04:53
Compare
Choose a tag to compare

The code is refined than v0.2, and is compatible with jsPsych v6.1.0.

v0.2

01 Nov 01:58
Compare
Choose a tag to compare

This version is compatible with jsPsych v6.1.0.

The first release

01 Nov 01:43
Compare
Choose a tag to compare

This version is compatible with jsPsych v6.0.5, and was used when evaluating the display duration and SOA.