Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 794 Bytes

File metadata and controls

38 lines (23 loc) · 794 Bytes

survey-slider

Overview

Add several analogue scales on the same page for use in questionnaires.

Porting of existing code by Dominique Makowski here: https://github.com/RealityBending/JSmisc/blob/main/jspsych_extensions/plugin-survey-slider.js to jspsych-contrib by Max Lovell

Loading

In browser

<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>

Via NPM

npm install @jspsych-contrib/plugin-survey-slider
import jsPsychSurveySlider from '@jspsych-contrib/plugin-survey-slider';

Compatibility

jsPsych 7.0.0

Documentation

See documentation

Author / Citation

Dominique Makowski