-
Notifications
You must be signed in to change notification settings - Fork 1
Quiz Accuracy Analysis
alexv-anderson edited this page Feb 24, 2016
·
1 revision
#Contents
##Quiz Level Analysis ###Quiz Stats
-
Average Accuracy Per Participant
The class average. Equal to the total number of correct responses divided by the total number of responses which should have been received. This means that if a participant did not respond to a question, then it was counted as incorrect.
###Quiz Data
-
questions
A list of objects which fully describe each of the questions given in the quiz. -
ownerID
The username/ID of the user who owns the quiz and its results. -
quizID
The ID of the quiz on which the analysis was performed. -
deckID
The ID to which the quiz belongs. -
data
A mapping from participant usernames/IDs to the analysis of that participant's performance
##Participant Level Analysis ###Participant Stats
-
Accuracy Percentate
The "grade" received by this participant. Equal to the total number of correct responses divided by the total number of responses which should have been received. This means that if a participant did not respond to a question, then it was counted as incorrect.
###Participant Data
-
data
A mapping from question numbers to the last response given by the participant to the given question.