Formula
score = (x) -> if x == "Yes" 10 else 0 weights = [0.25, 0.25, 0.25, 0.25] health_and_safety = [commitment, quantitative, business_relationship_commitment, monitoring] weights.reduce((weighted_sum, weight, index) -> weighted_sum + weight*score(health_and_safety[index]) , 0)
World Benchmarking Alliance
quantitative
2023
World Benchmarking Alliance
business_relationship_commitment
2023
World Benchmarking Alliance
monitoring
2023