Full documentation for teachers (French only): wiki.univ-nantes.fr/doku.php?id=madoc:81-otopo.
The OTOPO activity module allows teachers to offer their students a self-positioning grid made up of multi-level items.
Students can be asked to self-position themselves on the same grid several times during different sessions, in order to highlight a progression. The teacher can comment on each self-positioning.
The OTOPO activity has a score made up of items, each with a different score. Each item has a label, a scale and a justification field.
The student can choose either to visualize his or her progress or to self-assess again. If he chooses to self-assess, he sees the various previous answers (scale and justification) and can copy/paste.
The teacher sees a summary of all students, with the grade for each and the date of the last self-positioning. By clicking on a student, he or she can view the student's progress.
For more information, see the official plugin installation guide.
- Download the plugin's latest version or source code.
- Go to your platform's plugin installation page:
Site administration > Plugins > Install plugins
. - Open the plugin file and follow the installation process.
- Download the plugin's latest version or source code.
- Open the
moodle/mod
directory on your platform. - Unzip the plugin into the directory and make sure that the folder containing the plugin files is named
otopo
.
- Open a terminal and access the
moodle/mod
directory on your platform. - Clone the project using the following command:
git clone https://gitlab.univ-nantes.fr/boiteux-c/otopo.git otopo
.