I've conducted an survey on two railway stations in the Netherlands.
When I looked up the results of the surveys it seemed that the answers of several questions are not saved.
I've asked respondents to fill in the year (format: yyyy) when they first started using one of the railway stations.
If this value was 2013 or lower, than 4 questions appeared: 3x list (radio boxes), 1x array (7 sub questions).
Of these 4 questions, only the data for the array question was stored. The answers of the 3 list questions are not saved.
I've looked up the data in the MySQL database, this also resulted in nothing (only "NULL" values).
Does anyone know how this is possible? And how to fix this?
Because I need to conduct this survey at one more railway station (at the end of October).
You can find the survey on the following link.
At page 4 the respondent is prompted to answer the question on which year he/she first started using the railway station (using the information of page 1). If the year is 2013 or below, the respondent sees 4 more questions, of which 3 are lists (radio) and 1 array (7 sub questions).
Unfortunately the answers of the 3 list questions are not stored.
I cannot directly see what is happening. but I would try the following: make the question for the year a numeric question, with only integers and accept only values between 1900 and 2016 (of something like that).
My 2 cents.
Tammo
You can also send me the .lss file, so I can try to reproduce the error.
Tammo ter Hark at Respondage
For Limesurvey reporting, education and customized themes
respondage.nl
Hmm...the relevance values are being toggled correctly (screenshot below). Can you retest with a small sample survey containing only that group. If that test fails, attach an export (.lss) of the sample survey here.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
That is the full survey. Please test with a shortened version containing only that group. That will eliminate any possible relevance from previous groups.
(and make it easier for us to test)
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
I've created a new survey (a copy of the attached .lss file).
Secondly, I removed the conditions set to the questions ridershipPrevious, purposePrevious etc.
Surprisingly, the filled in data is now stored!
But once I set the conditions back (yearOfFirstUse =< 2013), the data will not be stored...
How is this possible... :huh:
In the validation of the questions I used the date-format yyyy.
Thus, I used this format (yyyy --> "2013") for the validation.
This worked for triggering the questions to appear, but to store the filled in data I needed the date format yyyy-mm-dd hh:mm ("2013-12-31 23:59").