tonisormisson / limesurvey-relevance-imex

LimeSurvey 插件,允许导入和导出调查相关性方程式

1.2.0 2024-09-12 06:23 UTC

This package is auto-updated.

Last update: 2024-09-21 02:33:02 UTC


README

安装到插件文件夹

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

从插件管理器激活插件

在调查工具菜单中找到导入/导出按钮。

menu

更新

转到插件文件夹

cd /LimeSurveyFolder/plugins/StructureImEx

通过 git 获取更新。使用 git pullgit fetch --all && git checkout my-version-tag

运行安装命令以确保必要时更新依赖项。

composer install --no-dev