Overview
Interactivity Need: I want to Take guided notes on a video, audio, or text.
H5P Content Type: Cornell Notes
Stimulus Features
Options
Example 1
Student-facing instructions: As you watch the video, take notes in each section provided. Then, click “Copy” to copy your work to your computer clipboard and paste into the assignment submission area or into a Word document. You MUST copy and paste your work elsewhere, as your notes in the tool provided are neither saved nor recorded.
⚠️NOTE: At this time, an HTML snippet MUST be added to the embed code in Canvas so that notes will copy to clipboard. Without this additional code, users will receive the message “Notes could not be copied to clipboard” and copying does not take place. To remedy, add the following to the embed code (See Jira HFP-3855):
clipboard-read *; clipboard-write *;
Example:
Before
<iframe title="H5P [Cornell Notes]" src="https://behrend-elearn.psu.edu/interactive/h5p/embed/2182" width="1113" height="704" allowfullscreen="allowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *"></iframe>
After
<iframe title="H5P [Cornell Notes]" src="https://behrend-elearn.psu.edu/interactive/h5p/embed/2182" width="1112" height="693" allowfullscreen="allowfullscreen" allow="geolocation *; microphone *; camera *; midi *; clipboard-read *; clipboard-write *; encrypted-media * "></iframe>
Production Notes
- Copy button lets users copy their work into another tool. Consider for copying/pasting in a Word doc for submission, for example (instead of a document worksheet).
- Customizable section headings and cues.
- Add HTML to enable copy to clipboard.