Search in sources :

Example 1 with VideoRunController

use of org.olat.course.nodes.video.VideoRunController in project openolat by klemens.

the class VideoCourseNode method createNodeRunConstructionResult.

@Override
public NodeRunConstructionResult createNodeRunConstructionResult(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne, String nodecmd) {
    NodeRunConstructionResult ncr;
    updateModuleConfigDefaults(false);
    VideoRunController cprunC = new VideoRunController(getModuleConfiguration(), wControl, ureq, userCourseEnv, this);
    ncr = cprunC.createNodeRunConstructionResult(ureq);
    return ncr;
}
Also used : NodeRunConstructionResult(org.olat.course.run.navigation.NodeRunConstructionResult) VideoRunController(org.olat.course.nodes.video.VideoRunController)

Example 2 with VideoRunController

use of org.olat.course.nodes.video.VideoRunController in project OpenOLAT by OpenOLAT.

the class VideoCourseNode method createNodeRunConstructionResult.

@Override
public NodeRunConstructionResult createNodeRunConstructionResult(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne, String nodecmd) {
    NodeRunConstructionResult ncr;
    updateModuleConfigDefaults(false);
    VideoRunController cprunC = new VideoRunController(getModuleConfiguration(), wControl, ureq, userCourseEnv, this);
    ncr = cprunC.createNodeRunConstructionResult(ureq);
    return ncr;
}
Also used : NodeRunConstructionResult(org.olat.course.run.navigation.NodeRunConstructionResult) VideoRunController(org.olat.course.nodes.video.VideoRunController)

Aggregations

VideoRunController (org.olat.course.nodes.video.VideoRunController)2 NodeRunConstructionResult (org.olat.course.run.navigation.NodeRunConstructionResult)2