Examples of SectionFeedback


Examples of org.olat.ims.qti.container.qtielements.SectionFeedback

        String linkRefId = el_displayfeedback.attributeValue("linkrefid");
        // must exist (dtd)
        // ignore feedbacktype, since we section or assess feedback only accepts
        // material, no hints or solutions
        Element el_resolved = (Element) el_section.selectSingleNode(".//sectionfeedback[@ident='" + linkRefId + "']");
        getOutput().setEl_response(new SectionFeedback(el_resolved));
        // give the whole sectionfeedback to render
        feedbackavailable = true;
      }
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.