Given the following syntax of xforms:action, which of the following statements is the correct syntax for <action1 action_settings>?

A.
B.
C.
D.
正解:B
質問 2:
How many XForms models should be declared within a single XFDL form?
A. It should contain as many as you need.
B. It shouldn't contain any.
C. It should contain one and only one.
D. It should contain more than one.
正解:A
質問 3:
What is the primary purpose of having an XML data instance within an XFDL form?
A. To fill up the form content.
B. To validate the data that has been entered into the form.
C. To collect and store the data that has been entered into the form.
D. It is a required component of an XML structure.
正解:C
質問 4:
Jane has built an HTML page containing a Google map. She wants to show the map in a modal dialog after the user has entered a valid address in the form. What does Jane need to do to accomplish this?
A. Jane needs to create a button of type 'html', and set the launchModalDialog property of the button to 'on'. Shealso needs to specify the HTMLpage in the 'content' property.
B. Jane needs to create a button of type 'link', and set the launchModalDialog property of the button to 'on'. She also needs to specify a URL tothe desired HTML page in the 'url' property.
C. Jane needs to call the launchModalDialog function from a compute, and pass a URL to the desired HTML page as a parameter.
D. Jane needs to call the launchModalDialog function from a compute, passing an XPath reference to the instance that contains the HTML.
正解:C
質問 5:
Filtering is an advanced feature that allows you to control which parts of a form are sent when a submission occurs. Which of the following INCORRECTLY describes filtering capabilities?
A. Filtering allows you to filter out all occurrences of a specific property, such as all background colors or active settings.
B. Filtering allows you to filter out groups of items or datagroups.
C. Filtering is the easiest way to reduce the submitted form size.
D. Filtering allows you to filter out all occurrences of an item type, such as all buttons or fields.
正解:C
質問 6:
Michael is using XForms. Which of the following does he need to define to toggle the visibility of a field based on the value of another field in an XForms bind?
A. required
B. relevant
C. visible
D. mandatory
正解:B
質問 7:
Mark uses a table where rows can be added and removed. What does he need to do to make sure items below the table shift down or up in the layout when the form is being filled out?
A. All items below the table should be positioned absolute to the table.
B. Each item below the table should be positioned relative to any previous item that is below the table or to the table itself.
C. Only the item directly below the table should be positioned relative to the table.
D. When Mark uses a table all items below will automatically shift down or up when needed.
正解:B
質問 8:
What is the difference between an electronic signature and a digital signature?
A. There is no difference.
B. A digital signature is a specific type of electronic signature and requires a Public Key Infrastructure.
C. An electronic signature can only be placed using a signing pad.
D. An electronic signature is a specific type of digital signature and requires a Public Key Infrastructure.
正解:B