Skip to contents

moodleQuiz 0.1.1

  • Remove Email address column from the requirement to be a Moodle Quiz report.

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 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.

Quiz Attributes

Helpers

Example Data

moodleQuiz 0.0.0.9000

  • Added a NEWS.md file to track changes to the package.