Click the card to flip
Great job reviewing this material.
Edit the raw JSON structure of your card below:
Use this guide to understand how to build and format your cards.
Every card needs these core attributes to show up in the library.
"id": "unique-card-123", // Must be unique!
"title": "My Card Name",
"path": ["Shelf Name", "Book Name"], // Generates the sidebar folders
"tags": ["tag1", "tag2"] // Helps with search
All media must be placed inside the media/ folder of your ZIP package.
"media": {
"coverImage": "media/my-image.jpg",
"audio": "media/voice-note.mp3",
"attachments": [
{ "name": "Cheat Sheet", "file": "media/doc.pdf" }
]
}
The standard reading mode for the card.
"reference": {
"enabled": true,
"description": "Any text or HTML formatted description goes here."
}
Creates a step-by-step swiping workflow. You can optionally ask for input to generate a report.
"process": {
"enabled": true,
"steps": [
{ "id": 1, "text": "Basic instruction step." },
{
"id": 2,
"text": "Step asking for data.",
"input": { "type": "text", "prompt": "Enter notes:" }
}
]
}
Creates flashcards and multiple-choice quizzes.
"testing": {
"enabled": true,
"flashcard": {
"front": "Question?",
"back": "Answer!"
},
"quiz": [
{
"question": "Which is correct?",
"options": ["Wrong", "Right", "Wrong"],
"correctIndex": 1
}
]
}
Current files in media/ folder: