- Posts: 17
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
Automatically proceed to next question after selecting answer
5 years 5 days ago #169366
by smkamal
Hi,
Anyone help us , Kindly show the step "Automatically proceed to next question after selecting answer" I fond the link " www.limesurvey.org/forum/can-i-do-this-w...ter-selecting-answer " where and how please lets me...
Anyone help us , Kindly show the step "Automatically proceed to next question after selecting answer" I fond the link " www.limesurvey.org/forum/can-i-do-this-w...ter-selecting-answer " where and how please lets me...
The topic has been locked.
5 years 5 days ago - 5 years 5 days ago #169369
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic Automatically proceed to next question after selecting answer
Hi, here
www.limesurvey.org/forum/can-i-do-this-w...ter-selecting-answer
you find a lot of options, for radios, sliders, stars.
Unfortunately you didn't tell us neither your LS version nor what you exactly are trying to do.
But in general:
These scripts are entered in the question text (in source code mode)
Scripts, where you see "movenextbtn" or "submitbtn" don't work in version 3.x, but in 2.50/2.70
Scripts with something like "ls-button-submit" are usable in 3.x
Regards
Joffm
www.limesurvey.org/forum/can-i-do-this-w...ter-selecting-answer
you find a lot of options, for radios, sliders, stars.
Unfortunately you didn't tell us neither your LS version nor what you exactly are trying to do.
But in general:
These scripts are entered in the question text (in source code mode)
Scripts, where you see "movenextbtn" or "submitbtn" don't work in version 3.x, but in 2.50/2.70
Scripts with something like "ls-button-submit" are usable in 3.x
Regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 5 years 5 days ago by Joffm.
The topic has been locked.
5 years 5 days ago #169370
by smkamal
Replied by smkamal on topic Automatically proceed to next question after selecting answer
Hi Sir,
LS Version 3.7.0 i was try same but not working... after question i have past the scripts please advise
LS Version 3.7.0 i was try same but not working... after question i have past the scripts please advise
The topic has been locked.
5 years 5 days ago - 5 years 5 days ago #169373
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic Automatically proceed to next question after selecting answer
What type of question, which script?
Please be a bit more detailled.
Best you provide a sample with this question and a following one (*.lss)
Regards
Joffm
And please do not crosspost.
You asked this already in the other section.
Please be a bit more detailled.
Best you provide a sample with this question and a following one (*.lss)
Regards
Joffm
And please do not crosspost.
You asked this already in the other section.
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 5 years 5 days ago by Joffm.
The topic has been locked.
5 years 5 days ago #169376
by smkamal
Replied by smkamal on topic Automatically proceed to next question after selecting answer
Hi Sir,
Kindly find the attached sample (*.lss)
Kindly find the attached sample (*.lss)
Attachments:
The topic has been locked.
5 years 4 days ago #169390
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic Automatically proceed to next question after selecting answer
Hi,
1. Where did you find the script you used?
2. I wrote
I entered the correct scripts
into the first two groups of the attached file.
But how do you want to handle the text questions? When isthe question answered?
Regards
Joffm
1. Where did you find the script you used?
2. I wrote
And what is the "movesubmitbutton"? This is not defined.Scripts, where you see "movenextbtn" or "submitbtn" don't work in version 3.x, but in 2.50/2.70
I entered the correct scripts
Code:
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#question{QID} input[type="radio"]').on('click', function() { $('#ls-button-submit').trigger('click'); }); }); </script>
But how do you want to handle the text questions? When isthe question answered?
Regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Attachments:
The topic has been locked.
5 years 4 days ago #169392
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Automatically proceed to next question after selecting answer
Personally, I think it's a bad idea. What if the respondent clicks the wrong radio button?
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
5 years 4 days ago #169397
by holch
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic Automatically proceed to next question after selecting answer
And please do not cross post:
www.limesurvey.org/community/forums/desi...ithout-clicking-next
www.limesurvey.org/community/forums/desi...ithout-clicking-next
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
The topic has been locked.