Group: Administrators
Posts: 13K,
Visits: 104K
|
> 1. I would like to set the starting tic point of the slider bar (to the first label). How do I do that?
Via the <slider> element's /defaultresponse attribute.
> 2. How can I assure that the slider was actually moved? Every label should remain a possible response but the user should have > moved the slider.
You need to set the <slider>'s /required attribute to true.
> 3. As I read in some older posts it is not possible to write some single letters or words bold in a slider. Is that correct?
Yes, that is correct.
> Is there any other possibility to highlight a single word in the silder caption?
No.
<slider myslider> / caption = "Move it!" / range = (0,5) / defaultresponse = 0 / required = true </slider>
<surveypage mypage> / questions = [1=myslider] </surveypage>
|