The Journal activity allows teachers to obtain student feedback or reflections on a specific topic. Students can edit and refine their entries over time, and teachers can provide private feedback and grades.
- Documentation: MoodleDocs: Journal Module
- Source Code: GitHub
- Plugin Directory: Moodle.org
- Simple Interface: A single page for students to write and refine their entry.
- Private: Entries are visible only to the student and the teacher.
- Grading & Feedback: Teachers can grade entries and provide feedback.
- Time Constraints: Set availability windows (days/weeks).
- Mobile Support: Fully compatible with the official Moodle Mobile App.
- Privacy API: Full compliance with Moodle's GDPR privacy API.
- Navigate to your Moodle
moddirectory:cd /path/to/moodle/mod - Clone the repository:
git clone https://github.com/elearningsoftware/moodle-mod_journal.git journal
- Log in to your Moodle site as an administrator and go to Site administration > Notifications to complete the installation.
- Download the ZIP file from the GitHub repository (Click on the green Code button and select Download ZIP).
- Unzip the file.
- Rename the extracted folder to
journal(GitHub downloads are often namedmoodle-mod_journal-master, so you must rename it manually). - Upload the
journalfolder to your Moodlemod/directory. - Log in to your Moodle site as an administrator and go to Site administration > Notifications to complete the installation.
This version is compatible with Moodle 4.0 and higher.
- Originally developed by Martin Dougiamas.
- Maintained by Elearning Software SRL.
- Various community contributors.
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.