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);
- A history of ABC local radio in Brisbane – 21/07/2025
- The engineer trapped inside a farmer’s body – 11/06/2025
- Street art – January 02, 2025 at 02:13PM – 02/01/2025
Leave a Reply