Ballot object

A set of one or more Votes cast by a single User in response to a question posed in a Poll Page or a Poll. Each choice selected by a User is represented by a single Vote object. Therefore, if a User selected two choices in a Poll that allowed voters to vote for more than one choice, there would be two Votes in the Ballot associated with that User for that Poll.

Usage

Use Ballot objects to perform tasks, such as the following:

  • Determine which User cast the Ballot and on which date.

  • Get a collection of Votes cast by a User.

Home

Implements

IERUBallot

IERUItem


See also

Creating Items