Adding your own questions

Open this file in any text editor and find the QUESTIONS list near the top of the script. Copy one block, paste it, and edit the fields. That's it — save and reload.

{
  subject: "Oral Pathology",   // groups it on the home screen
  topic:   "Cysts & Tumors",     // shown above each question
  question:"Which lesion shows 'ghost cells'?",
  options: ["Ameloblastoma",
            "Calcifying odontogenic cyst",
            "Odontoma",
            "Dentigerous cyst"],
  answer:  1,                  // index of correct option (0 = first)
  explanation:"Ghost cells are the hallmark of the calcifying odontogenic cyst (Gorlin cyst).",
  reference:"Neville, Oral & Maxillofacial Pathology"
}

Tips: answer starts counting at 0. A new subject name automatically becomes a new card on the home screen. reference can be left as an empty string "" if you don't have one yet.