Advanced Poll Help |
help/advpoll.html |
|
Advanced Poll Help |
Advanced Poll Voting Behavior |
help/behavior.html |
|
Advanced Poll Voting Behavior |
Advanced Poll Voting Modes |
help/modes.html |
|
Advanced Poll Voting Modes |
advpoll-bar.tpl.php |
templates/advpoll-bar.tpl.php |
|
Default template for an advanced poll bar. |
advpoll-borda-bar.tpl.php |
advpoll_ranking/templates/advpoll-borda-bar.tpl.php |
|
Default template for an advanced poll bar. |
advpoll-closed.tpl.php |
templates/advpoll-closed.tpl.php |
|
Default template that displays closed messaging when a poll is not available. |
advpoll-draggable.tpl.php |
advpoll_ranking/templates/advpoll-draggable.tpl.php |
|
|
advpoll-ineligible.tpl.php |
templates/advpoll-ineligible.tpl.php |
|
Default template for displaying messaging when a user is not eligible to vote on
a poll due to not being in the electoral list. |
advpoll-noresults.tpl.php |
templates/advpoll-noresults.tpl.php |
|
Default template for an advanced poll when results are not available. |
advpoll-ranking.tpl.php |
advpoll_ranking/templates/advpoll-ranking.tpl.php |
|
|
advpoll-results.tpl.php |
templates/advpoll-results.tpl.php |
|
Default template for wrapping bar results - includes count of votes. |
advpoll-runoff.tpl.php |
advpoll_ranking/templates/advpoll-runoff.tpl.php |
|
Default template for wrapping bar results - includes count of votes. |
advpoll.admin.inc |
includes/advpoll.admin.inc |
|
: Advanced Poll administration. |
advpoll.css |
css/advpoll.css |
|
.poll {
overflow: hidden;
}
.poll .bar {
height: 1em;
margin: 1px 0;
background-color: #ddd;
}
.poll .voted .bar {
border: 1px solid #111;
}
.poll .bar .foreground {
background-color: #000;
height: 1em;
float: left; /* LTR */
}
.poll… |
advpoll.info |
advpoll.info |
|
name = Advanced Poll
description = "Allows creation of standard or approval weighted polls with the option to create write-ins, limit by electoral list or present any poll as a block. It takes advantage of the Voting API to track votes with the… |
advpoll.install |
advpoll.install |
|
Install file for Advanced Poll. |
advpoll.module |
advpoll.module |
|
|
advpoll.pages.inc |
includes/advpoll.pages.inc |
|
Advanced Poll Pages Include. |
advpoll.views.inc |
views/advpoll.views.inc |
|
Views integration for Advpoll. |
AdvPollSingleChoice.test |
tests/AdvPollSingleChoice.test |
|
|
AdvPollTestBase.test |
tests/AdvPollTestBase.test |
|
Advanced Poll Test Base. |
advpoll_converter.admin.inc |
advpoll_converter/advpoll_converter.admin.inc |
|
Advanced Poll Converter Module Admin Forms and Functions. |
advpoll_converter.info |
advpoll_converter/advpoll_converter.info |
|
name = Advanced Poll Converter
description = "Allows selective conversion of standard Drupal Polls to the Advanced Poll format."
dependencies[] = advpoll
dependencies[] = votingapi
core = 7.x
package = "Voting" |
advpoll_converter.module |
advpoll_converter/advpoll_converter.module |
|
|
advpoll_field.devel_generate.inc |
advpoll_field/advpoll_field.devel_generate.inc |
|
Advanced Poll Field Devel Generator |
advpoll_field.info |
advpoll_field/advpoll_field.info |
|
name = Advanced Poll Field
description = "Provides a FieldAPI field type for presenting an Advanced Poll
choice field with a Boolean checkbox to indicate write-in status."
core = 7.x
package = "Voting" |
advpoll_field.install |
advpoll_field/advpoll_field.install |
|
Advanced Poll Field Install |
advpoll_field.module |
advpoll_field/advpoll_field.module |
|
Advanced Poll Field Module |
advpoll_helper.inc |
includes/advpoll_helper.inc |
|
Advanced Poll Helper Include. |
advpoll_ranking.info |
advpoll_ranking/advpoll_ranking.info |
|
name = Advanced Ranking Poll
description = "Extends the functionality of Advanced Poll with borda and instant-runoff style polling."
dependencies[] = advpoll
core = 7.x
package = "Voting"
files[] = js/advpoll-ranking.js |
advpoll_ranking.install |
advpoll_ranking/advpoll_ranking.install |
|
Install file for Advanced Ranking Poll. |
advpoll_ranking.module |
advpoll_ranking/advpoll_ranking.module |
|
|
advpoll_voteapi.inc |
includes/advpoll_voteapi.inc |
|
Advanced Poll Vote API Include. |
README.txt |
README.txt |
|
Advanced Poll
-----
Introduction
------------
Advanced Poll is a replacement to Drupal's poll module and provides multiple voting systems, decision-making tools, and management options.
- Voting systems: Basic polls, Approval Voting, Borda… |