Package org.olat.course.condition.interpreter.score

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

Related Classes of org.olat.course.condition.interpreter.score.GetPassedFunction

Copyright © 2018 www.massapicom. 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.