package testtool.Main; import java.util.Collection; /** * * This the saved description of the questions used in the visual test * * @author * @version * **/ public class Summary { /** Default Constructor **/ public Summary() { } protected StandardColor status; protected int time_; protected int qnumber_; }