package testtool.StudentTesting; import testtool.Proctoring.*; import testtool.Publish.*; import java.util.Collection; /** * * The student comments are either general (about overall test) or specifi *c (related to specific questions), as specified by student. The text of the comment is contained in CommentBody. * * @author * @version * **/ public class StudentComments { /** Default Constructor **/ public StudentComments() { } protected StudentCommentType sc_type; protected String c_body; }