Write a method that reads a quiz description in Aiken format and produces an ArrayList<ChoiceQuestion>
with the questions in the file. Questions are separated by single blank lines.
If there is an error, throw a SyntaxException
.
In the draft, don't do any error checking.