Package org.olat.ims.qti.process

Examples of org.olat.ims.qti.process.QTIEditorResolver


        cmcExit.activate();
        listenTo(cmcExit);
        return;
       
      } else if (cmd.equals(CMD_TOOLS_PREVIEW)) { // preview
        previewController = IQManager.getInstance().createIQDisplayController(new QTIEditorResolver(qtiPackage),
            qtiPackage.getQTIDocument().isSurvey() ? AssessmentInstance.QMD_ENTRY_TYPE_SURVEY : AssessmentInstance.QMD_ENTRY_TYPE_SELF,
            new IQPreviewSecurityCallback(), ureq, getWindowControl());
        if (previewController.isReady()) {
          // in case previewController was unable to initialize, a message was
          // set by displayController
View Full Code Here

TOP

Related Classes of org.olat.ims.qti.process.QTIEditorResolver

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.