quiz_meta | R Documentation |
Display Moodle quiz report metadata to R console.
quiz_meta(data)
data |
a Moodle Quiz Report data frame |
This function displays
Moodle Quiz Setting: a quiz setting in Moodle such as maximum grades possible of the quiz and maximum score possible of each question (if it is a Moodle Grades Report).
Data Frame Filtering: If Moodle Quiz was passed to prep_
function family,
this will show what filters have been applied to the data frame.
Information printed to R console, and a list that has elements corresponding to each information (invisibly).
# Quiz Settings quiz_meta(grades_df) # Quiz Settings with Filtering grades_df_preped <- prep_grades_report(grades_df) quiz_meta(grades_df_preped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.