/** * @author Kim Paterson * @author Mitchell Rosen */ package question; public abstract class ShortAnswerAnswer extends StringAnswer { }