Answer With Peer Counts
- 05 Nov 2024
- 1 Minute to read
- Print
- PDF
Answer With Peer Counts
- Updated on 05 Nov 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Answer With Peer Counts Component will have the following input fields
- question
- indicatorNames
- indicatorValues
- answers
- peerCounts
Bellow is an example of the component, later we need to replace respective fields with dataset fields
<answer-with-peer-counts
[question]="CR-1a-1. Does your company have a circularity strategy in place?"
[indicatorNames]="['Gender', 'Race', 'Ethnicity']"
[indicatorValues]="[34, 56, 50.01]"
[answers]="[
'No',
'Yes, our strategy covers decoupling economic growth from resource consumption',
'Yes, our strategy covers waste prevention'
]"
[peerCounts]="[13, 16, 54]"
></answer-with-peer-counts>
Was this article helpful?