Helena is an online survey/test framework designed for agile survey/test development, longitudinal studies and instant feedback. It was designed as modular part of the platform Laufbahndiagnostik (https://laufbahndiagnostik.ch/en).
- Ruby (2.3.1 or higher)
- Rails (5.1 or higher)
- Mongoid (4.0.0 or higher)
- MongoDB (2.4.10 or higher)
Add this line to your application's Gemfile:
gem 'helena'
And then execute:
$ bundle install
Add this line to your routes will and you will be good to go!
mount Helena::Engine => '/helena'
Since Version 1.0 the admin interface is no longer a part of the gem and was extracted to http://github.com/gurix/helena_administration.
- Support more question types, i.e Dates, Numeric inputs with validation, emails, ...
- Customize question type views for each survey
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
[[email protected]](mailto: [email protected])
Or at #HelenaFramework on freenode.net
If you like helena and want to support the development, I would appreciate a donation:
Helena is an online survey/test framework designed for agile survey/test development, longitudinal studies and instant feedback. Copyright (C) 2014 Markus Graf [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.