R/check_quiz.R
check_quiz.Rd
This function takes the data frame or tibble that is supposed to contain a valid completed quiz and checks that structure and content are valid
check_quiz(quizdf)
Data frame of quiz that needs to be checked
An error message if it's not a valid quiz data frame, otherwise NULL