{}OPF
DocsPurposes recordEdit on GitHub

Educate

Use when the primary job is learning. Structure around concepts, examples, practice, and checks for understanding rather than persuasion or reporting.

Metadata

ID

educate

Catalog

purposes

Source

spec/catalogs/purposes/educate.json

FieldValue
outcomeThe audience understands the material well enough to apply it.
successCriteriaDefinitions and examples are clear, Audience can apply the concept, Complexity builds progressively
recommendedNarrativeseducate, focus, company-intro
recommendedTonesconversational, technical
tagslearning, training, enablement

Source JSON

educate.json
{
  "$schema": "https://openpresentation.org/schema/opf-purpose/v1",
  "id": "educate",
  "name": "Educate",
  "summary": "Teach a concept, process, product, or domain so the audience can use it correctly.",
  "description": "Use when the primary job is learning. Structure around concepts, examples, practice, and checks for understanding rather than persuasion or reporting.",
  "outcome": "The audience understands the material well enough to apply it.",
  "successCriteria": [
    "Definitions and examples are clear",
    "Audience can apply the concept",
    "Complexity builds progressively"
  ],
  "recommendedNarratives": [
    "educate",
    "focus",
    "company-intro"
  ],
  "recommendedTones": [
    "conversational",
    "technical"
  ],
  "tags": [
    "learning",
    "training",
    "enablement"
  ]
}