Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Section
Column
width15%
Excerpt Include
Advanced Macros Plugin
Advanced Macros Plugin
nopaneltrueAdvanced Macros Plugin
Column
width60%
Deck of Cards
width907px
idSurvey
Card
labelOverview

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.
Card
labelDocumentation
Deck of Cards
idsurveym

Card
labelvote

Creates a simple survey.

The Code

Simple survey with changeable votes:

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

Toggle Cloak
id1
Result

Cloak
id1

Simple survey with changeable votes:

Toggle Cloak
id2
Parameters

Cloak
id2

Name

Required?

Default

Description

changeableVote

false

Determines whether a user can revote.

voters

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

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).

Card
labelsurvey

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

The Code

A survey with changeable votes:

Code Block
{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}

Toggle Cloak
id3
Result

Cloak
id3

A survey with changeable votes:

Toggle Cloak
id4
Parameters

Cloak
id4

Name

Required?

Default

Description

changeableVote

false

Determines whether a user can revote.

voters

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

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).

Card

Deck of Cards

Round Rectangle
cornersfalse,false,true,true
bgcolor#828282
width909px
height50px

Column
width20%