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