App currently deployed:
here
This Shiny Application combine Moodle’s Quiz report from SELECx.
The main business logic was based on moodleQuiz package by its 4 main functions:
-
Check Submission:
check_sub()
-
Combine Responses:
combine_resp()
andcount_resp()
-
Combine Grades:
combine_grades()
Other data manipulation was performed using R meta-packages: tidyverse.