Moodle plugins directory: PDF Annotation | Moodle.org

PDF Annotation
What is the PDF-Annotator?
The PDF annotator allows students to insert questions, comments and remarks on learning materials in PDF format directly into the document. Since all students, lecturers and tutors can read and answer the questions and comments asked, it is made easier to clarify open questions on lecture slides, scripts and other PDF learning materials quickly and in a concrete context.The PDF annotator is integrated into Moodle. You can
recognize the PDF annotator by this icon: The following screenshot (Fig. 1)
gives you an impression of what the annotator looks like. On the left side of
the PDF are the annotations, for which there are different tools. In the column
to the right of the PDF you can write a comment on the annotation or respond to
existing questions and comments from students. Comments may contain references
to an important passage, an error, or a question to be answered by other
students.
All annotations and comments are public and therefore visible to others. However, comments, as well as replies to existing comments, can also be posted anonymously.
Add PDF annotator to the course
To use the PDF annotator and add it to your course, click Turn On Edit at the top right of the Moodle page. Then click on ADD AN ACTIVITY OR RESOURCE in the desired area in which the PDF annotator is to be displayed and select PDF ANNOTATION from the list. Then click on ADD and you will be forwarded to the overview page where you can make further settings, such as the name and a description for the document. In the next step, please upload the intended PDF document. You can do this either using drag & drop or the file manager. You also have the option of availability, prerequisites and activity completion.
to be determined. If you do not
need these settings, simply leave them untouched, after uploading the file and
clicking on SAVE AND TO COURSE
your PDF document will be displayed directly in the desired area.
NOTE: also drag and drop a PDF into a Section (editing on), you will be asked "Create file for PDF Annotation".
Toolbar for annotations
Use the toolbar to select the different annotation tools. With these you mark a place or area in the PDF, for which you can then write a comment or a question.
Fig. 2 The toolbar
Cursor: With the cursor you can select, comment or move existing annotations.
Pin: Use the pin to mark individual points in the PDF to ask questions or leave a comment.
Bounding box: Use the frame to select individual text or image areas and create comments for them.
Highlighter: Use the highlighter to highlight parts of the text and make comments on it.
Cross-Out: With this tool you can cross out and comment on incorrect parts of a text.
Text: With this tool you can insert additional text into the PDF and comment on this insertion. In addition, you can select the font size and color before writing.
Pen: With the pen you can paint freehand in the PDF and create comments. You can also select the pen width and pen color before drawing.
Zoom: With the zoom you can display the PDF larger or smaller.
Hide annotations: To view the original document, you can hide all annotations. Note: With another click on the open eye, all annotations can be shown again.
Fullscreen: In full-screen mode, the entire PDF annotator is displayed across the width of the screen.
Page count: The page number shows you where you are in the PDF document.
Download document: Download the PDF document
Download comments: Download all Discussions as PDF
Create annotations and comments
If you select an existing annotation or create a new one, a comment field opens on the right. Here you can enter your questions or comments.
If you want to post anonymously, activate the checkbox Post anonymusly. With a click on CREATE ANNOTATION or ANSWER you can send your text. However, it is recommended that you do not post anonymusly.
Overview all annotations
The Teacher Overview provides an overview of various elements of the PDF annotator. You will receive a presentation of the reported comments, new questions will be made directly accessible here and can be accessed via the link on the right-hand side, you can continue to view your contributions to comments of the students in this presentation and additionally administer entries.
1) Settings for Textbox and Drawing do not seem to work. Whether selected or unselected, their icons always show on the annotation toolbox.
2) The language string of the helpnote for "Enable drawing for participants? " is the same as that for "Save and print pdf document"
@synnac thank you for reporting. We well check it.
Thank you for the response, the language string errors have now been fixed.
Keep up the great work.
I had already updated to 1.5 and would have to adjust a few language strings.
Since the version is currently offline and the problem has already been fixed for later versions, the problem should probably already be worked on.
Thanks for an info!
the latest release is still compatible with 3.11.
Thank you very much!
I was surprised because the version for 3.11 is currently not available.
The version for Moodle 4 was not offered to me in the automatic update. But after the manual installation it works!
@samai thank you for using our plugin for your final degree. You can find our source code here: https://github.com/rwthmoodle/moodle-mod_pdfannotator and make a clone to your local repo.
@synnac we have checked the problem you mentioned about the settings for textbox and drawing. There was no bugs on it. The settings are for students. As long as you are an admin or manager you can see both annotations. But, you are right with the setting descriptions. They do not correctly describe the settings. We have added this improvement to our backlog. Thanks for reporting.
Do you know when it will be available for Moodle version 4.1.3?
Thanks.
@samai each commentable annotation type, such as pin, highlighting etc.. call a callback function in index.js. It will call a function in lib.php names mod_pdfannotator_fragment_xxx. If you wanna add a question or a comment, it will triggered an event listener and call action.php. The action.php contains all events we need for pdfannotator.
@cristina we have published a new release today. Please have a look
@aldwin every user can turn it off in notification settings. Go to user preferences -> notifications preferences -> look for pdfannotator. Or what notifications do you mean?
However, since we updated to Moodle 4.1 it's no longer possible to activate the pin and add comments to the pdf (while drawing lines or adding text on the pdf is working).
Do you have any suggestions what might cause this issue? (Moodle 4.1.2, PDF Annotator v1.5 release 4 2023052300)
Thank you so much, best regards, Katja
Thank you for using our plugin
I cannot recreate the problem. Can you tell me your browser and its version, your operating system, and what in your browser console is? Are there any errors or something?
best regards
Anisa
A small question - is there any way to copy text from a pdf file in the plugin window, without downloading the pdf file?