R/analyze_student.R
analyze_student.Rd
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)
parent folder for the course
student to be analyzed
If things went well, a dataframe containing detailed information for the selected student. Otherwise an error message is returned.