Flash Cards

Pick a subject and module, then tap a card to flip it. There's no rush.

Subjects
Modules
Topic
Show
Go to card
Session size
Switch between Flash Cards and Multiple Choice using the menu on the left.
QUESTION
Tap to flip
ANSWER
Tap to flip back

Card pack format (.json)

A pack is a JSON file. The engine has no cards of its own - you load packs into it.

{ "format": "flashcards-pack", "formatVersion": "1", "type": "flashcard", "name": "Biology - Module 2", "cards": [ { "subject":"Biology", "module":"Module 2", "topic":"Tissues", "q":"What is a tissue?", "a":"A group of similar cells working together.", "qImg":"", "aImg":"" } ] }

qImg / aImg are optional inline SVG for a picture on the question/answer side.

formatVersion stamps which pack format the file uses (this engine understands version 1) — it helps future updates stay compatible. type is the learning-pack type: flashcard (default), short (short answer) or long (long answer).