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
| Field | Value |
|---|---|
| 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 |
Source 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"
]
}