Examples of STCourseNodeRunController


Examples of org.olat.course.nodes.st.STCourseNodeRunController

      }
    } else {
      // evaluate the score accounting for this node. this uses the score accountings local
      // cache hash map to reduce unnecessary calculations
      ScoreEvaluation se = userCourseEnv.getScoreAccounting().evalCourseNode(this);
      cont = TitledWrapperHelper.getWrapper(ureq, wControl, new STCourseNodeRunController(ureq, wControl, userCourseEnv, this, se, ne), this, ICON_CSS_CLASS);
    }

    // access the current calculated score, if there is one, so that it can be
    // displayed in the ST-Runcontroller
    return new NodeRunConstructionResult(cont);
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.