Certificate IV in Workplace Assessment and Training

In 2002 I studied for my Certificate IV in workplace assessment and training, gaining the certificate in April that year.

Certificate IV
Certificate IV
Results card for cert IV


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);

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.