I really enjoyed the session. It was pitched just right with regards length and speed as other courses I have attended have dragged out what could have been a shorter course, or sped through it. The facilitators were really knowledgeable and allowed time for the attendees to chat and share experiences to learn from each other. The access to the HUB will be invaluable as all the course materials, the recording of the event and lots of other information is available after the course to refer back to, to help you plan activities in the workplace going forward.
WLT
$cat= get_the_category( );
$catArra= array();
$ct_cnt=0;
foreach ($cat as $key => $value) {
if ($value->term_id!=1){
if($ct_cnt<3) {
$catArra[]=$value->name;
}
$ct_cnt++;
}
}
?>
By Angela
Nov 20, 2024