Examples of GetPassedFunction


Examples of org.olat.course.condition.interpreter.score.GetPassedFunction

    // enrollment building block specific functions
    env.addFunction(GetInitialEnrollmentDateFunction.name, new GetInitialEnrollmentDateFunction(userCourseEnv));
    env.addFunction(GetRecentEnrollmentDateFunction.name, new GetRecentEnrollmentDateFunction(userCourseEnv));

    // functions to calculate score
    env.addFunction(GetPassedFunction.name, new GetPassedFunction(userCourseEnv));
    env.addFunction(GetScoreFunction.name, new GetScoreFunction(userCourseEnv));
    env.addFunction(GetPassedWithCourseIdFunction.name, new GetPassedWithCourseIdFunction(userCourseEnv));
    env.addFunction(GetScoreWithCourseIdFunction.name, new GetScoreWithCourseIdFunction(userCourseEnv));

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