Table of Contents

Notes about LimeSurvey V3.x

Ref: https://manual.limesurvey.org/Theme_options

Removing Exit & Clear

This can also be done in the console by directly going to file: themes/survey/vanilla/views/subviews/header/nav_bar.twig and deleting the said line.

Disallow saving survey

To disable “Load Unfinished Survey” and/or “Resume later” options (which can be confusing to users)

Clearing cache (tmp folder)

TARGET_INSTALL=/data/www/example.org/sub/info/main
unzip limesurvey3.6.2+180406.zip limesurvey/tmp/*
rm -Rf $TARGET_INSTALL/tmp
cp -r limesurvey/tmp $TARGET_INSTALL/
chown -R www-data:www-data $TARGET_INSTALL/tmp
rm -Rf limesurvey