Salesforce Certified Platform App Builder — Question 297
Your manager has asked you to create an object with radio buttons that track a rating of 1-5.
How will you achieve this?
Answer options
- A. Create a dependent picklist that feeds the radio button type field.
- B. Create a Visualforce page with radio buttons.
- C. Create a radio button with 5 option.
- D. Create a formula field.
Correct answer: B
Explanation
The correct answer is B because a Visualforce page allows for the customization needed to implement radio buttons effectively for user input. Options A and D do not facilitate the creation of radio buttons, while option C is incomplete as it lacks the necessary context of a page or object to house the radio buttons.