Package org.olat.course.nodes.sp

Examples of org.olat.course.nodes.sp.SPRunController


    // obtain a temporary (as long as the users visits the course) map to store
    // intermediate data
    Map tmpstoremap = userCourseEnv.getTempMap(this.getClass(), nodeId);
   
    VFSContainer container = userCourseEnv.getCourseEnvironment().getCourseFolderContainer();
    SPRunController runController = new SPRunController(wControl, ureq, tmpstoremap, userCourseEnv, this, container);
    return new NodeRunConstructionResult(runController);
  }
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.sp.SPRunController

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.