User Guide
report-quiz-takers 167
Contained tags
None (empty tag).
Returned by
report-quiz-summary
Example
<report-quiz-summary sco-id="217706" numquestions="5" maxpossiblescore="100"
passingscore="0" />
report-quiz-takers
Description
Container tag; contains one or more row tags, each containing information about a user who has
taken the specified course or quiz.
Attributes
None.
Contained tags
row
Returned by
report-course-takers
, report-quiz-takers
Example
<report-quiz-takers>
<row transcript-id="586821" sco-id="586760" principal-id="506385"
status="not-attempted" score="0" percentage-score="0" time-taken=""
certificate="">
<name>Math Test</name>
<login>benedict@example.com</login>
<date-taken>2004-02-27T10:53:05.013-08:00</date-taken>
<principal-name>Benedict, Fred</principal-name>
</row>
<row transcript-id="586837" sco-id="586760" principal-id="557527"
status="user-failed" score="10" percentage-score="25"
time-taken="51796" certificate="">
<name>Math Test</name>
<login>benedict2@example.com</login>
<date-taken>2004-02-27T10:58:36.373-08:00</date-taken>
<principal-name>Benedict, George</principal-name>
</row>
</report-quiz-takers>