logo

Crowdly

Browser

Add to Chrome

Watter DRIE van die volgende opsies is belanghebbendes in Suid-Afrikaanse arbeid...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Watter DRIE van die volgende opsies is belanghebbendes in Suid-Afrikaanse arbeidsverhoudinge?

A. Die Staat

B. Arbeidsverhoudinge

C. Werkgewers

D. Werknemers

E. Aandeelhouers

// <![CDATA[

$(document).ready(function() {

$("div.que.multichoice").each(function() {

if ($(this).find("#maximumselections").length) {

let maxselect = parseInt($(this).find("#maximumselections").text());

$(this).find("#numberselections").text(maxselect);

let $total = 1;

$(this).find("div.answer input[type=checkbox]").each(function() {

if ($(this).is(":checked")) {

$total++;

}

$(this).on('click', function(event) {

if (!$(this).is(":checked")) {

$total = $total - 1;

$("div.validationerror").remove();

} else if ($total <= maxselect) {

$total = $total + 1;

$("div.validationerror").remove();

} else {

event.preventDefault();

event.stopPropagation();

}

});

});

}

});

});

// ]]>

3
100%
100%
100%
0%
0%
More questions like this

Want instant access to all verified answers on diespens.akademia.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome