Author | Pascal Näf - Screen Concept |
Contact: | pascal.naef AT screenconcept DOT ch |
This extension allows you to do a questionnaire with Radiant. In the backend you can create a questionnaire very easily. You can choose 4 type of questions:
- Freetext
- Singel-answer
- Multiple-answer
- Rating (1..4)
With simple radius tags (see usagae) you can display the questonnaire on the frontend.
Also in the backend you can clone a questionnaire (as example for multiple languages) and export the answers to Excel.
- Install the Questionnaire Extension
git clone git://github.com/screenconcept/radiant-questionnaire-extension.git vendor/extensions/questionnaire
- run migration and update
rake radiant:extensions:questionnaire:migrate rake radiant:extensions:questionnaire:update
- Start (or restart) your server
<r:questionnaire title="[questionnaire]"> <r:questionnaire:form>
Some work has been kindly sponsored by:
- [avaloq] (http://www.avaloq.ch)
- Screen Concept
This extension is released under the MIT license, see the LICENSE for more information.