To
access the results of a poll used during a meeting, use
report-quiz-interactions
.
This action returns all poll results, but you can use a filter to reduce
the response.
Each multiple-choice response in the poll has an integer identifier,
with the first response in the displayed list numbered
0
,
the second
1
, and so on.
Get the results of a meeting poll
-
Be sure that the
meeting host has closed the poll.
The poll results are cached
in the meeting until the poll is closed.
-
Get the
sco-id
of the meeting (see
Find meetings
).
-
Call
report‑quiz‑interactions
, using the
meeting’s
sco-id
:
https://example.com/api/xml?action=report-quiz-interactions
&sco-id=2007071193
-
(Optional) Add a filter to reduce the response, for example:
-
Parse the response for
response
,
name
,
or any other values:
<row display-seq="1" transcript-id="2007071200"
interaction-id="2007027923" sco-id="2007071193" score="0">
<name>jazz doe</name>
<sco-name>Thursday Meeting</sco-name>
<date-created>2006-08-03T12:29:09.687-07:00</date-created>
<description>What is your favorite color?</description>
<response>4</response>
</row>
|
|
|