moodleQuiz 0.1.0 🎓 🎉
A high-level data manipulation R package 📦 for cleaning, encoding, filtering, and combining student’s score and responses from Moodle Quiz report.
Main Functions
4 main functions are:
- 
check_sub(): check student’s submission of the Moodle quiz report by looking at thestatecolumn.
- 
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 fromGrade/xxcolumn.
Quiz Attributes
- 
get_quiz_attr(): to get meta-information from Moodle Quiz report
Helpers
- clean_moodle(): clean Moodle Quiz report
- get_report_type(): check types of Moodle Quiz report whether it is Grades or Responses report.
Example Data
- grades_ls: Moodle Grades Report Example
- responses_ls: Moodle Responses Report Example
