Diff: Help/WikiPollPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/WikiPollPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,23 +1,11 @@
 The **~WikiPoll** [[Help:WikiPlugin|plugin]] provides configurable polls. 
  
 == Usage == 
-  
 {{{ 
 <<WikiPoll arguments 
- questions and possible answers  
+ questions 
 >> 
-}}}  
-  
-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 == 
  
@@ -27,18 +15,14 @@
 ! Description 
 ! Default value 
 |- 
 | **require_all** 
-| Boolean: if true, all questions must be answered  
-| true  
+| 1 if all questions must be answered  
+| 1  
 |- 
 | **require_least** 
-| Minimum number of questions that must be answered  
+| How many at least  
 | 0 
-|-  
-| **admin**  
-| Boolean: if true, an administrator can view and reset statistics (//not yet implemented//)  
-| false  
 |} 
  
 == Example == 
  

version 2

The WikiPoll plugin provides configurable polls.

Usage

<<WikiPoll arguments
    questions
>>

Arguments

Argument

Description

Default value

require_all

1 if all questions must be answered

1

require_least

How many at least

0

Example

See example in PhpWikiPoll.

Author