deck.tab.active.background = #6495ED

Survey Macros

Creates a survey in a Wiki page.

This plugin includes the following macros:
  • vote - Creates a simple survey.
  • survey - Creates a more complex survey, with multiple 'questions', the ability to add comments, and a survey summary.

Creates a simple survey.

The Code

Simple survey with changeable votes:

{vote}
{vote:What is your favorite color?|changeableVotes=true}
Red
Green
Blue
{vote}

Result

Simple survey with changeable votes:

{vote:What is your favorite color?|changeableVotes=true}
Red
Green
Blue
{vote}

Parameters

{vote:Title}
option 1
option 2
option 3
{vote}

Name

Required?

Default

Description

changeableVote

(error)

false

Determines whether a user can revote.

voters

(error)

All users with 'view' permissions on a page where survey is displayed

Determines who can vote (list Kerberos IDs in a comma separated list).

viewers

(error)

All users with 'view' permissions on a page where survey is displayed

Determines who can view the survey results (list Kerberos IDs in a comma separated list).

Creates complex survey, with multiple 'questions', the ability to add comments, and a survey summary.

The Code

A survey with changeable votes:

{survey:changeableVotes=true}
Knowledge - This is the knowledge category.
Communication Skills- This is the communication category.
Teaching skills - How good is he at teaching? 
{survey}

Result

A survey with changeable votes:

{survey:changeableVotes=true}
Knowledge - This is the knowledge category.
Communication Skills- This is the communication category.
Teaching skills - How good is he at teaching? 
{survey}

Parameters

Name

Required?

Default

Description

changeableVote

(error)

false

Determines whether a user can revote.

voters

(error)

All users with 'view' permissions on a page where survey is displayed

Determines who can vote (list Kerberos IDs in a comma separated list).

viewers

(error)

All users with 'view' permissions on a page where survey is displayed

Determines who can view the survey results (list Kerberos IDs in a comma separated list).