Releases: jspsych/jspsych-contrib
@jspsych-contrib/[email protected]
Minor Changes
- #145
30769b412cad0055e29903df095ff00d8be28443
Thanks @vzhang03! - initial version of self-paced reading (DOM version) plugin
@jspsych-contrib/[email protected]
Major Changes
- #196
61bbce9192f51b4f0fde83825197f36bf078f1eb
Thanks @jodeleeuw! - Initial release of the hotspot plugins
@jspsych-contrib/[email protected]
Major Changes
- #196
61bbce9192f51b4f0fde83825197f36bf078f1eb
Thanks @jodeleeuw! - Initial release of the hotspot plugins
@jspsych-contrib/[email protected]
Major Changes
- #189
c88334ef106f540fbb174504acef933a3d6626f8
Thanks @jodeleeuw! - Initial release of the Columbia Card Task plugin.
@jspsych-contrib/[email protected]
Minor Changes
-
#182
394c9ef27eff8bc4ec65434135b563bec3318cd3
Thanks @farhat60! - stimulus_duration can be indefinite now if the parameter is null. Only ends trial on participant response. stimulus_duration also set to null by default. -
#182
e3648903b35a325db05fe9334bd2d3817c0f2cbc
Thanks @farhat60! - Changed button_text parameter to buttons. This will now take an array of strings and produce a button for each string.
@jspsych-contrib/[email protected]
Major Changes
- #178
5a1cbb7166c5dcd024e685397f9def8c0e5ebc8b
Thanks @lakshmanvishnu! - The plugin-slide-to-continue is a interactive slider interface similar to the 'slide to unlock' functionality found on mobile devices. User must drag a slider handle to start or complete the trial, making it useful for consent screens, engagement check, or trasition screens in experiments
@jspsych-contrib/[email protected]
Major Changes
- #174
aa097789c87b09fd6d70454f2139396bde3f5e5b
Thanks @farhat60! - Initial release of the spatial nback plugin.
@jspsych-contrib/[email protected]
Major Changes
- #162
10f657df87852253292bb11989bf53f2ce1414b7
Thanks @kinleyid! - initial version of plugin-survey-vas
@jspsych-contrib/[email protected]
Major Changes
-
#161
865516a75ab54f55ec5822d2a78cb3797bce8586
Thanks @kinleyid! - Switching from using a div to draw the response marker to using an SVG image. This enables more shapes (e.g., cross). Rather than usingmarker_colour
to control the marker's appearance, the new argument ismarker_svg_attrs
to edit the marker's SVG attributes.html-vas-response 2.1.0
@jspsych-contrib/[email protected]
Patch Changes
- #163
3c3cd7170a95683ab6e0358f61bf495a5e81f126
Thanks @kinleyid! - Handling drag events and making plugin touch-responsive