https://github.com/adamzammit/importquestionfromcolectica
LimeSurvey Plugin to import questions from the Colectica Metadata Repository
https://github.com/adamzammit/importquestionfromcolectica
colectica import limesurvey limesurvey-plugin
Last synced: 3 months ago
JSON representation
LimeSurvey Plugin to import questions from the Colectica Metadata Repository
- Host: GitHub
- URL: https://github.com/adamzammit/importquestionfromcolectica
- Owner: adamzammit
- License: gpl-3.0
- Created: 2023-04-12T05:32:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T02:38:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T22:08:49.955Z (5 months ago)
- Topics: colectica, import, limesurvey, limesurvey-plugin
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LimeSurvey Colectica Question Import Plugin
LimeSurvey plugin for importing questions from a Colectica repository## Requirements
- LimeSurvey 3.X, 5.X, 6.X
- Colectica API URL, username and password## Installation instructions
- Download the zip from the [releases](https://github.com/adamzammit/ImportQuestionFromColectica/releases) page and extract to your plugins folder.## Configuration options
### Required
- **Colectica URL**: Url of the repository itself (not the API endpoint, this will be automatically appended)
- **Username**: Username of Colectica user who has API access
- **Password**: Password of Colectica user who has API access## Usage
- Enable and configure the plugin
- A new button will appear when adding a new question called "Import from Colectica". Use this to browse/search the Colectica question repository and select and add questions to LimeSurvey
- Questions added via the plugin will now include a "Question Source" attribute which stores the URL of the question source from the Colectica repository for reference### Example usage video
[limesurvey-colectica-plugin-2023-06-07_15.59.54.webm](https://github.com/adamzammit/ImportQuestionFromColectica/assets/1452303/6f2c6f11-36fe-43dc-824d-cfd54cc2a40d)## Acknowledgements
- LimeSurvey: https://github.com/LimeSurvey/LimeSurvey
## LicenceGPLv3