I'm trying to number my slider ticks as well as having labels for them, pretty much a dual-labeling of "Strongly disagree" (values closer to 1) to "Strongly agree" (values closer to 7).
<slider C11>
/ caption = "E-cigarettes are less harmful than cigarettes."
/ labels = ("Strongly disagree", "Strongly agree")
/ range = (1, 7)
/ slidersize = (60%, 5%)
/ showtooltips = true
</slider>
Is showtooltips not the correct attribute? It doesn't seem to be working.