Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
/ helena Public archive

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

License

Notifications You must be signed in to change notification settings

gurix/helena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f4b6b7 Â· Jun 4, 2020
Jun 4, 2020
Feb 15, 2014
Dec 18, 2018
Mar 18, 2020
Jun 4, 2020
Mar 20, 2020
Jul 23, 2018
Mar 20, 2020
Mar 20, 2020
Nov 20, 2018
Jun 4, 2020
Mar 7, 2014
Mar 18, 2020
Nov 20, 2018
Mar 7, 2014
Mar 20, 2020

Repository files navigation

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