Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt

Use this file to discover all available pages before exploring further.

Example
{
  "id": "act_01HX9N5AB3...",
  "object": "activity",
  "lesson_id": "lsn_01HX9...",
  "type": "quiz",
  "variant": "true_false",
  "title": "Quick check on the postulates",
  "description": "5 true/false items on the two postulates of SR.",
  "input": null,
  "questions": [
    { "id": "que_1", "prompt": "...", "type": "true_false", "correct_answer": true },
    { "id": "que_2", "prompt": "...", "type": "true_false", "correct_answer": false }
  ],
  "status": "ready",
  "ai_status": "ready",
  "evaluation": null,
  "evaluations": [],
  "created_at": "2026-05-10T12:34:56Z",
  "updated_at": "2026-05-10T12:34:56Z"
}

Attributes

id
string
Prefix act_.
lesson_id
string
type
enum
quiz | flashcard | podcast | diagram | glossary | bibliography | audio_resume | text_resume | expand | explain | explain_simple | introduction | objective | regulation | remember | underline | discover | application | practical | integrative | short_answer.
variant
string | null
For type: "quiz": true_false | fill_blank | matching | grouping | element_order | open_ended | mixed.
title
string
description
string | null
input
object | null
Source text or media that grounded the activity.
questions
Question[]
Empty for non-question types.
status
enum
pending | ready | error.
ai_status
enum
pending | ready | error (generation status).