Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Submit Bottom

More
8 months 2 weeks ago - 8 months 2 weeks ago #268440 by rajkumar_dms
Submit Bottom was created by rajkumar_dms
[object Object] Please help us help you and fill where relevant:
LimeSurvey version: 6.9
Own server or LimeSurvey Cloud:Cloud
Survey theme/template:
==================
Hello Team,

I need a customized submit bottom for specific some question ,in that page instead of next bottom i need the submit bottom and when i clicked on that botom then survey will be finish
Is it possible in the lime survey
Last edit: 8 months 2 weeks ago by rajkumar_dms.

Please Log in to join the conversation.

More
8 months 1 week ago #268494 by rajkumar_dms
Replied by rajkumar_dms on topic Submit Bottom
Hello Team,

HNY

is it possible in the lime survey?

Please Log in to join the conversation.

More
8 months 1 week ago #268526 by Joffm
Replied by Joffm on topic Submit Bottom
Why don't you use a quota or conditions?
Why is such a button needed - in your opinion?

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
8 months 1 week ago #268528 by rajkumar_dms
Replied by rajkumar_dms on topic Submit Bottom
HNY

I need for numerical data termination like actual age & some actual data values
Seems for me this way termination would be better

Is it possible to do that?

Please Log in to join the conversation.

More
8 months 1 week ago #268537 by holch
Replied by holch on topic Submit Bottom
To be honest, it is not clear to me what you are trying to do. You want a button, in addition to the button on the page? Or substituting?

I think you need to explain a little better what you are trying to do for us to help. I find the description very confusing.

And with expression script and a hidden equation question you can create quotas based on various different values.

So please explain your specific case a bit more, so we can understand the issue and make suggestions. Ideally provide a LSS file with the example.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

More
8 months 1 week ago #268538 by Joffm
Replied by Joffm on topic Submit Bottom

I need for numerical data termination like actual age & some actual data values

Seems to be a typical scenario for quotas
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
8 months 6 days ago #268608 by rajkumar_dms
Replied by rajkumar_dms on topic Submit Bottom
is it possible?

Please Log in to join the conversation.

More
8 months 5 days ago #268610 by Joffm
Replied by Joffm on topic Submit Bottom

is it possible?

Yes.
You can trust @holch

And with expression script and a hidden equation question you can create quotas based on various different values.

Hidden equation with an IF-statement.
Set the quota on the result of the equation.

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
8 months 4 days ago #268613 by rajkumar_dms
Replied by rajkumar_dms on topic Submit Bottom
please provide the script for the same (Multiple submit botton)

I trusted on holch

But i looking for this way to handle that please help me on out this

Please Log in to join the conversation.

More
8 months 4 days ago #268614 by Joffm
Replied by Joffm on topic Submit Bottom

I trusted on holch


But you did not follow his advise

I think you need to explain a little better what you are trying to do for us to help. I find the description very confusing.

And with expression script and a hidden equation question you can create quotas based on various different values.

So please explain your specific case a bit more, so we can understand the issue and make suggestions. Ideally provide a LSS file with the example.


Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
8 months 4 days ago #268618 by rajkumar_dms
Replied by rajkumar_dms on topic Submit Bottom
Here the scenario for the same

1. For Actual age terminate case
2. If someone not selected desired option in multiple choice question (For ex. 1 must be coded in particular question number if not coded then terminate)
3.In Multiple choice question mandatory to choose 5 option if not then it will be terminated
4.On some calculated values based terminated 

I knew that it can handle by the expression script ,in of some study having more terminated criteria, i think this way we can handle be better this way

Also attached the lss for the same

Please Log in to join the conversation.

More
8 months 4 days ago - 8 months 4 days ago #268623 by Joffm
Replied by Joffm on topic Submit Bottom
--

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 8 months 4 days ago by Joffm.

Please Log in to join the conversation.

More
8 months 4 days ago #268624 by Joffm
Replied by Joffm on topic Submit Bottom
So, what concerns do you have?
Two simple equestions and two quotas.

Example.
1. equation (SO1) (hidden) after question Q1
{if(Q1_1!="Y", 0,1)}

2. equation (SO2) (hidden) after question Q2
{if (Q2 <= 24 OR Q2 >= 55,0,1)}

3. First quota
 
 

4. Second quota analog.

That's all
Create your end pages however you want.
 
 

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
8 months 4 days ago #268625 by holch
Replied by holch on topic Submit Bottom
I really don't see how this requires a submit button, if they don't make it through the quota, their survey is "submitted" automatically.

I don't see how two different buttons can help in this situation at all.

If these are two seperate quotas, create two zero quotas based on the criteria you need. If they are interlocked, you can create an equation question that checks if they should be screened out based on the two criteria and then set the quota on the two questions.

If you really, really want an additional submit button (which would mean that your respondents that are actually supposed to be screened out are counting into the 'completed' sample, which I don't think makes sense), then I am out. Because I don't know how to have an additional submit button in the middle of the survey.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

More
8 months 4 days ago #268627 by Joffm
Replied by Joffm on topic Submit Bottom
No, his idea was to display the screenout message in a  following text display and then make the button jump to the end.

In my opinion the TO isn't familiar at all with quotas.
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose