Adblocker Detected
Quizack provides Online Quiz and Practice MCQs for Free. Please disable your Ad-Blocker so we can earn from ads and keep this project alive.
Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list
Start Practice with MCQsQuizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.
Start QuizDownload Free OpenSocial MCQ questions answers PDF to practice and learn while are offline.
Download PDF
Used by 100s of Jobseekers and students
Focused questions for skill assessment
Premium questions with correct answers
Consider the following code for OpenSocial application (v0.7) for Orkut? http://sandbox.orkut.com/Application.aspx?appId=xxxxxxxxxxxx&appParams=%7B%20%22hello%22%20%3A%20%22hi%22%20%7D If the above mentioned url is passed and processed by the following code, what will be the value of "getOutput"? var querydata = gadgets.views.getParams(); var getOutput = querydata["hello"];
hello
hi
hello and hi
hi and hello
It will produce an empty string
Answer:
hi
You have an OpenSocial API. You want to show the same OpenSocial API content in both 'profile' view and 'canvas' view. Which of the following is the correct code?
Content type="html" view="(profile , canvas)">
Content type="html" view="all">
Content type="html" view="profile,canvas">
Any of the above can be used.
Answer:
Content type="html" view="profile,canvas">