Moodle Plugins directory: Notetaker: Versions: 0.1.0 | Moodle.org
Notetaker
Notetaker 0.1.0
Code prechecks
Notetaker module
A simple notetaker activity plugin for Moodle that allows a student to create notes within a course.
If the notetaker instance is set to allow public notes, the student can choose whether their notes should be private and only visible to themselves, or to make them public and share them with other course participants.
Teachers can manage all notes including those set to private.
Each note can be tagged. Notes can be searched by name.
Notetaker overview page |
---|
![]() |
Installation
Follow the general installing plugins documentation.
Usage
Activity configuration
- Select 'Notetaker' from the activity chooser.
- In Edit settings > General > Description, text entered here will display at the top of the main notetaker page.
- In Edit settings > Appearance > Allow public notes, choose Yes if you wish to give students the option to make their notes public.
- Save and display.
Adding notes
- On the course page, click on the notetaker activity.
- Click on the Add note button.
- Enter note title and note content (required) and tags (optional).
- If Allow public notes was set to Yes during activity configuration, Make note public will be available. If set to Yes, the note will be visible to all course participants, otherwise the note will be private.
- Save changes.
Add note |
---|
![]() |
Managing notes
- On the course page, click on the notetaker activity.
- Displayed here are previously added notes. If public notes are permitted, students can view all of their own private notes plus all public notes made by anybody. Teachers see an overview of all notes irrespective of privacy setting.
- Notes can be searched by name.
- To manage a note, click View on the note card on the notetaker overview page. At the bottom of the note, the student can Edit or Delete their own notes only. Teachers can manage all notes.
Search notes | Manage note |
---|---|
![]() |
![]() |
Video demo
Watch the video for a demonstration of the Notetaker plugin in Moodle 3.8.
Further information
Moodle 3.7, 3.8, 3.9, 3.10
Report a bug, or suggest an improvement:
Contact details
Any questions or suggested improvements to: Jo Beaver
License
2020 Jo Beaver
This program is free software: you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free SoftwareFoundation, either version 3 of the License, or (at your option) any laterversion.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR APARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along withthis program. If not, see
Version information
- Version build number
- 2020122802
- Version release name
- 0.1.0
- Maturity
- Alpha
- MD5 Sum
- 60a8c52deb807a20298f292ac3fe6f31
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation