knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The fimoodler
package has the functions you need to fetch, manipulate, and format data from the Friday Institute Moodle database for the purpose of analyzing courses. There are functions to pull information about enrollments, activity logs (i.e. trace data), and plugin specific information (e.g. questionnaires, surveys, and certificates) from the database.
# The only version available is the development version from GitHub: # install.packages("devtools") devtools::install_github("TheFridayInstitute/fimoodler", build_vignettes = TRUE)
# See vignette for details browseVignettes(package = "fimoodler")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.