Exit C2040-415 Developing OpenSocial Applications
Question 3 of 5
0% complete
Q3 Single choice

Danica needs to consume an OpenSocial gadget in her IBM Notes Web application. The rendered page is generated from a Form design element.

What is the best way to add an OpenSocial gadget to her web-based Notes Form?

  • A

    Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter
    the appropriate Javascript within <script>. ,</script>tags.

  • B

    Create a computedText field and make it a Pass thru-HTML text area and call @GetOpenSocialStream (URL;UserName;Password);.

  • C

    Create a Form text field and make it computed. For the computed value enter in
    @GetOpenSocialStream(URL;UserName;Password);.

  • D

    Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter
    @AjaxRequest(URL;UserName;Password);.