- Posts: 12
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
How to save data while Running survey LS.3v
10 months 1 week ago #228106
by Hiccup
How to save data while Running survey LS.3v was created by Hiccup
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Version 3.25.14+210218
Own server or LimeSurvey hosting: Own
Survey theme/template:
==================
My Question is :
I have One survey which have 10 Group and We display 9 Group to fill question and answers and
Last Group will be stored date and time of which time user will be reach the group number 5.
I want to create one plugging which is run with running survey and save data in group.
based on question code arrive we save data into group 10 and same thing do while we reach our related group and we save data.
How can we achieve this thing using plugin.
if you have any question regarding this details please ask me and sorry if you do not understand properly my details.
Your LimeSurvey version: LimeSurvey Version 3.25.14+210218
Own server or LimeSurvey hosting: Own
Survey theme/template:
==================
My Question is :
I have One survey which have 10 Group and We display 9 Group to fill question and answers and
Last Group will be stored date and time of which time user will be reach the group number 5.
I want to create one plugging which is run with running survey and save data in group.
based on question code arrive we save data into group 10 and same thing do while we reach our related group and we save data.
How can we achieve this thing using plugin.
if you have any question regarding this details please ask me and sorry if you do not understand properly my details.
Please Log in to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 12886
- Thank you received: 2371
10 months 1 week ago #228109
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic How to save data while Running survey LS.3v
My opinion :
bets is to use equation and not plugin here …
Create an equation question at each gorupe with (for example)
(for group 1)
{G10CurrentGroup = 1}
{G10MaxGroup = max(G10MaxGroup,1)}
etc …
bets is to use equation and not plugin here …
Create an equation question at each gorupe with (for example)
(for group 1)
{G10CurrentGroup = 1}
{G10MaxGroup = max(G10MaxGroup,1)}
etc …
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Please Log in to join the conversation.
10 months 1 week ago #228112
by Hiccup
Replied by Hiccup on topic How to save data while Running survey LS.3v
Hi DenisChenu
Thank you for the Reply.
I have to save other values like GPS details of user [lat and long ]
so the equation will not work in this I think so.
i want to take user current location details and stored in last group
every group time I have to take the user location saved in my last group.
Thank you for the Reply.
I have to save other values like GPS details of user [lat and long ]
so the equation will not work in this I think so.
i want to take user current location details and stored in last group
every group time I have to take the user location saved in my last group.
Please Log in to join the conversation.
10 months 1 week ago #228116
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 How to save data while Running survey LS.3v
Save the GPS data in a hidden equation question for every group, then transfer it. No big deal.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Please Log in to join the conversation.
10 months 1 week ago #228147
by Hiccup
Replied by Hiccup on topic How to save data while Running survey LS.3v
Can you please share any example link so I can understand more details with it.
we can not add that data in every group so we separately make one group where we want to save all data while running the survey .
any other way without equation we can do this ?
we can not add that data in every group so we separately make one group where we want to save all data while running the survey .
any other way without equation we can do this ?
Please Log in to join the conversation.
10 months 1 week ago #228150
by Joffm
You should provide a lss export of your survey that we understand what you really want to achieve.
In your first post you wanted to store date and time of a certain group
And in your next post suddenly it is GPS
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic How to save data while Running survey LS.3v
I should say, it it the other way around.Can you please share any example link so I can understand more details with it.
You should provide a lss export of your survey that we understand what you really want to achieve.
In your first post you wanted to store date and time of a certain group
Last Group will be stored date and time of which time user will be reach the group number 5.
And in your next post suddenly it is GPS
I have to save other values like GPS details of use
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Please Log in to join the conversation.