protected function getRubricBlocks()
 {
     //@todo : pass the right view from item/service api?
     $view = 'candidate';
     $dir = $this->getDirectory($this->getRequestParameter('itemDataPath'));
     return QtiRunner::getRubricBlocks($dir, $view);
 }