Examples of QTIEditorMainController


Examples of org.olat.ims.qti.editor.QTIEditorMainController

    //check if we can edit in restricted mode -> only typos
    ReferenceManager refM = ReferenceManager.getInstance();
    List referencees = refM.getReferencesTo(res);
    //String referencesSummary = refM.getReferencesToSummary(res, ureq.getLocale());
    //boolean restrictedEdit = referencesSummary != null;
    QTIEditorMainController editor =  new QTIEditorMainController(referencees,ureq, wControl, fr);
    if (editor.isLockedSuccessfully()) {
      return editor;
    } else {
      return null;
    }
  }
View Full Code Here

Examples of org.olat.ims.qti.editor.QTIEditorMainController

    //check if we can edit in restricted mode -> only typos
    ReferenceManager refM = ReferenceManager.getInstance();
    List referencees = refM.getReferencesTo(res);
    //String referencesSummary = refM.getReferencesToSummary(res, ureq.getLocale());
    //boolean restrictedEdit = referencesSummary != null;
    QTIEditorMainController editor =  new QTIEditorMainController(referencees,ureq, wControl, fr);
    if (editor.isLockedSuccessfully()) {
      return editor;
    } else {
      return null;
    }
  }
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.