With regards to Embedded HTML inside a form, these statements are true EXCEPT which one?
A. The HTML content is loaded when the form page loads.
B. The form developer controls when the HTML content is loaded.
C. The form developer controls the visibility ofthe pane that contains the HTML.
D. The form developer controls the size of the pane that contains the HTML.
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 do you access the bind wizard?
A. Right-click a field and select "Create Bind (Wizard)".
B. Go into the Instance View, select the desired node element, then right-click and select "Create Bind (Wizard)".
C. Go into the XForms View, select the Model node, then right-click and select "Create Bind (Wizard)".
D. There is no bind wizard: binds must be manually created.
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 objects are NOT supported for mapping when using the IBMForms - P8 Integrator?
A. Signature only
B. Image and Signature only
C. Array and Image only
D. Signature, Image, and Array
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.
What types of XFDL items can wrap an xforms:input?
A. check, popup
B. field, radiogroup
C. button, check
D. field, check
A developer wants to setup a phone number field to display the input format. Which of the following best represents the template he should use?
A. (###) ###-####
B. (...) ...-....
C. (nnn) nnn-nnnn
D. None of the above
Jane is attempting to debug a problem with her form. The requirement states that the instance('formData')/info/data/firstName element must be mandatory. Which of the following XForms statements defines this field as mandatory?
A. The global.global.ufv_settings[submitwithformaterrors] property is set to 'permit'.
B.
C.
D.
The following statements regarding XForms are true, except for which one:
A. XForms isbased on XML formatted specification.
B. XForms includes a presentation layer for designing forms.
C. XForms models typically consist of data, binds, and submissions.
D. XForms is a W3C recommendation.