Question: What does the company score on human rights practices?
Answer:
0.46
World Benchmarking Alliance
Tapestry Inc
2023
Verified by Steward check_circle

theme_scores = [theme_d_ag, theme_d_ap, theme_d_ex, theme_d_ict]
theme_scores = theme_scores.filter (option) -> option isnt "Unknown"
sum = theme_scores.reduce ((sum, item) -> sum + item), 0

sum/theme_scores.length

Comments