User Guide

82 Chapter 4: XML API Reference
Sample results
<results>
<status code="ok" />
- <report-bulk-content-quiz>
<row presentation-id="720" quiz-id="1" quiz-passing-score="10" question-
number="1" question-value="10" answer-id="1">
<presentation-name>test-quiz</presentation-name>
<quiz-name>Quiz test 1</quiz-name>
<question-text>Who is Randy Johnson ?</question-text>
<answer-text>A baseball pitcher with the Arizona Diamondbacks</answer-
text>
<answer-correct>YES</answer-correct>
</row>
- <row presentation-id="720" quiz-id="1" quiz-passing-score="10" question-
number="1" question-value="10" answer-id="2">
<presentation-name>test-quiz</presentation-name>
<quiz-name>Quiz test 1</quiz-name>
<question-text>Who is Randy Johnson ?</question-text>
<answer-text>A basketball player with the New Jersey Nets</answer-text>
<answer-correct>NO</answer-correct>
</row>
</report-bulk-content-quiz>
</results>
report-bulk-content-quiz-results
Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by the following APIs:
report-quiz-interactions,
report-quiz-question-distribution, report-quiz-question-response, report-quiz-
summary
, report-quiz-takers.
Description
Returns results for a content quiz, including information about each user and quiz question. The
returned information is similar to the “Content Quiz Responses and Results” download report,
except that the
report-bulk-quiz-results API returns XML data instead of CSV-formatted
data.
Caution: There was an issue with the formatting of the time-taken XML tag, which has been fixed in
the Breeze 4.1 updater. If you see incorrect formatting in the content of a
time-taken XML tag,
download the updater from the Licensed Support Center.
Parameters
None.