Package org.olat.ims.qti.export

Examples of org.olat.ims.qti.export.CourseQTIArchiveController


      main.setContent(intro);
    }
    else {
      removeAsListenerAndDispose(contentCtr);
      if (menuCommand.equals(CMD_QTIRESULTS)) {
        this.contentCtr = new CourseQTIArchiveController(ureq, getWindowControl(), ores);
        main.setContent(contentCtr.getInitialComponent());
      }
      else if (menuCommand.equals(CMD_SCOREACCOUNTING)) {
        this.contentCtr = new ScoreAccountingArchiveController(ureq, getWindowControl(), ores);
        main.setContent(contentCtr.getInitialComponent());
View Full Code Here

TOP

Related Classes of org.olat.ims.qti.export.CourseQTIArchiveController

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.