User Guide
report-quiz-question-totals 165
</row>
<row question-id="259" question-number="3" num-correct="4" num-incorrect="6"
percentage-correct="40" score="20">
<body>Which international standard defines ECMAScript?</body>
</row>
</report-quiz-question-distribution>
report-quiz-question-response
Description
Container tag; contains one or more row tags, each describing an answer that a user gave to a
particular quiz question.
Attributes
None.
Contained tags
row
Returned by
report-quiz-question-response
Example
<report-quiz-question-response>
<row principal-id="506299" question-id="257" answer-id="2">
<body>What is 2+2?</body>
<answer-text>5</answer-text>
</row>
<row principal-id="557527" question-id="257" answer-id="2">
<body>What is 2+2?</body>
<answer-text>5</answer-text>
</row>
<row principal-id="181255" question-id="257" answer-id="3">
<body>What is 2+2?</body>
<answer-text>4</answer-text>
</row>
</report-quiz-question-response>
report-quiz-question-totals
Description
Indicates, for the specified quiz question, the total number of users who answered the question
and the number of users who answered the question correctly.
Attributes
num-correct-answers
The number of users who answered the question correctly.
question-id The ID of the question.
total-responses The total number of users who answered the question.