User Guide
166 Chapter 5: XML Results Reference
Contained tags
None (empty tag).
Returned by
report-quiz-question-totals
Example
<report-quiz-question-totals question-id="260" total-responses="8"
num-correct-answers="5" />
report-quiz-results
Description
The number of users who took a specified quiz and their range of scores.
Attributes
average-score
The average of the scores of the users who took the quiz.
high-score The highest score.
low-score The lowest score
numdistincttaken The number of distinct users who have taken the quiz.
numtaken The total number of times the quiz has been taken.
Contained tags
None (empty tag).
Returned by
report-quiz-summary
Example
<report-quiz-results average-score="95" low-score="90" high-score="100"
numtaken="8" numdistincttaken="1" />
report-quiz-summary
Description
Contains information about a quiz.
Attributes
maxpossiblescore The maximum possible score.
numquestions The number of questions on the quiz.
passingscore The minimum score required to pass the quiz. Set by the quiz creator.
sco-id The ID of the quiz.