Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/mango_core
Mango "plugin" for limesurvey. Used to add a surveys router to chain survey one after the other.
https://github.com/medialab/mango_core
Last synced: 21 days ago
JSON representation
Mango "plugin" for limesurvey. Used to add a surveys router to chain survey one after the other.
- Host: GitHub
- URL: https://github.com/medialab/mango_core
- Owner: medialab
- Created: 2014-07-23T16:15:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T14:08:51.000Z (about 9 years ago)
- Last Synced: 2024-11-04T07:35:24.992Z (about 1 month ago)
- Language: PHP
- Size: 672 KB
- Stars: 2
- Watchers: 17
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - medialab/mango_core - Mango "plugin" for limesurvey. Used to add a surveys router to chain survey one after the other. (others)
README
# Goal
# Installation
## Install the mango template
* Copy the mango template into your /limesurvey/upload/templates folder## Install the mango router plugin
* If you have no mango folder into your limesurvey directory, create it
* Copy the config.json file into your /limesurvey/mango folder
* Edit config.json and set your own configuration. The value of key **sInstallFolder** should match the value of the path in the URL used to access the application (e.g. empty value if "http://locahost/", "limesurvey/" if "http://localhost/limesurvey").
* Copy the lang folder into your /limesurvey/mango folder
* Copy the mango_surveys_router folder into your /limesurvey/mango folder## Add your first mango survey
* Copy the mango_dictator folder it into your /limesurvey/mango folder
* Log in to your admin panel (http://locahost/limesurvey/admin/admin.php)
* Import the survey /limesurvey/mango/mango_dictator/survey/limesurvey_survey_336985.lss into your local Limesurvey## Create and edit experiments
An _experiment_ is a series of surveys. Mango routes users throughout this series.
Admin panel for expermients : limesurvey_host/mango/mango_surveys_router/services/experiments.php# Credits
[medialab](http://www.medialab.sciences-po.fr/)