Add visual content to enhance your questions
Visual content significantly improves learning outcomes. BlitzGrok supports multiple ways to add diagrams and images to your questions:
Best for: Static images, illustrations, pre-made diagrams
Best for: Simple shapes, custom graphics, embedded content
<svgBest for: Dynamic diagrams, variable-based visuals, complex layouts
See existing DIAGRAM_GUIDE.md for detailed BlitzDiagrams documentation.
Best for: Complex generation logic, programmatic creation
The power of diagrams in BlitzGrok is their ability to use question variables. This means your diagrams can change based on the question instance.
length = randint(5, 15)
{
"width": 400,
"height": 200,
"elements": [
{
"type": "line",
"x1": 50,
"y1": 100,
"x2": "50 + length * 20",
"y2": 100,
"label": "{length} units"
}
]
}
The Resources section in your Educator dashboard allows you to:
Access resources from your Educator workspace to start building your visual content library.
We're here to assist