Skip to content

A modification of the jsPsych slider-response plugin but the response marker appears only after clicking on the slider. No starting position allows to avoid anchoring effect of the initial position.

Notifications You must be signed in to change notification settings

mmwozniak/plugin-html-slider-response-nostart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsPsych html-slider-response but without the starting position

The code is the jsPsych slider-response plugin but the response marker appears only after clicking on the slider. Lack of the marker's starting position allows to avoid anchoring effect caused by the initial position. This option can by turned on or off by manipulating the parameter show_slider_start: true to show the starting position and false to hide it.

Link to the description of the original plugin: https://www.jspsych.org/7.0/plugins/html-slider-response/

Use it just like a normal jsPsych plugins, but remember to refer to the files in your HTML head:

 <script src="plugin-html-slider-response-nostart.js"></script>
 <link href="jspsych_extra.css" rel="stylesheet" type="text/css" />

Tested on jsPsych 7.1.2 and jsPsych 7.3

About

A modification of the jsPsych slider-response plugin but the response marker appears only after clicking on the slider. No starting position allows to avoid anchoring effect of the initial position.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published