Learning Objectives

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

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatTarget icons convert back to standard text bullets.
emailCustom check icons and borders fail to display.
Fields
FieldType
objectivesarray. Statements describing individual knowledge achievements.required
Example payload
{
  "type": "learning_objectives",
  "objectives": [
    "Understand the core concept",
    "Apply it in practice",
    "Evaluate the results"
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →