Select a course from the catalog or provide a custom JSON URL.
https://raw.githubusercontent.com/hasitpbhatt/gitquiz/refs/heads/main/courses/book-atomic-habits/001.json
Required JSON Structure:
[
{
"question": "Topic Title",
"content": "A helpful explanation...",
"description": "The scenario/question...",
"options": ["A", "B", "C", "D"],
"answer": "A",
"explanation": "Why A is correct..."
}
]