quiz_meta: Get Moodle Quiz Metadata

View source: R/quiz_meta.R

quiz_metaR Documentation

Get Moodle Quiz Metadata

Description

Display Moodle quiz report metadata to R console.

Usage

quiz_meta(data)

Arguments

data

a Moodle Quiz Report data frame

Details

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.

Value

Information printed to R console, and a list that has elements corresponding to each information (invisibly).

Examples

# Quiz Settings
quiz_meta(grades_df)
# Quiz Settings with Filtering
grades_df_preped <- prep_grades_report(grades_df)
quiz_meta(grades_df_preped)

Lightbridge-KS/moodleStats documentation built on April 7, 2022, 8:14 p.m.