Group: Forum Members
Posts: 5,
Visits: 36
|
Hi. I'd like to know how to make a sound box with slider in my survey page. Please help me.
I use Inquisit 6 and Web version. My ideal is;
sound box (The subject can click a start button.) slider (For example, 1-10 unlike-like; Likert scale)
*My code for now is;
<surveypage section1> /caption ="CAPTION" /questions = [1 = Q11, Q12;] </surveypage>
<slider Q11> / caption="How do you like it?" / labels=("0%","25%","50%","75%", "100%",) / range = (0, 100) / increment = 1 / showticks = true / required = true </slider>
<slider Q12> / caption="How do you recommend this to your friend?" / labels=("0%","25%","50%","75%", "100%",) / increment = 1 / showticks = true / required = true </slider>
|