Oracle Application Express 5: Developing Web Applications — Question 11

Michael has developed an app for tracking product defects. His navigation menu lists each product. He has defined application items and computations to hold the number of defects for each product. For example, for Hedgers, he has defined the application item HEDGER_DEFECTS.
How can Michael add the number of open defects in the navigation menu entries?

Answer options

Correct answer: C

Explanation

The correct answer is C because updating the List Entry Label allows the defects count to be displayed directly in the navigation menu for each product. Options A and B do not specifically address how to show the defect count in the entry labels. Option D, while it involves adding information, does not provide the same direct visibility in the label format needed.