if (FALSE) {
rmd_dir <- setup_ottr_template(dir = ".", type = "rmd", render = FALSE)
check_quiz_dir(rmd_dir)
# If there are broken URLs they will be printed in a list at 'question_error_report.tsv'
qmd_dir <- setup_ottr_template(dir = ".", type = "quarto", render = FALSE)
check_quiz_dir(qmd_dir)
}
Run the code above in your browser using DataLab