User Guide
report-bulk-content-quiz 63
report-bulk-content-quiz
Description
Returns information about all content quizzes, including a list of quizzes, and the questions and
answers for each quiz. The information returned is similar to the “Content quiz Information”
download report, except that XML data is returned instead of CSV formatted data.
Parameters
accesskey
The access key for the account.
Note: The accesskey parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
Filters
Results cannot be filtered or sorted.
Returned elements
report-bulk-content-quiz
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>