Difference between revisions of "Heatmap block"
From Carleton Moodle Docs
(→Global settings) |
|||
Line 15: | Line 15: | ||
* Counts of visits and unique users to each activity is also shown. | * Counts of visits and unique users to each activity is also shown. | ||
* The Heatmap can be toggled off when it is not needed. | * The Heatmap can be toggled off when it is not needed. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Capabilities (Controlling who sees parts of the block) == | == Capabilities (Controlling who sees parts of the block) == |
Revision as of 16:13, 15 June 2018
Heatmap block | |
---|---|
Type | Block |
Set | N/A |
Downloads | https://moodle.org/plugins/view.php?plugin=block_heatmap |
Issues | https://tracker.moodle.org/browse/CONTRIB/component/15738 |
Discussion | https://moodle.org/mod/forum/discuss.php?d=329136 |
Maintainer(s) | Michael de Raadt |
Contents
Features
- The Heatmap block overlays a heatmap onto a course to highlight activities with more or less activity.
- Counts of visits and unique users to each activity is also shown.
- The Heatmap can be toggled off when it is not needed.
Capabilities (Controlling who sees parts of the block)
The block uses a number of capabilities that are added when the block is installed.
- Add a new Heatmap block (block/heatmap:addinstance)
Controls whether the Heatmap block can be added to a course page. By default, this is allowed for the following archetypal roles.- Teacher (editingteacher)
- Manager (manager)
- (and Admins)
- View the Heatmap (block/heatmap:view)
Controls who can see the Heatmap block and subsequently the overlay of the heatmap on the course. This is something that will usually be relevant to Teachers, so it is hidden from students.- Teacher (editingteacher)
- Manager (manager)
- (and Admins)
Setting up a Heatmap in a course
Once the Heatmap block is installed, you can use it in a course as follows.
- Turn editing on
- Add the Heatmap block to your page (How to add a block)
- Toggle the Heatmap off and on as needed
Links
- Entry in Plugins repository
- Bug Tracker Page (Please report bugs here.)
- Git repository