Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

brandleadership/radiant-questionnaire-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiant Questionnaire Extension

Author Pascal Näf - Screen Concept
Contact: pascal.naef AT screenconcept DOT ch

About Questionnaire Extension

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:

  1. Freetext
  2. Singel-answer
  3. Multiple-answer
  4. 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.

Installation

  1. Install the Questionnaire Extension

git clone git://github.com/screenconcept/radiant-questionnaire-extension.git vendor/extensions/questionnaire

  1. run migration and update

rake radiant:extensions:questionnaire:migrate rake radiant:extensions:questionnaire:update

  1. Start (or restart) your server

Usage Example

<r:questionnaire title="[questionnaire]"> <r:questionnaire:form>

First name
<r:questionnaire:results:firstname />
Surname
<r:questionnaire:results:lastname />
E-Mail Address
<r:questionnaire:results:email />
<r:questionnaire:questions:each>
<r:questionnaire:questions:question />
<r:questionnaire:questions:answers />
</r:questionnaire:questions:each>
</r:questionnaire:form> </r:questionnaire>

Contributors

Sponsors

Some work has been kindly sponsored by:

License

This extension is released under the MIT license, see the LICENSE for more information.

Releases

No releases published

Packages

No packages published