* */ class taoQtiTest_models_classes_export_QtiItemExporter extends QTIPackedItemExporter { public function buildBasePath() { $basePath = parent::buildBasePath(); return 'items/' . $basePath; } }