". On GAS this persists to the learner's progress Sheet. Restores previously saved text on revisit.">

Reflection Prompt

Structured free-text reflection textarea with a submit button. Saves the response to progress_store under the key "reflect:". On GAS this persists to the learner's progress Sheet. Restores previously saved text on revisit.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
promptstring (required). The reflection question shown above the textarea.required
prompt_idstring. Key suffix for progress_store. Default "reflection".optional
placeholderstring. Textarea placeholder text.optional
accentstring. Accent colour. Defaultoptional
Example payload
{
  "type": "reflection_prompt",
  "prompt": "Describe what you'd like to create."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:reflection_prompt",
  "displayName": "Reflection Prompt",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/reflection_prompt",
  "capabilities": [
    "apps-script-web",
    "web",
    "meet-stage"
  ],
  "description": "Structured free-text reflection textarea with a submit button. Saves the response to progress_store under the key \"reflect:\". On GAS this persists to the learner's progress Sheet. Restores previously saved text on revisit.",
  "representativeQueries": [
    "show a reflection textarea \u2014 saves to progress_store; restores on revisit",
    "structured free-text reflection textarea with a submit button. saves the response to progress_store",
    "render a reflection prompt"
  ]
}
← 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 →