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