pub fn load_questions(path: &Path) -> Result<Vec<Question>>
Load a questions file (a JSON array of Questions in either shape).
Question