In 2002 I studied for my Certificate IV in workplace assessment and training, gaining the certificate in April that year.
The certificate was required as the ABC became a registered training organisation, and along with Richard Johnson I went on to design and develop a two-week long training course for new Cross Media reporters.
Here’s the 2003 version of some of the modules:
$path = “training/200303/”;
$narray=array();
$dir_handle = @opendir($path) or die(“Unable to open $path”);
echo “
- “;
$i=0;
while($file = readdir($dir_handle))
{
if($file != ‘.’ && $file != ‘..’)
{
//echo “$file“;
$narray[$i]=$file;
$i++;
}
}
sort($narray);
for($i=0; $i“.$narray[$i].”“;
}
echo “
“;
$sizeofarray = count($narray);
echo “
$sizeofarray training documents
“;
//closing the directory
closedir($dir_handle);
- Street art – November 23, 2024 at 11.44AM – 27/11/2024
- Street art October 26, 2024 at 12:10PM – 26/10/2024
- Street art October 26, 2024 at 09:31AM – 26/10/2024
Leave a Reply