package testtool.StudentTesting; import testtool.Proctoring.*; import testtool.Publish.*; import java.util.Collection; /** * * Built-in type of Student comment. SpecificSC comments refer to * QuestionIDs to specific questions on a test which are identified by the QuestionIDs. * * @author * @version * **/ public class SpecificSC { /** Default Constructor **/ public SpecificSC() { } protected Collection q_IDs; }