Examples of evalPassedOfCourseNode()


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

    /*
     * the real function evaluation which is used during run time
     */
    ScoreAccounting sa = getUserCourseEnv().getScoreAccounting();
    Boolean passed = sa.evalPassedOfCourseNode(childId);
    return (passed.booleanValue() ? ConditionInterpreter.INT_TRUE : ConditionInterpreter.INT_FALSE);
  }

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