User Guide
report-quiz-summary 115
report-quiz-question-totals
Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by the
report-quiz-question-distribution API.
Description
For the specified quiz question, indicates the total number of users who answered the question
and the number of users who answered the question correctly.
Use
report-quiz-definition-answers or report-quiz-definition-questions to
determine the ID of a question (to use as the
question-id parameter).
Note: Question IDs do not necessarily correspond to the question numbers in the quiz.
Parameters
question-id
The ID of a specific question in the quiz.
sco-id The ID of a presentation that contains a quiz.
Filters
Results cannot be filtered or sorted.
Returned elements
report-quiz-question-totals
Sample results
<results>
<status code="ok" />
<report-quiz-question-totals question-id="260" total-responses="8"
num-correct-answers="5" />
</results>
report-quiz-summary
Availability
Breeze 4.
Description
Provides information about the results of a quiz.
Parameters
sco-id The ID of a presentation that contains a quiz.
Filters
Results cannot be filtered or sorted.
Returned elements
report-quiz-summary