Take guided notes on a video, audio, or text [Cornell Notes]

Overview

Interactivity Need: I want to Take guided notes on a video, audio, or text [Cornell Notes].
H5P Content Type: Cornell Notes

Stimulus Features

Stimulus TypeGradableAutomated Feeback OptionMultimedia
Single-purposeNoNoText, Video, Audio

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

  1. 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).
  2. Customizable section headings and cues.
  3. Add HTML to enable copy to clipboard.

H5P Pedagogy Guide © 2024 by Penn State Behrend Center for eLearning Initiatives (CEI) is licensed under CC BY-NC 4.0