package questions; import questions.Question; /** * A Questions Screen has one question which id displayed to the student. */ public abstract class Questions { Question question; }