Poll

Maintained by Adam Olley
Allows you to create custom polls for use in a Moodle course. A course can have many polls created within it; you can then choose which one to display through the block configuration tabs.
Price option: Free

Supports Moodle 2.0-3.7 See all versions
Latest release: 8 years ago
Installations: 377
Downloads (last 90 days): 32

Frankenstyle name: block_poll
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hello. This plugin has not been updated for several years. Is it no longer developed? Any idea if it is compatible with Moodle 4.1? Thanks.
Is it possible to add graphics/videos for polling not just text-based?
Can you create a short answer polls where answers will be shown to other students with this plugin?
Hello,
I recently tried out this block and was wondering on two features:
1. Is there a way to extract votes as a report?
2. Is there a way to allow more votes for the same user (2 out of 4 given choices)?
Thank you for your reply
@Dinis Medeiros - Thanks for the report, looks like that was a incompatibility with MySQL. You'll want to update to the hotfix I just released as v3.1.0.3.
Undefined property: stdClass::$count in /moodle/blocks/poll/locallib.php on line 101
After one response, i got this and the block don't shows (1) but ()
Any help?
Hi John,
I'm not sure why pulling it in via git would be a problem for you?
Unless you're just worried about it not explicitly saying the plugin works for 3.0 here? In which case - it does. I've done some testing and was unable to find any regressions in functionality on M3.0 for the block - so I've updated the current version to state that it also supports 3.0.
Hi Adam,
May I re ask Mario's question will there be a Moodle V3.0 version of this plugin as although it installs in from the web front end we are looking to switch to pulling all plugins in from git and that won't work for Poll.
Cheers,
John.
Make unloading of Voters people csv file
Hi Adam,
Will there be an update for Moodle 3.0?
Thanks!
Thanks Adam for upgrading a nice plugin.
mind*
Hi friends
Would you ming guiding me and telling me how to install poll block on moodle?
Step by step please.
Figured it out: I changed 10 to 30 in the following line in the tab_editpoll.php file.
for ($i = 1; $i <= 30; $options[$i++] = ($i - 1)) {
}
Is there a way to increase the number of choices?