jsPsych icon indicating copy to clipboard operation
jsPsych copied to clipboard

Add real-time value display feature to plugin-html-slider-response

Open raynatang opened this issue 1 year ago • 3 comments

Added real-time value display feature to plugin-html-slider-response: if the parameter value_display is set as true, the slider's value will be displayed in real-time below the slider as participants adjust it.

Before participants adjust the slider, the displayed value will be the slider_start value

raynatang avatar Aug 10 '24 00:08 raynatang

⚠️ No Changeset found

Latest commit: 50de647a5e02fefe8f8e55a1b7abe1d999a8a139

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Aug 10 '24 00:08 changeset-bot[bot]

Hi @raynatang,

Thanks for the PR!

I think this is worth adding. A few things that would be needed before we can merge:

  1. I think one PR that includes updates to all the *-slider-response plugins would be ideal.
  2. I think making the default display false instead of true, so that existing experiments are unaffected by the update.
  3. Changes to the corresponding documentation files.

If you're willing to work on any of that - great!

jodeleeuw avatar Aug 10 '24 14:08 jodeleeuw

Thank you! I'll work on them!

raynatang avatar Aug 12 '24 19:08 raynatang