Part 1 - Creating a survey template
Overview
We'll start by creating a space template for the survey.
By the end of this section you will have something that looks like this:
Source code
The following source code is shared using Confluence Storage Format - the XHTML-based format that Confluence uses to store the content of pages, page templates, blueprints, blog posts and comments.
For more information on how to use this source code on your Confluence, read the following article - How do I use Recipes that use the Storage Format with the Confluence Source Editor?
Steps
On your space
go to Space tools > Content Tools > Templates
choose Create New Template
set the title of the Template to "Survey"
In this draft template
add a 2x2 table
In the first column
in the first row cell type add "How do you rate our services?"
in the second row cell add "How can we improve our services?"
In the second column
in the first row add a List Data macro
set the Name parameter to "Rate"
In this List Data macro
nest five List Option macros
for the first List Option macro
set the Value and Label parameters to "5 - Very good"
set the sortvalue to "1"
for the second List Option macro
set the Value and Label parameters to "4 - Good"
set the sortvalue to "2"
for the third List Option macro
set the Value and Label parameters to "3 - Neither good nor poor"
set the sortvalue to "3"
for the fourth List Option macro
set the Value and Label parameters to "2 - Poor"
set the sortvalue to "4"
for the fifth List Option macro
set the Value and Label parameters to "1 - Very poor"
set the sortvalue to "5"
The List Option macros are used to add the available options that the user can choose from. Use the sortvalue parameter to set the position in the list of options.
Also in the second column
This is a text entry box allows a user to add a written comment to suggest improvements.
Save the page