Examples of evalScoreOfCourseNode()


Examples of org.olat.course.run.scoring.ScoreAccounting.evalScoreOfCourseNode()

    /*
     * the real function evaluation which is used during run time
     */
    ScoreAccounting sa = getUserCourseEnv().getScoreAccounting();
    Float score = sa.evalScoreOfCourseNode(childId);
    Double dscore = new Double(score.doubleValue());
    return dscore;
  }

  protected Object defaultValue() {
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.