hamexam is the top-level script. It chooses a question and uses ask.awk to present each question and interpret the response.

The 3 element pools are stored in the T, G, and E directories. The question files will need to be updated when the pools expire or are modified.

The question pools were downloaded from http://www.ncvec.org/ and then split apart into a separate file for each question using the split.awk script, e.g.
      copy & paste the .pdf file content to a text file,
      gawk -f ../split.awk ../*.txt
      wc -l *  & fix any that do not have 6 lines
      file *   to verify that they are all "ASCII text"

The T*.png, G*.png, and E*.png files contain the diagrams needed to answer some of the questions. The .png files were derived from the .svg files that accompany the question pool files on the ncvec.org site, e.g. "convert T1.svg T1.png".

# Copyright (C) 2011-2024 John Nogatch AC6SL <jnogatch@gmail.com>
