Learning Commands · Reference & Visualization
/crossword command
Interactive crossword puzzle from learning content keywords
1 min read
Interactive crossword puzzle from learning content keywords
At a glance
| Field | Value |
|---|---|
| Command | /crossword |
| Usage | `/crossword [--topic=] [--scope=free |
| Category | reference |
| Execution | server |
| Context | pok |
| Response type | mini-canvas |
| Active PoK required | yes |
Parameters
- topic (optional) — Topic to generate crossword from
Examples
/crossword
/crossword --topic=React Hooks
/crossword --scope=unit
/crossword --scope=all
/crossword --scope=free --topic=Machine Learning
How it works
The crossword command creates an interactive crossword puzzle from your learning content keywords.
How it works:
- The AI selects pedagogically meaningful keywords from your learning material
- Words are arranged into an intersecting crossword grid
- Click a word to see its clue in the right panel, then type your answer
- Correct answers reveal the letters on the grid
- Complete all words to see your results
Options:
- topic: Specific topic to focus on (optional -- uses current topic if not specified)
- scope: Content scope --
pok(current topic),unit(entire unit),all(all units)
Tips:
- Words with shared letters create more intersections in the grid
- Start with
--scope=pokthen expand tounitorallfor more words
Was this article helpful?