Examples of evalAnswer()


Examples of org.olat.ims.qti.process.elements.QTI_item.evalAnswer()

  public void eval() {
    if (assessInstance.isSurvey()) return;
    if (evalNeeded) {
      QTI_item qtiItem = QTIHelper.getQtiItem();
      output = new Output(); // clear any previous feedback, hints, solutions
      qtiItem.evalAnswer(this);
      evalNeeded = false;
    }
  }

  /**
 
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.