pub type Answered = (String, Option<Answer>);
One question’s answer, or None when nothing answered it.
None