This function creates a dataframe showing scores for each quiz and student in the course. For multiple allowed attempts, only the highest score is shown. This table is useful for grading, less so for analysis of individual students or quizzes. This is a helper function called by the quizmanager app.

analyze_scoretable(courselocation)

Arguments

courselocation

parent folder for the course

Value

If things went well, a dataframe containing a table with scores for all students and quizzes.