tonisormisson/limesurvey-relevance-imex

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

1.1.0 2024-04-18 12:49 UTC

This package is auto-updated.

Last update: 2024-04-21 01:18:31 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