PollsApplicationDownloads

Version 1.0M1

Release notes

This is the first version of the Polls application. You can use it to organize polls in your wiki.

If you do not wish users to be able to see who voted for each option of a given poll, please comment out the following code on the Polls.PollViewSheet wiki page in wiki edition mode :

replace

1.1.1.1 Vote details:
#foreach($oobj in $oobjs)
#set($vcount = 0)
* $oobj.description: #foreach($vobj in $vobjs)#if ($vobj.getProperty('option').value == $oobj.id) #if($vcount!=0), #end[$vobj.author] #set($vcount = $vcount + 1)#end #end #if($vcount == 0) —#end
#end

with

1.1.1.1 Vote details:
##foreach($oobj in $oobjs)
##set($vcount = 0)
* $oobj.description: #foreach($vobj in $vobjs)#if ($vobj.getProperty('option').value == $oobj.id) ##if($vcount!=0), #end[$vobj.author] #set($vcount = $vcount + 1)#end #end #if($vcount == 0) —#end
##end

at the bottom of the page.

How to install

You will have to import the Polls Application in your wiki. To do so, follow these steps:

  • Click on the "administration" link at the top right corner.
  • Import the application
    • Click on the "import" tab.
    • Upload the PollsApplication-10M1.xar file.
    • Click on its name once it can be seen in the list.
    • Click on "import" -> the application is now available on your wiki.
  • Your application is now available on the following page: http://<server>/xwiki/bin/view/Polls/

All versions

Version
Polls Application 1.0M1

Version 7.2 last modified by VincentMassol on 07/03/2008 at 21:07

Comments 0

No comments for this document

Attachments 1

BIN
PollApplication-10M1.xar 1.1
PostedBy: GuillaumeLerouge on 07/03/2008 (14kb )

Creator: GuillaumeLerouge on 2008/03/07 17:29
This wiki is licensed under a Creative Commons license
1.4.1.10194