report-bulk-course-quiz
85
report-bulk-course-quiz
Availability
Breeze 4. This API is not supported in Breeze 5.
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 API returns XML data and the report contains downloadable CSV-formatted
data.
Parameters
None.
Filters
Results cannot be filtered or sorted.
Returned elements
report-bulk-course-quiz
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>
Содержание BREEZE 5
Страница 1: ...Breeze Integration Guide ...
Страница 40: ...40 Chapter 3 Common Tasks ...