AffectiveSlider
AffectiveSlider copied to clipboard
Importing images to Qualtrics?
When I use the .qsf file, I can't figure out how to get the images onto the sides of the slider like your demo image has or the gradient image below the slider. It just imports the slider and nothing else.
Am I doing something wrong, or is the code just for the sliding bar without the images?
Thanks in advance!
Hey, were you able to find a solution for this? I am facing the same problem. Thanks!
I haven't had time to try again yet. I'll let you know if I sort something out though!
On Tue, May 7, 2019, 7:25 PM vedikalal [email protected] wrote:
Hey, were you able to find a solution for this? I am facing the same problem. Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/albertobeta/AffectiveSlider/issues/7#issuecomment-490290011, or mute the thread https://github.com/notifications/unsubscribe-auth/AC3FTVMQIFZMBEXHEFPAMKDPUIFVNANCNFSM4HKSUCDA .
I am having the same problem. Have either of you figured out a solution yet?
Thanks
Hi, I used the html code instead. However, the faces appeared as images in the description of each question, and not on either side of the slider as is expected.
I wrote the Qualtrics code and someone just reached out to me to take a look. It looks like the Qualtrics API has changed and the javascript functions I wrote now error out. A bunch of my older surveys are now broken too. I'll take a look when I get a chance this week and see if this is still possible in Qualtrics. @albertobeta feel free to assign this issue to me.
Ditto on the qsf no longer working properly
I think the problem is happening in jQuery, with trying to make a new selector to find the right target on the page, here and here. I don't know what has changed with jQuery that would make that happen. It also looks like they have changed the layout of the pages, so the html that is being inserted might need to be different to work.
Any updates on Qualtrics code? I also failed to use this code in Qualtrics.
Ok I think I have it working again. Take a look here: https://upenn.co1.qualtrics.com/jfe/form/SV_07fKHcbS4fBpobj I'll put together a pull request later today with the fix.