logo

Crowdly

Select 3 factors that are likely to increase the risk of a manual handling injur...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Select 3 factors that are likely to increase the risk of a manual handling injury occurring when lifting and carrying. 

// <![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 <= 2) {

$total = $total + 1 ;

} else {

event.preventDefault();

event.stopPropagation();

}

});

});

});

// ]]>

0%
0%
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на learn.sydneytafe.edu.au?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!