/** * @author Kim Paterson */ package question; public abstract class TestItem { public int difficulty; public int time; }