This function creates a list based on current student roster and course quizzes.

summarize_course(courselocation)

Arguments

courselocation

parent folder for all course directories

Value

If things went well, a list containing two elements:

  • `studentIDs`: A vector with name/ID of all students in course.

  • `quizstats`: A data frame of basic quiz stats.

Otherwise an error message is returned.