Answer With Peer Counts
  • 05 Nov 2024
  • 1 Minute to read
  • PDF

Answer With Peer Counts

  • PDF

Article summary

Answer With Peer Counts Component will have the following input fields

  1. question
  2. indicatorNames
  3. indicatorValues
  4. answers
  5. 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>

image.png


Was this article helpful?

ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence