Helena is an online survey/test framework designed for agile survey/test development, longitudinal studies and instant feedback.


Keywords
longitudinal-studies, psychology, ruby, science, survey, swiss
License
GPL-3.0+
Install
gem install helena -v 2.1.0

Documentation

Maintainability Test Coverage Rubygems Version

Helena

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).

swiss made software

Requirements

  • Ruby (2.3.1 or higher)
  • Rails (5.1 or higher)
  • Mongoid (4.0.0 or higher)
  • MongoDB (2.4.10 or higher)

Installation

Add this line to your application's Gemfile:

gem 'helena'

And then execute:

$ bundle install

Usage

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.

TODOS

  • Support more question types, i.e Dates, Numeric inputs with validation, emails, ...
  • Customize question type views for each survey

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contact

[info@markusgraf.ch](mailto: info@markusgraf.ch)

Or at #HelenaFramework on freenode.net

Support

If you like helena and want to support the development, I would appreciate a donation:

Donate

License

Helena is an online survey/test framework designed for agile survey/test development, longitudinal studies and instant feedback. Copyright (C) 2014 Markus Graf info@markusgraf.ch

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/.