tonisormisson/limesurvey-relevance-imex

A LimeSurvey Plugin to allow Import & Export of survey Relevance equations

1.2.0 2024-09-12 06:23 UTC

This package is auto-updated.

Last update: 2024-10-21 02:36:41 UTC


README

Install to plugins folder

cd /LimeSurveyFolder/plugins
git clone https://github.com/TonisOrmisson/limesurvey-structure-imex.git  StructureImEx
cd StructureImEx && composer install

Activate plugin from Plugin manager

Find the plugin Import / Export buttons from survey tools menu.

menu

Updating

go to plugin folder

cd /LimeSurveyFolder/plugins/StructureImEx

Get updates via git. git pull or git fetch --all && git checkout my-version-tag

Run install command to make sure dependencies are updated if necessary.

composer install --no-dev