/**
  * Static function to read the number of user who have the status 'not_attempted'
  */
 function _getCountNotAttemptedByType($a_obj_id, $a_type)
 {
     return count(ilLPStatusWrapper::_getNotAttemptedByType($a_obj_id, $a_type));
 }