Skip to content

Releases: Lightbridge-KS/moodleQuiz

moodleQuiz 0.1.1

23 Sep 13:37
Compare
Choose a tag to compare
  • Remove Email address column from the requirement to be a Moodle Quiz report.

moodleQuiz 0.1.0 🎉

02 Jun 12:36
26c1b27
Compare
Choose a tag to compare

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