Report-Quiz-Definition-Answers - MACROMEDIA BREEZE 5 Integration Manual

Hide thumbs Also See for BREEZE 5:
Table of Contents

Advertisement

Sample results
The following XML contains attributes for answer options 1 through 8, even if the quiz question
has fewer possible answers:
<results>
<status code="ok" />
<report-quiz-answer-distribution>
<row question-number="1" question-id="257" a1="0" a2="1" a3="0" a4="1"
a5="0" a6="0" a7="0" a8="0" total="2">
<body>Who is Randy Johnson ?</body>
</row>
<row question-number="2" question-id="259" a1="1" a2="0" a3="1" a4="0"
a5="0" a6="0" a7="0" a8="0" total="2">
<body>Who is Allan Iverson ?</body>
</row>
</report-quiz-answer-distribution>
</results>
If the SCO doesn't have a quiz, an empty
returned, as shown in the following example:
<results>
<status code="ok" />
<report-quiz-answer-distribution />
</results>

report-quiz-definition-answers

Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by APIs that support quiz metadata. For more information, see the
report-quiz-interactions
report-quiz-question-distribution
Description
Provides information about each of the allowed answers (both correct and incorrect) for the
specified quiz. If the specified SCO does not have a quiz, an empty
element is returned.
Parameters
The ID of a presentation that contains a quiz.
sco-id
Filters
Results cannot be filtered or sorted.
The default primary sort is by ascending question ID, and the default secondary sort is by
ascending answer ID.
Returned elements
quiz-definition-answers
report-quiz-answer-distribution
,
report-quiz-question-answer-distribution
, and
report-quiz-question-response
element is
,
API entries.
quiz-definition-answers
report-quiz-definition-answers
107

Advertisement

Table of Contents
loading

Table of Contents