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