- Posts: 106
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
JavaScript error...Okay weirdly when I duplicated the first question it doesn't show as the same style when previewing the survey and in group mode. But it does show it how I want when I preview the question by itself. I checked the source and I don't see anything but yeah I'm not sure why this is happening.
Please Log in to join the conversation.
These are radio buttons, so how can you select more than one in each box?only be allowed to select 1 answer per box, so they would be allowed to make 6 choices max
Please Log in to join the conversation.
<span onclick="checkClosest(this)"> <input value="5" class="inserted-radio" type="radio" name="radio_" id="radio-5" /> 3 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="6" class="inserted-radio" type="radio" name="radio" id="radio-6" /> 4 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="7" class="inserted-radio" type="radio" name="radio" id="radio-7" /> 5 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="8" class="inserted-radio" type="radio" name="radio" id="radio-8" /> 6 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="9" class="inserted-radio" type="radio" name="radio" id="radio-9" /> 7 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="10" class="inserted-radio" type="radio" name="radio" id="radio-10" /> 8 hours</span><br />\ <span onclick="checkClosest(this)"> <input value="12" class="inserted-radio" type="radio" name="radio_" id="radio-12" /> More than 8 hours</span><br />\
Please Log in to join the conversation.