Help/WikiPollPlugin

The WikiPoll plugin provides configurable polls.

Usage

<<WikiPoll arguments
    questions and possible answers
>>

Syntax:

question[1]="Do you like PhpWiki?"
answer[1][1]="Yes" answer[1][2]="Do not know" answer[1][3]="No"

Administration:

<<WikiPoll page=PhpWikiPoll admin=true>>

Arguments

Argument

Description

Default value

require_all

Boolean: if true, all questions must be answered

true

require_least

Minimum number of questions that must be answered

0

admin

Boolean: if true, an administrator can view and reset statistics (not yet implemented)

false

Example

See example in PhpWikiPoll.

Author