- Posts: 15
- Thank you received: 0
- Forum
- English support forums
- Development
- Automatically proceed to next question after selecting answer
Automatically proceed to next question after selecting answer
8 months 2 weeks 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...
Please Log in or Create an account to join the conversation.
8 months 2 weeks ago - 8 months 2 weeks 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
https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/108498-automatically-proceed-to-next-question-after-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
https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/108498-automatically-proceed-to-next-question-after-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: 8 months 2 weeks ago by Joffm.
Please Log in or Create an account to join the conversation.
8 months 2 weeks 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
Please Log in or Create an account to join the conversation.
8 months 2 weeks ago - 8 months 2 weeks 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: 8 months 2 weeks ago by Joffm.
Please Log in or Create an account to join the conversation.
8 months 2 weeks 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)
Please Log in or Create an account to join the conversation.
8 months 2 weeks 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 scriptsinto 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
<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
Please Log in or Create an account to join the conversation.
8 months 2 weeks 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.
Please Log in or Create an account to join the conversation.
8 months 2 weeks ago #169397
by holch
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
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'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.