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
Comments: 0