function &getTest()
 {
     require_once $GLOBALS['where_lms'] . '/lib/lib.orgchart.php';
     $org_man = new OrganizationManagement($_SESSION['idCourse']);
     $tests =& $org_man->getAllLoAbsoluteIdWhereType('test');
     return $tests;
 }