/** * This class represents an Answer to a MultChoiceQuestion. * * @author Kim Paterson * @author Mitchell Rosen */ package question; public abstract class MultChoiceAnswer extends StringAnswer { }