Examples of QTIResultDetailsController


Examples of org.olat.ims.qti.QTIResultDetailsController

   * @see org.olat.course.nodes.AssessableCourseNode#getDetailsEditController(org.olat.core.gui.UserRequest,
   *      org.olat.core.gui.control.WindowControl,
   *      org.olat.course.run.userview.UserCourseEnvironment)
   */
  public Controller getDetailsEditController(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnvironment) {
    return new QTIResultDetailsController(userCourseEnvironment.getCourseEnvironment().getCourseResourceableId(), this.getIdent(),
        userCourseEnvironment.getIdentityEnvironment().getIdentity(), this.getReferencedRepositoryEntry(),
        AssessmentInstance.QMD_ENTRY_TYPE_ASSESS, ureq, wControl);
  }
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.