Salesforce Certified Platform App Builder — Question 198
A custom field contains a feedback score which is on a scale of one to five. End users would like a visual indicator of one to five stars based on the number found in the feedback score custom field.
How can this visual indicator be displayed?
Answer options
- A. Use a custom number field.
- B. Use a custom image field.
- C. Use a custom formula field.
- D. Use a custom text field.
Correct answer: C
Explanation
The correct answer is C, as a custom formula field can dynamically convert the numeric feedback score into a star representation. The other options (A, B, and D) do not provide the necessary functionality to create a visual star indicator based on the numeric score.