* @see oat\taoQtiItem\model\qti\IdentifiedElementContainer * @package taoQTI */ interface IdentifiedElementContainer { /** * Every identified QTI element must declare the list of (string) identifers being used within it * This method gets all identified Qti Elements contained in the current Qti Element * * @author Sam, * @return oat\taoQtiItem\model\qti\IdentifierCollection */ public function getIdentifiedElements(); }