tonisormisson / limesurvey-relevance-imex
LimeSurvey 插件,允许导入和导出调查相关性方程式
1.2.0
2024-09-12 06:23 UTC
Requires
- php: >=8.0.4
- ext-json: *
- nuovo/spreadsheet-reader: dev-master
- openspout/openspout: ^4.0
- sebastian/version: ^3.0
README
安装到插件文件夹
cd /LimeSurveyFolder/plugins
git clone https://github.com/TonisOrmisson/limesurvey-structure-imex.git StructureImEx
cd StructureImEx && composer install
从插件管理器激活插件
在调查工具菜单中找到导入/导出按钮。
更新
转到插件文件夹
cd /LimeSurveyFolder/plugins/StructureImEx
通过 git 获取更新。使用 git pull
或 git fetch --all && git checkout my-version-tag
运行安装命令以确保必要时更新依赖项。
composer install --no-dev