path to the top of course repository (looks for .github folder)
quiz_dir
A path to a directory full of quizzes that should all be checked with [check_all_quizzes].
write_report
TRUE/FALSE save warning report to a CSV file?
verbose
print diagnostic messages
ignore_coursera
Coursera doesn't like `!` or `:` in the quizzes. Do not convert quizzes to coursera and ignore ! and : in question prompts that would not be allowed in Leanpub quizzes when converted to a Coursera quiz. Default is to ignore Coursera compatibility
if (FALSE) {
## Make a temporary quiz directoryquiz_dir <- dirname(good_quiz_path())
## Now check the quizzes in that directoryall_quiz_results <- check_quizzes(quiz_dir = quiz_dir)
}