Skip to content

Astor-Bizard/moodle-block_point_view

 
 

Repository files navigation

Moodle plugin « Point of View »

Licence GPL v3 Moodle code prechecks Licence GPL v3

Quentin Fombaron - October 20th 2020, Astor Bizard - January 13th 2023
Centre des Nouvelles Pédagogies (CNP*), Univ. Grenoble Alpes - University of innovation

The plugin Point of view offers the possibility to react and give difficulty levels to activities within a Moodle course. Students know the difficulty of an activity (estimated by the teacher) thanks to color tracks. They also have the possibility to react via emojis, each representing an emotion, a feeling. It is fully customizable.

This plugin is developed by Quentin Fombaron and Astor Bizard. It is initially developped for caseine.org. Do not hesitate to send your thinking and bug reports to the contact addresses below.

Contacts:

* The CNP, set up as part of the IDEX Training component, brings together the DAPI, PerForm and IDEX support teams.

Table of Contents

Point of View as a block

The Point of View plugin is a block. For general information about how blocks work, see Moodle documentation on blocks.

Usage

Once configured (see Configuration below), the block enriches the display of course modules with difficulty tracks and reactions.
Example of difficulty tracks and reaction on three modules.

Difficulty tracks

The difficulty track is set by the teacher for each module. It appears on the left of the module name.
By default, Green track, Blue track, Red track and Black track are available. These colors are customizable.

Reactions

Reactions are a way for students to express their point of view on a module. The reaction interface is displayed on the right of the module line.
The total number of votes for the module is displayed, as well as a preview of reactions that have been voted for. A green dot indicates that the user has voted.

Hovering the reactions or clicking on them reveals the different reactions, allowing the user to vote for a reaction by clicking on the associated emoji.
Reactions interface.

By default, the available reactions are "Easy!", "I'm getting better!" and "So hard...". These texts and their associated emoji are customizable.
Only one vote per module is allowed for each user. Users can freely change their vote, or remove it (by clicking again the previously selected reaction).

Accessing reactions details

Teachers can access detailed information about reactions by clicking the link in the block content:
Block content with link to overview

This leads to a table with information about votes for each user and each course module:
Overview table with percentages

Information about reactions votes is displayed as percentages by default. This can be toggled to number of votes by clicking on the reactions:
Overview table with number of votes

Clicking the arrow on the right of a row allows access to detailed information about each user's vote on the module:
Overview table with users information

Configuration

Once added to a course, the Point of View block needs to be configured.

Enabling reactions

To enable reactions in the course, the following option needs to be set to Yes:
Global reactions activation

Once enabled on block level, reactions can be enabled or disabled for each course module by checking the "Reactions" checkbox:
Course module reactions activation

Reactions can also be enabled or disabled for all course modules of one type:
Reactions activation for a course module type
...or for all course modules in a section:
Reactions activation for a course section

Enabling difficulty tracks

To enable difficulty tracks in the course, the following option needs to be set to Yes:
Global difficulty tracks activation

Once enabled on block level, difficulty tracks can be set for each course module with a dropdown menu: Course module difficulty track setting

Customization

Reactions emoji

Custom emoji can be defined to be used as reactions pictures. This can be done either at the site level (in plugin administration settings), or at the block level (on the block configuration page).
Note: Only 3 different reactions ("Easy", "I'm getting better" and "So hard" by default) are available.

Site administrators can define custom emoji to be used as reactions pictures site-wide:
Custom reactions emoji at the site level
11 files are needed: 3 emoji, 7 emoji groups (all possible groups from 1 to 3 emoji) and 1 neutral emoji meaning no vote on the activity. Please stick to the specified names.

Emoji Emoji group No vote emoji group
File names easy.png
better.png
hard.png
group_E.png
group_B.png
group_H.png
group_EB.png
group_EH.png
group_BH.png
group_EBH.png
group_.png
Preferred size 200x200 400x200 400x200
Extension PNG PNG PNG

At the block level, teachers can choose which emoji to use, as well as using their own custom emoji. The requirements are the same as above.
Reactions emoji selection at the block level

At the block level, custom text to be used for reactions can also be defined.
Example of custom reactions texts

Difficulty tracks colors

Site administrators can define custom difficulty tracks colors. This is useful if your site uses a theme where one of the default colors renders badly.
Note: Only 4 difficulty tracks (Green, Blue, Red and Black by default) are available.
Custom color setting for green difficulty track

Packages

No packages published

Languages

  • PHP 76.5%
  • JavaScript 17.5%
  • CSS 3.5%
  • Mustache 2.5%