This function creates a dataframe showing what each student submitted for a quiz, and some summary statistics for each question. This is used by the quizmanager part of the package

analyze_quiz(courselocation, selected_quiz)

Arguments

courselocation

parent folder for the course

selected_quiz

quiz to be analyzed

Value

If things went well, a dataframe containing detailed information for each question in a quiz. Otherwise an error message is returned.