Actions

Running a survey safely: Difference between revisions

From LimeSurvey Manual

(Marked this version for translation)
No edit summary
Line 3: Line 3:
<!--T:1-->
<!--T:1-->
<br />Once you have activated a survey and are receiving responses it is worthwhile considering the following:
<br />Once you have activated a survey and are receiving responses it is worthwhile considering the following:
*Export the survey structure ([[File:exportcsv.png]]) immediately and save the .csv file on a safe place.
*Export the survey as survey archive immediately and save the .lsa file on a safe place.
*Regularly visit the "browse" screen ([[File:browse.png]])and export the received responses and keep a copy of the file.
*Try not to make changes to the survey. There are some parts of the survey that can still be changed after it has been activated, and while these shouldn't cause problems, it's better safe than sorry. Fully test your survey before you activate it and then try to leave it exactly as it is.
*Try not to make changes to the survey. There are some parts of the survey that can still be changed after it has been activated, and while these shouldn't cause problems, it's better safe than sorry. Fully test your survey before you activate it and then try to leave it exactly as it is.
*If you have access to phpMyAdmin or a similar facility, try making regular backups of the entire LimeSurvey database (structure and data). If the worst happens and the whole database disappears, you could re-create the database and import the backed-up tables, and LimeSurvey will likely be able to pick up where it left off.
*If you are a superadmin you can also export the whole database (MySQL only) by choosing the related option from the global top menu.
 
</translate>
</translate>

Revision as of 09:14, 15 May 2017


Once you have activated a survey and are receiving responses it is worthwhile considering the following:

  • Export the survey as survey archive immediately and save the .lsa file on a safe place.
  • Try not to make changes to the survey. There are some parts of the survey that can still be changed after it has been activated, and while these shouldn't cause problems, it's better safe than sorry. Fully test your survey before you activate it and then try to leave it exactly as it is.
  • If you are a superadmin you can also export the whole database (MySQL only) by choosing the related option from the global top menu.