Here is the Prompt for AI assistance:
I want to turn each of the example sentences into a specialized markdown multiple choice quiz.
First, for each example sentence, remove the bold vocabulary word and replace it with five blank underscores.
Precede each question/statement with "zz.qu "
and precede each of the removed vocabulary words with a "zz.ans " and place it first after the question/statement.
Next, create three incorrect choices and precede each incorrect choice withe "zz.not " and place them after the correct answer.
Finally, close the question-choices set with " zz.end" after the final incorrect answer choice.
Here is an example of how it would look with the specialized markdown:
zz.qu After finishing her studies, Maria was _____ to start her new job at the technology company.
zz.ans eager
zz.not sad
zz.not nervous
zz.not jealous
zz.end
... end.