- Messages : 1
- Remerciements reçus 0
After clicking the next Button the question repeats
- DanielFriedrichSchulz92
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
il y a 1 an 6 mois #169794
par DanielFriedrichSchulz92
Hi,
I am setting up a survey for my company but I have a problem I am not able to solve by myself (LimeSurvey Version 2.67+).
After reaching an Array Number (checkbox layout), I click on the next button but the program just reload the same question again, again and again. So I cannot access the next question. I have no idea what I am doing wrong.
Question Code= Mainmatrix (Third Group).
It would be very nice if you could help me whit that. I attached a survey example. In this Survey you are supposed to choose Softwaretools you use from a big list. Then to name your main work-tasks and finally to match which Software you need for a specific task.
Thank you,
Daniel
I am setting up a survey for my company but I have a problem I am not able to solve by myself (LimeSurvey Version 2.67+).
After reaching an Array Number (checkbox layout), I click on the next button but the program just reload the same question again, again and again. So I cannot access the next question. I have no idea what I am doing wrong.
Question Code= Mainmatrix (Third Group).
It would be very nice if you could help me whit that. I attached a survey example. In this Survey you are supposed to choose Softwaretools you use from a big list. Then to name your main work-tasks and finally to match which Software you need for a specific task.
Thank you,
Daniel
Connexion ou Créer un compte pour participer à la conversation.
- jelo
-
- Hors Ligne
- Platinum Lime
-
Réduire
Plus d'informations
- Messages : 4047
- Karma: 71
- Remerciements reçus 913
il y a 1 an 6 mois #169797
par jelo
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Réponse de jelo sur le sujet After clicking the next Button the question repeats
Currently the surveyfile shows a lot of undefined variablenames in the emcode of Q6
konstruktionliste
simulationsliste
versuchsliste
In the next question the relevance code is containing wrong variables.
E.g. mainmatrix_T01_T1.NAOK == "1" is not accessing anything.
Try mainmatrix_T01_A1.NAOK == "Y" . That Y should work for the checkbox.
konstruktionliste
simulationsliste
versuchsliste
In the next question the relevance code is containing wrong variables.
E.g. mainmatrix_T01_T1.NAOK == "1" is not accessing anything.
Try mainmatrix_T01_A1.NAOK == "Y" . That Y should work for the checkbox.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Connexion ou Créer un compte pour participer à la conversation.
- DenisChenu
-
- Hors Ligne
- LimeSurvey Community Team
-
Réduire
Plus d'informations
- Messages : 12025
- Karma: 413
- Remerciements reçus 2195
il y a 1 an 6 mois #169799
par 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 .
An error happen ? Before make a new topic : remind the Debug mode .
Réponse de DenisChenu sur le sujet After clicking the next Button the question repeats
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 .
An error happen ? Before make a new topic : remind the Debug mode .
Connexion ou Créer un compte pour participer à la conversation.