Examples of QTIXMLWrapper


Examples of org.olat.ims.qti.editor.beecom.objects.QTIXMLWrapper

 
  /**
   * @see org.olat.ims.qti.editor.beecom.IParser#parse(org.dom4j.Element)
   */
  public Object parse(Element element) {
    return new QTIXMLWrapper(element);
  }
View Full Code Here

Examples of org.olat.ims.qti.editor.beecom.objects.QTIXMLWrapper

    if (!(item.getIdent().startsWith(ITEM_PREFIX_SCQ)
    || item.getIdent().startsWith(ITEM_PREFIX_MCQ)
    || item.getIdent().startsWith(ITEM_PREFIX_FIB)
    || item.getIdent().startsWith(ITEM_PREFIX_ESSAY)
    || item.getIdent().startsWith(ITEM_PREFIX_KPRIM))) {
      item.setRawXML(new QTIXMLWrapper(element));
      return item;
    }
   
    // exported olat surveys don't have the correct essay prefix. Search
    // for render_fib that contains rows attribute and convert them to essay
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.