Code, output, options, and explanations are passed as a plain config object.
The widget is described in a div.forma-predict-then-check block.
The code lives in a <pre>; the actual output in a
<samp>; options and explanations come from a
<dl> where the <dd> starting with
"Correct" marks the right answer.
What does this Python code print?
items = [1, 2, 3] print(items[-1])