Hiding the Min Value on a Slider in Qualtrics

by shaikezr in Circuits > Websites

1705 Views, 0 Favorites, 0 Comments

Hiding the Min Value on a Slider in Qualtrics

Slider.png

Sometimes, we want to hide the Min Value on a slider in Qualtrics. This walkthrough will teach you how!

Step 1: Add JavaScript to the Question

AddJS.png

You'll want to do this on each of your sliders where you want to hide your Min Value. We can grab the element by class name and hide it.

This is the JavaScript you want to use:

document.getElementsByClassName("MinValue")[0].style.visibility = "hidden";

This video shows you how to add that JS to the Question: http://screencast.com/t/OO9XxjJ4Qjx