tonisormisson / limesurvey-relevance-imex
A LimeSurvey Plugin to allow Import & Export of survey Relevance equations
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:limesurvey-plugin
Requires
- php: >=8.0.4
- ext-json: *
- nuovo/spreadsheet-reader: dev-master
- openspout/openspout: ^4.0
- sebastian/version: ^3.0
This package is auto-updated.
Last update: 2024-12-21 02:57:52 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.
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