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;
}
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;
}
Aggregations