modification to add a second slider to the video-slider-response plugin #2034
-
Hello, I've modified the video-slider-response plugin to place two sliders, and two prompts on the screen below a video rather than one. I'm using the following parameters. This displays the way I want it to. However, with ` var first_slide = false;
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
all set! I figured out I needed to place the if statement within the callback function of each event listener separately. problem solved. |
Beta Was this translation helpful? Give feedback.
-
Hi Bryan, Would you be willing to share your code for the 2 slider response plugin? I am trying to modify the canvas-slider-response to do the same thing and would love the reference! |
Beta Was this translation helpful? Give feedback.
-
Hey Samantha!
Yes! Will totally share my code. I’ll be away from work for the weekend, but will do next week.
Be well,
b.
From: samanthareisman ***@***.***>
Date: Friday, January 13, 2023 at 11:38 AM
To: jspsych/jsPsych ***@***.***>
Cc: Bryan González ***@***.***>, Comment ***@***.***>
Subject: Re: [jspsych/jsPsych] modification to add a second slider to the video-slider-response plugin (Discussion #2034)
Hi Bryan,
Would you be willing to share your code for the 2 slider response plugin?
I am trying to modify the canvas-slider-response to do the same thing and would love the reference!
—
Reply to this email directly, view it on GitHub<#2034 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEWDCDAPSLD3BPVMTMOLQC3WSGAHTANCNFSM5BPBB2EA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
all set! I figured out I needed to place the if statement within the callback function of each event listener separately. problem solved.