Macromedia breeze-using the breeze xml web services User Manual

Page of 196
66
Chapter 4:  Action Reference
<row session-id="10000022" viewing-session="32" presentation-id="27" 
slide-number="2">
<user-login>lnagaraj@macromedia.com</user-login> 
<user-first-name>Enterprise</user-first-name> 
<user-last-name>Administrator</user-last-name> 
<presentation-name>test-slide</presentation-name> 
<view-date-time>2004-06-30T11:46:12.500-07:00</view-date-time> 
</row>
</report-bulk-slide-views>
</results>
report-bulk-course-quiz
Description
Returns information about all course quizzes, including a list of quizzes, and the questions and 
answers for each quiz. The returned results are similar to the “Course Quiz Information” report, 
except that the action returns XML data and the report contains downloadable CSV 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
Sample results
<results>
  <status code="ok" /> 
<report-bulk-course-quiz>
<row course-id="727" quiz-id="1" quiz-passing-score="10" question-
number="1" question-value="10" answer-id="1">
<presentation-name>quiz-course-ln</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 course-id="727" quiz-id="1" quiz-passing-score="10" question-
number="1" question-value="10" answer-id="2">
<presentation-name>quiz-course-ln</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-course-quiz>
</results>