grades_ls: Moodle Grades Report Example

grades_lsR Documentation

Moodle Grades Report Example

Description

Example for Moodle Grades report. Student's scores were retrieved form real world data, but student names, email address and time are randomly simulated.

Usage

grades_ls

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": NAs

  • "Department": NAs

  • "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.


Lightbridge-KS/moodleQuiz documentation built on Sept. 27, 2022, 1:27 p.m.