Displays a checklist-style panel outlining competencies a reader will gain from the content.
| Surface | Note |
|---|---|
| googlechat | Target icons convert back to standard text bullets. |
| Custom check icons and borders fail to display. |
| Field | Type | |
|---|---|---|
| objectives | array. Statements describing individual knowledge achievements. | required |
{
"type": "learning_objectives",
"objectives": [
"Understand the core concept",
"Apply it in practice",
"Evaluate the results"
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:learning_objectives",
"displayName": "Learning Objectives",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/learning_objectives",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a checklist-style panel outlining competencies a reader will gain from the content.",
"representativeQueries": [
"show a checklist of educational goals and competencies gained post-reading",
"displays a checklist-style panel outlining competencies a reader will gain from the content.",
"render a learning objectives"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →