Learning Commands · Assessment
/dragndrop command
Interactive drag-and-drop game for knowledge reinforcement
1 min read
Interactive drag-and-drop game for knowledge reinforcement
At a glance
| Field | Value |
|---|---|
| Command | /dragndrop |
| Usage | `/dragndrop [--scope=pok |
| Category | assessment |
| Execution | server |
| Context | pok |
| Response type | mini-canvas |
| Active PoK required | yes |
Examples
/dragndrop
/dragndrop --type=categorize
/dragndrop --type=order
/dragndrop --scope=unit --type=matching
/dragndrop --scope=free --topic=Sorting Algorithms --type=order
How it works
The dragndrop command creates interactive drag-and-drop games to reinforce your learning.
Game Types:
- Match Pairs (matching): Drag items on the left to match with their pairs on the right (e.g., term to definition)
- Categorize: Drag items into the correct category zones
- Arrange Order (order): Arrange items in the correct sequence by dragging into numbered positions
- Fill Blanks (complete): Fill blanks in a passage by dragging words/phrases into the right spots
Options:
- scope: Content scope —
pok(current topic),unit(entire unit),all(all units),free(custom topic) - topic: Specific topic to focus on (optional)
- type: Game type —
matching,categorize,order,complete(default: matching)
Tips:
- Start with
matchingfor vocabulary and definitions - Use
categorizeto group related concepts - Use
orderfor processes, timelines, or hierarchies - Use
completefor sentence/paragraph comprehension
Was this article helpful?