Get meeting poll results

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

  1. Be sure that the meeting host has closed the poll.

    The poll results are cached in the meeting until the poll is closed.

  2. Get the sco-id of the meeting (see "Find the sco-id of a meeting").
  3. Call report-quiz-interactions, using the meeting's sco-id:
    https://example.com/api/xml?action=report-quiz-interactions
        &sco-id=2007071193
    
  4. (Optional) Add a filter to reduce the response, for example:
  5. 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>
    


Take a survey


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/breeze/6/xml_api/03a_me12.htm