This plugin allows the creation of surveys, which can have one or many questions.
- Inflection (‘opcion’ => ‘opciones’) (
bootstrap.php
) - Authentication component (with ‘Usuario’ model name and corresponding ACO nodes).
- Yes or No
- Values 1 to 5 (unique or multiple)
- Free text
- Copy
frage
folder to/app/plugins/
- Import frage SQL file to your database.
- Add routes to your routes.php file:
Router::connect( '/survey/:id', array('plugin' => 'frage', 'controller' => 'surveys', 'action' => 'view'), array('id' => '[0-9]+') );
- One question-answer per user!