public function testConvertRegularManifestXmlToLearnosityJson()
 {
     $xmlString = $this->getFixtureFileContents('imscp/samplecp/imsmanifest.xml');
     list($activities, $activitiesTags, $itemsTags) = Converter::convertQtiManifestToLearnosity($xmlString);
 }