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