protected void addSectionCompleteToggle(ISIXmlSection section) {
add(new StudentSectionCompleteTogglePanel("toggleCompletePanel", mSection, mTargetUser));
}
protected void addXmlComponent (ISIXmlSection section) {
MiniGlossaryModal miniGlossaryModal = new MiniGlossaryModal("miniGlossaryModal", getPageName());
add(miniGlossaryModal);
ResponseFeedbackPanel responseFeedbackPanel = new ResponseFeedbackPanel("responseFeedbackPanel");
add(responseFeedbackPanel);