17.0k views
0 votes
You want to capture the delivery method for a purchase request. The options are Standard, Premium, or Next Day. You use the Data Model tab to create the property. How would you define the list with the delivery options?

a) Use a Value Group
b) Use a Page Group
c) Use a Value List
d) Use a Page List

User Jeem
by
7.4k points

1 Answer

3 votes

Final answer:

To define a property for the delivery method options Standard, Premium, or Next Day in a data model, a Value List should be used to hold these predetermined choices(option c).

Step-by-step explanation:

To capture the delivery method for a purchase request with options such as Standard, Premium, or Next Day in a data model, you need a way to list these predefined options.

The correct approach would be to use a Value List. A Value List is a data structure used to hold a simple list of values, where each entry in the list corresponds to a possible option for the delivery method. Therefore, you would define the delivery method property as a Value List with the entries 'Standard', 'Premium', and 'Next Day'.

User ITurchenko
by
9.1k points