Example for Moodle Grades report. Student's scores were retrieved form real world data, but student names, email address and time are randomly simulated.
Format
A named list of 3 data.frame each has the following columns:
"Surname": surname of students (not real)
"First name": first name of students (not real)
"Institution":
NA
s"Department":
NA
s"Email address": Student's email address that has numeric student ID in it.
"State": State of the quiz
"Started on": Quiz start time
"Time taken": Elapsed time
"Completed": Quiz end time
"Grade/x": Student's score with "x" to indicate quiz maximum
"Q. n /x": Score of each questions; "n" indicate question number, "x" indicate maximum of each questions.