enable custom questions will have info icon that says "First 3 questions will be displayed in the listing"
Let me also check the imports to see if there's a tooltip component available:
Now let me add the Tooltip imports and Info icon, then update the custom questions toggle:
Now let me update the custom questions toggle to include the info icon with tooltip:
I've added an info icon next to the "Show custom questions (List view)" label that displays a tooltip on hover saying "First 3 questions will be displayed in the listing". The icon is styled in gray and shows a help cursor on hover to indicate interactivity.
In the header section we need a configuration, show custom question summary, and here we summarize the scale question, like consider all the rating take the average and whichever closes number it falls to we mark that as overall answer for the question. We can place it above rating breakdown
Let me also check the header settings interface and the preview section where the rating breakdown is displayed:
Now let me find the rating breakdown preview section in the header:
Now I have enough context. Let me:
showCustomQuestionSummary to the header settings interfaceNow let me find and update the header settings initial state:
Now let me add the toggle in the header settings section. I'll add it after the star settings:
Now let me add the custom question summary display above the rating breakdown in the preview:
I've added a "Show custom question summary" configuration option in the Reviews Header settings section. When enabled, it displays a summary of the scale question ("How likely to recommend") above the rating breakdown. The summary calculates the average of all recommendation scores across reviews, rounds it to the nearest integer, and highlights that number on a 1-5 scale along with a corresponding label (e.g., "Highly likely", "Likely", etc.). The toggle includes an info icon tooltip explaining that it displays averaged scale question results.
Adjust how likely to recommend at the header to cover the reply in a single row