This function creates a dataframe showing a detailed submission/performance history for a selected student. This is used by the quizmanager part of the package

analyze_student(courselocation, selected_student)

Arguments

courselocation

parent folder for the course

selected_student

student to be analyzed

Value

If things went well, a dataframe containing detailed information for the selected student. Otherwise an error message is returned.