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);
- An easy vegetable curry recipe for the slow cooker - 13/06/2023
- Slow Cooker Broad Bean Soup - 25/08/2021
- Peanut butter and oat biscuits - 26/04/2021