public function testConvertRegularQtiXmlWithCdataToLearnosityJson()
 {
     $xmlString = $this->getFixtureFileContents('otherqtis/withcdata.xml');
     list($item, $questions, $manifest) = Converter::convertQtiItemToLearnosity($xmlString);
 }