Learning Objectives

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

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatTarget icons convert back to standard text bullets.
emailCustom check icons and borders fail to display.
Live preview
🎯 Learning Objectives
    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",
        "google-apps-script-web",
        "mcp-apps"
      ],
      "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
    Deploy your own Google Apps Script renderer

    The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
    clasp push && clasp deploy
    Full deploy guide →