Examples of AssessFeedback


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

          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_assessment.selectSingleNode(".//assessfeedback[@ident='" + linkRefId + "']");
          getOutput().setEl_response(new AssessFeedback(el_resolved));
          // give the whole assessmentfeedback 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.