View source: R/validate_quiz_type.R
get_report_type | R Documentation |
Check types of Moodle Quiz report whether it is Grades or Responses report.
get_report_type(data)
data |
A data.frame to test. |
Character vector: "Grades" for Moodle Grades Report, "Responses" for Moodle Responses Report,
or NA
if it's not a Moodle Quiz report
# Grades Report get_report_type(grades_ls$Quiz_1) # Responses Report get_report_type(responses_ls$Quiz_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.