Oracle Application Express 5: Developing Web Applications — Question 44
Mary wants to add feedback to an application. She uses the Create Page Wizard, selects Features, and then selects Feedback. The wizard adds a feedback entry to the navigation bar and creates new pages, in her application, under Administration to review and disposition the feedback.
Which statement is true about feedback data?
Answer options
- A. Feedback entered into the app can be viewed by developers in Team Development
- B. When an administrator updates the feedback status, the person logging the feedback is notified
- C. A new table is created in your schema to store the feedback for the app
- D. You can invoke the feedback page from a modal dialog page
Correct answer: A
Explanation
The correct answer is A because feedback recorded in the application is accessible to developers in Team Development, allowing them to review and address it as needed. Option B is incorrect as it does not specify that the notification system is active; not all systems provide automatic notifications. Option C is false because the wizard does not necessarily create a new table for feedback; it may use existing structures. Option D is inaccurate since the feedback page is typically not invoked from a modal dialog.