Usage

Using a Multivote

Just click on the small checkbox on the right of each vote item to toggle the checkbox. The Result Column will display the number of voters that have voted for that item. When the mouse pointer is kept over this number for some time, the full list of voters is displayed in a popup.

Creating a Multivote

Usage is very simple. Maybe looking at the example below is sufficient to understand it.

Parameters

  • id (mandatory): an identifier of the vote. Must be unique on the page that uses the macro.

  • sort (boolean):  whether to sort the table by number of votes. The table will only be sorted when the page is loaded.

The Body - a single table

lines

  • first line is a header (as in any table)

  • every other line is a vote item

columns

  • the first column has to be a unique identifier of the vote item, it

    • should only contain alphanumeric characters (the timestamp of the creation of the entry may be a good idea)

    • will not be displayed in the vote (so the header does not matter)

  • every other colum can be used at will, it will be displayed in the vote unchanged

Examples

this will produce the following vote:

A minimal example:

ID

time

ID

time

1

10 am - 11 am

2

11 am - 12 am

3

12 am - 1 pm

Resetting a Multivote

To reset a Multivote (i.e. delete all votes), Edit the page that contains the multivote. Clicking the Macro reveals the "Macro Property Panel":

Clicking the "Reset" button clears all votes.