A Redmine plugin to create surveys.
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
- Run the plugin migrations command:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- Restart your Redmine web servers
- Login to Redmine as an Administrator
- Configure the permissions for the plugin: Create surveys, View surveys, View surveys results
- Enable the survey plugin for a project
A survey is basically just one question.
You can configure each survey:
- Allow edit (Users can edit their original answers)
- Allow comments (Also display a comment text field)
- Multiple choice
- Valid until (Dont allow answers after this date)
The results can be downloaded as a csv file.
...does not exist. The above constraints (allow comment, etc.) are just implemented by showing or hiding the appropriate links. If you want tighter security you will also have to implement checks in the controller oder models.
All strings can be translated.
Available languages:
- English
- Spanish
If you wann add your custom translation, add your lang file here: redmine_surveys/config/locales/
This plugin is licensed under the GNU GPL v2.