/**
  * Lookup title
  */
 static function lookupTitle($a_id)
 {
     return ilEphAssignment::lookup($a_id, "title");
 }