Email address
column from the requirement to be a Moodle Quiz report.A high-level data manipulation R package 📦 for cleaning, encoding, filtering, and combining student's score and responses from Moodle Quiz report.
4 main functions are:
check_sub()
: check student's submission of the Moodle quiz report by looking at the state
column.combine_resp()
: combine student's responses (Response x
) from the Responses report.count_resp()
: count how many responses each student answered from the Responses report.combine_grades()
: filter, adjust, and combine student's grade from Grade/xx
column.get_quiz_attr()
: to get meta-information from Moodle Quiz reportclean_moodle()
: clean Moodle Quiz report
get_report_type()
: check types of Moodle Quiz report whether it is Grades or Responses report.
grades_ls
: Moodle Grades Report Example
responses_ls
: Moodle Responses Report Example
NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.