public function getComponents()
 {
     $comp = array_merge(parent::getComponents()->getArrayCopy(), $this->getInterpolationTableEntries()->getArrayCopy());
     return new QtiComponentCollection($comp);
 }