NZART/NZ Amateur Operators Certificate Anki Flashcards

This post is a link to an Anki flashcard version of the NZART NZ General Amateur Operators Certificate Exam, created from the JSON question-answer file used to create the original exam generator program.

The Anki deck contains the full 600 questions for comprehensive revision, or targeted study – each question is tagged with which of the 30 sections it belongs to.

Two python scripts are used to first convert the data to CSV for convenience and then reformat it for import into the Anki AllInOne multi-choice template. An additional file, image_index.csv, contains an index of image references for each question, which are read in and included when the JSON is converted.

Helpful notes:

  • When importing into Anki, make sure to have the correct template set, have ‘Allow HTML in fields’ checked, and make sure all fields match up correctly. All images included should be placed in the Anki media folder (On Windows: %appdata% -> Anki).
  • If you export the formatted_questions.csv file from Excel to a .txt file, the formatting will be damaged. Use the exported .txt file from the Python script directly to avoid this.

Instructions for importing content into Anki: Text Files – Anki Manual

Repository containing Anki .apkg file and source files: marinmersenne2357/NZART-NZ-General-Amateur-Operators-certificate-Exam: NZART NZ General Amateur Operators certificate MCQ exam in CSV and Anki flash card file formats.

Original repository containing exam generator: richwalm/nzarttrainer: A web application simulating an NZART Exam for use in obtaining an New Zealand Amateur Radio License.