I would like to change my survey id. Instead of using a six digit random number (e.g. 665786), as the ids automatically generated when I create a new survey, I would like to use just a single digit.
I'm doing it by first exporting my survey to a ".lss" file and then replacing all occurrences of the old survey id by the new one. Then, I import the file and create a new survey with my single digit id.
After executing this procedure, everything seems to work just fine, but I'm not sure if this operation will not cause me any trouble in the future. Many things could go wrong. For example, there could be some feature which I didn't test yet that expects all surveys having six digit ids, or perhaps expect that all survey ids are in a certain range.
I found two threads in whic it has been stated that it was okay to edit survey ids in ".lss" files this way, but they are a bit old, so I'm not sure if they are still valid. The version I'm using is 2.00+ Build 131206.
www.limesurvey.org/forum/can-i-do-this-w...e-group-id-answer-id
www.limesurvey.org/forum/installation-a-...on-difference-in-2-0
Many thanks!