Hi,
so during the fieldwork you realized that you need numerical codes to be able to do some statistical tests.
Means: You did not do a full test.
And you changed the old "AO01" or whatever to "1", "2",...
How did you do this?
You deactivated the survey, changed the codes and activated again? Then imported the "old_answers"?
Here is the crucial point. LimeSurvey has to rely on the codes to merge the answers.
Anyway: There should still be a data table with the original answers.
Maybe your admin can help investigating the "lime_old_survey_223575_xxxx"
Always remember: In single punch questions like arrays this code is stored as the respondent's answer. If you change this code in the survey structure, you expect LimeSurvey to go through all responses in the answer table to change from old code too new code.
If you export to SPSS anyway, this is done better in SPSS. A simple RECODE and a switch of the scale (from "text" to "ordinal").
This statements you may add directly to the syntax file. Done.
Well, you decided to do it the hard way. And you were more or less successful.
But now your question about conditional text questions.
I could reproduce that nothing is stored.
Have a look at your equation "gleichung"
You see the new line and the <p> tags.
This means you do not store "1" or "2", but "1 " or "2 ", each number followed by three blanks.
Now the conditions
gleichung==1 resp.
gleichung==2 will fail, because "gleichung" contains neither "1" nor "2".
A correct condition would have been
gleichung=="1 "
Unfortunately LimeSurvey behaves weird.
The question were displayed (the programming language neglects the type error), but the storage does not.
But anyway: Gone is gone.
Du weißt es ja: "Backup ist nur für Feiglinge"
Warum nur hast Du nicht vor den Änderungen einmal exportiert?
Joffm