Select 2 statements that are the underlying principles of WHS.
// <![CDATA[
$(document).ready(function() {
let $total = 0;
$("div.answer input[type=checkbox]").each(function(){
$(this).on('click', function(event) {
if (!$(this).is(":checked")) {
$total = $total - 1;
} else if ($total <= 1) {
$total = $total + 1 ;
} else {
event.preventDefault();
event.stopPropagation();
}
});
});
});
// ]]>
Select the primary aim of a Job Safety Analysis (JSA).
Select 2 potential hazards caused by improper housekeeping in the workplace.
// <![CDATA[
$(document).ready(function() {
let $total = 0;
$("div.answer input[type=checkbox]").each(function(){
$(this).on('click', function(event) {
if (!$(this).is(":checked")) {
$total = $total - 1;
} else if ($total <= 1) {
$total = $total + 1 ;
} else {
event.preventDefault();
event.stopPropagation();
}
});
});
});
// ]]>
Match the images of the fire extinguishers to the type of extinguisher.
Select the primary responsibilities of a first aider when responding to a workplace emergency.
Select 2 functions of safety representatives in the workplace.
// <![CDATA[
$(document).ready(function() {
let $total = 0;
$("div.answer input[type=checkbox]").each(function(){
$(this).on('click', function(event) {
if (!$(this).is(":checked")) {
$total = $total - 1;
} else if ($total <= 1) {
$total = $total + 1 ;
} else {
event.preventDefault();
event.stopPropagation();
}
});
});
});
// ]]>