Which XForms item is used to define a table?
A. xforms:group
B. xforms:table
C. xforms:repeat
D. xforms:select
Which of the following listsof widgets consist of XForms ONLY widgets?
A. Section, Table, Signature
B. HTML, Web Service, Radio, Box, Slider
C. Case, Section, Rich Text Label, Web Service, Table
D. HTML, Web Service, Radio, Case, Section, Rich Text Label, Table, Image, Slider
How are the build order and tab order related?
A. Thetab order is always the same as the build order.
B. The build order defines the default tab order.
C. They are not related.
D. The tab order is never the same as the build order.
Steve wants the position of object B to alwaysbe fixed and below object A, even when the object A has changed its position at run time. What should he do to ensure this?
A. He should ensure object A is relatively aligned to object B.
B. He should ensure object B is relatively aligned to object A.
C. He should ensure object B is absolutely aligned to object A.
D. He should use the item group functionality.
Which of the following datatypes is NOT a valid XFDL datatype for a data input field.
A. dollar
B. day_of_week
C. date
D. void
The document accessibility wizard is a feature of Webform Server to help non-sighted or limited-sighted people complete a form. All of the following are characteristics of this mode EXCEPT which ONE?
A. Each input item is displayed on its own page.
B. The form is divided into groupings of items which are displayed on their own page.
C. Users can set high zoom levels withouthaving to scroll to view the whole page.
D. Users can page from item to item, following the tab order in the form.
Where do you configure a form to be stored / transmittedin a compressed format?
A. In the web.xml properties file of the submitting servlet/portlet.
B. In the form global properties.
C. In the Webform Server translator.properties file.
D. In the Viewer preferences.
Which of the following best describes the function(s) of an XML schema in an IBM Form?
A. An XML schema defines elements that can appear in a document.
B. An XML schema defines the order of child elements.
C. An XML schema defines whether an element is empty or can include text.
D. An XML schema defines data types for elements.
E. All of the above.
Jane has a xforms:submission call in her form, but when the submission is called several fields in her form disappear. There are no relevance binds, norvisible or display computes in her form. Which of the following is most likely the reason for this problem?
A. The web service she is calling is returning an error.
B. She has the resource attribute pointing to the wrong URL.
C. The response to the submission is not as the form expects.
D. Her xforms:submission has a method of DELETE - and this causes items in the form to be removed.
Mary wants to ensure that a user cannot submit a form while it contains any format errors. Which ufv_setting option should she use, and to what value should it be set?
A.
B.
C.
D.