# Learning Objectives

Displays a checklist-style panel outlining competencies a reader will gain from the content.

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| objectives | array. Statements describing individual knowledge achievements. |

## Example payload

```json
{
  "type": "learning_objectives",
  "objectives": [
    "Understand the core concept",
    "Apply it in practice",
    "Evaluate the results"
  ]
}
```

Live page: https://a2uicatalog.ai/atoms/learning_objectives/
Full field contract: https://a2uicatalog.ai/spec.json
