Free-write according to a set of distinct prompts [Structure Strip]

Overview

Interactivity Need: I want to Free-write according to a set of distinct prompts [Structure Strip].
H5P Content Type: Structure Strip

Stimulus Features

Stimulus TypeGradableAutomated Feeback OptionMultimedia
Single-purposeNoYesText

Example 1

⚠️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. Feedback on length only; can be overridden, but text is not evaluated.
  2. Copy button lets users copy their work into another tool. Consider for copying/pasting into a Word doc for submission, for example (instead of a document worksheet).
  3. Min and max text length are characters, not words.
  4. 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