Jun 3, 2021 2:37:00 PM avatar

View survey results as charts


 

Presentation

The Forms Poll module is a module of the Forms plugin for displaying survey results as charts. They can be displayed both in front office and back office. front2   

Inclusion of the plugin

Add the following dependency in the site pom.xml:

<dependency>
    <groupId>fr.paris.lutece.plugins</groupId>
    <artifactId>module-forms-poll</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <type>lutece-plugin</type>
</dependency>

 

Usage

After activating the plugin in the plugin management page, we can go to the site administration.
We can then add a new results page by linking a form to it.

create

Once the page has been created, we can edit it in order to select the form fields to display as a graphic. By clicking on the wheel, to the right of each field, you can modify the type of chart to use.

fields

If you want to display the graphics to the front-office user, you can edit the form and add the URL of the result front-office page in the "Return URL" field. recap