- Posts: 3
- Thank you received: 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- cockpit with multipoint navigation through survey instead of sequential
cockpit with multipoint navigation through survey instead of sequential
- Rolls60386
-
Topic Author
- Offline
- Fresh Lemon
-
Less
More
4 months 3 weeks ago #174468
by Rolls60386
Hi,
in a standard survey you normally move more or less sequential/incremental from question to question, and finally "submit" after the last question.
I would like to know if it is also possible to create some kind of a cockpit page from which you can freely jump to about ten different questions and comments, and from there back again to the cockpit page.
The final submission shall be also done within the cockpit.
Great thanks for your support.
in a standard survey you normally move more or less sequential/incremental from question to question, and finally "submit" after the last question.
I would like to know if it is also possible to create some kind of a cockpit page from which you can freely jump to about ten different questions and comments, and from there back again to the cockpit page.
The final submission shall be also done within the cockpit.
Great thanks for your support.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 7791
- Karma: 618
- Thank you received: 2280
4 months 3 weeks ago - 4 months 3 weeks ago #174469
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 cockpit with multipoint navigation through survey instead of sequential
You may be able to create a custom theme that displays only the question index in the first group and in all other groups there is a button to jump back to that index group. I have done this for several projects using 2.06 but not yet in 3.x.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 4 months 3 weeks ago by tpartner.
Please Log in or Create an account to join the conversation.
4 months 3 weeks ago #174471
by LouisGac
Replied by LouisGac on topic cockpit with multipoint navigation through survey instead of sequential
there is a question index:
github.com/LimeSurvey/LimeSurvey/blob/ma...tion_index_menu.twig
You can change it to make a landing page of it.
github.com/LimeSurvey/LimeSurvey/blob/ma...tion_index_menu.twig
You can change it to make a landing page of it.
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 10482
- Karma: 408
- Thank you received: 1854
4 months 3 weeks ago - 4 months 3 weeks ago #174481
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 (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Replied by DenisChenu on topic cockpit with multipoint navigation through survey instead of sequential
I think the index as button is better for such system.
github.com/LimeSurvey/LimeSurvey/blob/ma...n_index_buttons.twig
Just remind to remove the ls-js-hidden class
github.com/LimeSurvey/LimeSurvey/blob/ma...r_complement.twig#L7
github.com/LimeSurvey/LimeSurvey/blob/ma...n_index_buttons.twig
Just remind to remove the ls-js-hidden class
github.com/LimeSurvey/LimeSurvey/blob/ma...r_complement.twig#L7
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Last edit: 4 months 3 weeks ago by DenisChenu.
The following user(s) said Thank You: LouisGac
Please Log in or Create an account to join the conversation.