> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Media to quiz website

> Generate a quiz website around an image, video, audio file, or PDF.

Generate a quiz website around an image, video, audio file, or PDF:

```bash theme={null}
arka media-quiz lesson.mp4
arka media-quiz lecture.png --title "Lecture review" --output public/quiz.html
```

The generated page embeds the media and provides a responsive quiz form with
answer submission and scoring hooks. Add validated questions and answers for a
production assessment; Arka does not invent factual answer keys from media it
cannot inspect. Natural language such as “make a quiz website from lesson.mp4”
is supported.


## Related topics

- [Responsive website screenshots](/guides/web-screenshots.md)
- [PDF to interactive website](/guides/pdf-interactive.md)
- [Quiz practice](/guides/quiz-practice.md)
- [Open URL in browser](/guides/open-url.md)
- [Command aliases, subcommand synonyms, and skill names](/reference/aliases.md)
