Live poll

Activities ::: mod_livepoll
Maintained by David Castro, Open LMS LogoOpen LMS Development
This module allows having a live updating poll.

Live poll 0.1.4

Moodle 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
Released: Tuesday, 30 April 2019, 6:11 AM

Live poll

Codacy Badge Build Status

This module allows having a live updating poll.

It uses Firebase to push the updates and stores the data anonymously, so no GDPR concerns there.

Configuration

  1. Go to Firebase and create an account
  2. Once in the Firebase console, create a project
  3. We're using the real time database for this project. So, create a database.
  4. A popup will appear to configure Cloud Firestore, select any type of security (Locked/Test) mode.
  5. Switch from Cloud firestore to Realtime database (Top part of the page)
  6. Access Rules and set these rules:

    firebase-rules

    {
        "rules": {
            ".read": "auth != null",
            ".write": "auth != null"
        }
    }
    
  7. Enable anonymous authentication, if anonymous authentication is not setup, the poll will not work.

  8. From the project overview page in the Firebase console, click Add Firebase to your web app. If your project already has an app, select Add App from the project overview page.
  9. You can copy and paste the Project ID and API Key to add them to the Moodle plugin settings page. Site administration > Plugins > Activity modules > Live poll

Usage

Just use it like a normal activity. You can create a poll in a course and configure the voting options and what to render.

It is suggested you use this when performing live classes so students and instructors can interact with the charts and controls live.

This will not store any of the responses into Moodle.

livepolldemo

License

Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

Version information

Version build number
2018071303
Version release name
0.1.4
Maturity
Stable version
MD5 Sum
0cfdee1e9f1e24aaf9b3bee9893f3dee
Supported software
Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v0.1.4

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation