Test Sessions

Pick a session to test. In production, students would get direct links.

API Shape (coming)

POST /api/sessions/create
{
  "student": "max",
  "subject": "Latin III",
  "title": "Unit 5 Practice Test",
  "content": "...",
  "materials": "...",
  "scope": "...",
  "dueDate": "Tomorrow"
}

→ { "id": "x7k2m", "url": "/session/x7k2m" }