Examples of AddNewQTIDocumentController


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

   */
  public IAddController getAddController(RepositoryAddCallback callback, Object userObject, UserRequest ureq, WindowControl wControl) {
    if (userObject == null || userObject.equals(QTIHandler.PROCESS_UPLOAD))
      return new AddFileResourceController(callback, supportedTypes, new String[] {"zip"}, ureq, wControl);
    else
      return new AddNewQTIDocumentController(AssessmentInstance.QMD_ENTRY_TYPE_ASSESS, callback, ureq, wControl);
  }
View Full Code Here

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

   */
  public IAddController getAddController(RepositoryAddCallback callback, Object userObject, UserRequest ureq, WindowControl wControl) {
    if (userObject == null || userObject.equals(QTIHandler.PROCESS_UPLOAD))
      return new AddFileResourceController(callback, supportedTypes, new String[] {"zip"}, ureq, wControl);
    else
      return new AddNewQTIDocumentController(AssessmentInstance.QMD_ENTRY_TYPE_SURVEY, callback, 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.