Welcome back!
0 cards
My Flashcards
View all your flashcards
0 cards
Practice
Start a random practice session
0 cards
View all your flashcards
0 cards
Start a random practice session
Card 0 of 0
Paste JSON data for a subject and its chapters/cards. Example schema:
{
"subjectId": "unique_subject_id",
"subjectName": "Subject Title",
"subjectIcon": "public", // Material Symbols Outlined name
"subjectColor": "blue", // Tailwind CSS color name (e.g., 'blue', 'red')
"chapters": [
{
"id": "chapter_1_id",
"name": "Chapter 1 Name",
"icon": "auto_stories", // Optional chapter icon
"color": "green", // Optional chapter color
"cards": [
{
"type": "flashcard", // or "mcq"
"question": "The question.",
"answer": "The answer.",
"image": "url_optional",
"options": ["Option A", "Option B"] // Required for "mcq" type
}
]
}
]
}