User Guide
90 Chapter 4: Action Reference
Sample results
<results>
<status code="ok" />
<report-quiz-question-totals question-id="260" total-responses="8"
num-correct-answers="5" />
</results>
report-quiz-summary
Description
Provides information about the results of a quiz.
Parameters
accesskey
The access key for your 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.
sco-id
The ID of a presentation that contains a quiz.
Filters
Results cannot be filtered or sorted.
Returned elements
report-quiz-results
, report-quiz-summary
Sample results
<results>
<status code="ok" />
<report-quiz-results average-score="95" low-score="90" high-score="100"
numtaken="8" numdistincttaken="1" />
<report-quiz-summary sco-id="217706" numquestions="5" maxpossiblescore="100"
passingscore="50" />
</results>
report-quiz-takers
Description
Provides information about everyone who has taken a particular quiz.
To get a listing of SCOs that a specified principal viewed, pass the
principal-id parameter
instead of the
sco-id parameter.
In addition, the list of the SCOs can be restricted to a specific type by passing an optional
parameter
type.
Type Description
type=course
Lists all courses the user took.
type=presentation
Lists all content the user viewed.
type= meeting
Lists all meetings the user attended.