Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

tute/frage

Repository files navigation

Survey plugin for CakePHP

This plugin allows the creation of surveys, which can have one or many questions.

It relies on:

  • Inflection (‘opcion’ => ‘opciones’) (bootstrap.php)
  • Authentication component (with ‘Usuario’ model name and corresponding ACO nodes).

Possible type of questions:

  1. Yes or No
  2. Values 1 to 5 (unique or multiple)
  3. Free text

Installation

  1. Copy frage folder to /app/plugins/
  2. Import frage SQL file to your database.
  3. Add routes to your routes.php file:
    Router::connect( '/survey/:id', array('plugin' => 'frage', 'controller' => 'surveys', 'action' => 'view'), array('id' => '[0-9]+') );

Enhancements:

  • One question-answer per user!

About

Survey plugin for CakePHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published