I've been having a strange problem with some (rather long) surveys: the question order changes after finishing the survey. Which does mess it up quite a bit. (e.g. question nš 20 goes to place nš 35). One of the times it even put two double pagebreaks in a row.

I tried to copy a survey, and manually correct the questions, but afterwards had the exact same issue :S

Also, checking the tables through PhPmyadmin to check for tables issues rendered no anomalous results.

While I have no idea what may be causing it:

-It only happened after I generated and sent invitation codes (may or may not be connected);
-I did alter the .tpl files quite a bit - regarding presentation issues (hopefully only that), but didn't change any php files (well, except for a few things in survey.class.php - only translation issues).

Anyway, I know this is very few data to get to any conclusion (and a rather "difuse issue"), so my questions were more regarding:

-can changing .tpl files in one template or including html codes (e.g. <div> and <span>) in the questions (note: the default template is used by the admin wasn't changed) affect data structure (even in any remote way)?
-More to the point, Is there any easy way to move the survey to another (new) database. Obviously I don't want just to copy the tables (and don't expect a set-by-step instructions), but can anyone give a couple pointers there (I'd really appreciate it)?
-is there any fast way to reorder the questions without using the interface (it is nice to move one or two positions, but 30 positions above...).


Regards,

Rui

Edit: just read the sticky about page breaks (http://www.bigredspark.com/forums/index.php?showtopic=699) - and my UCCASS wasn't with that update (duuh), but, anyway, I don't know whether this issue is connected and the issue is triggered by editing other survey (something that was done).