i>clicker Moodle integrate

Blocks ::: block_iclicker
Maintained by Aaron Zeckoski
This is the Moodle i>clicker integrate plugin which integrates Moodle with iClicker (http://www.iclicker.com/dnn/) The plugin allows students to register their clickers with the Moodle installation.

i>clicker Moodle integrate 1.8.2 (Build: 2015052500)

Moodle 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9
Released: Monday, 8 June 2015, 8:31 AM

This is the Moodle i>clicker integrate plugin for Moodle 2+ which integrates Moodle 2+ with iClicker (http://www.iclicker.com/dnn/) The plugin allows students to register their clickers with the Moodle 2+ installation. It provides an adminstrative interface for managing the registrations for Moodle admins. Instructors are provided with a reporting view which allows them to view a listing of the students in their courses which have and have not registered clickers. The plugin also provides integration with the i>clicker and i>grader desktop applications and allows direct grade import and export from the Moodle course gradebook.

Download the current release of the plugin from the Moodle plugins directory: [https://moodle.org/plugins/view.php?plugin=block_iclicker]

The 1.9 version is available in [https://github.com/azeckoski/iclicker-moodle-integrate]

[https://github.com/azeckoski/iclicker-moodle2-integrate/blob/master/README.txt README] (Installation and usage guide)

NOTE about database errors in Moodle 2.8:

If you are running Moodle 2.8 and installed a version of this plugin older than 26 April 2015 (1.8.1 or older) you may see an issue when viewing grades in the gradebook which produces an error like this:

"Error reading from database"
Debug info: Table 'moodle28.mdl_iclicker' doesn't exist
SELECT c.* FROM mdl_iclicker instance
JOIN mdl_course c ON c.id = instance.course
WHERE instance.id = ?
Error code: dmlreadexception
...

To fix this issue, upgrade your plugin to version 1.8.2 or newer and then run the following SQL (note that you may have to adjust the "mdl_grade_items" table name to match your local installation - depending on the configured database table prefix):

update mdl_grade_items set itemtype = 'manual', itemmodule = NULL 
where itemtype = "blocks" and itemmodule = "iclicker";

Version information

Version build number
2015052500
Version release name
1.8.2 (Build: 2015052500)
Maturity
Stable version
MD5 Sum
5663541f25dde6341658d5b84127fd8d
Supported software
Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.