Leveraging R Shiny as a scalable approach to analyze LMS course data

R is a free software environment for statistical computing and graphics. Shiny is an open source R package that provides an elegant and powerful web framework for building web applications straight from R.

As learning management systems (LMS) become more widely and deeply adopted to support teaching and learning, a substantial amount of data about how students participate in learning activities is available. How can we analyze the data and translate it into a useful form? How can we make the LMS data accessible to faculty to inform the efficacy of the instruction and the quality of students’ learning experience? To support the effort of exploring LMS data to address teaching and learning related questions, we leveraged R Shiny and developed a number of analytical applications that graphically analyze LMS data using R.

The following examples demonstrate three Shiny applications that analyzes and visualizes three common types of LMS (Canvas) learning data, which can be harvested using Canvas APIs:

  • Quiz submission data
  1. example Shiny app with sample quiz data https://dartmouth-edtech.shinyapps.io/samplequizexam/
  2. results interpretation and application Using quiz submission data to inform quiz design
  • Discussion interaction data
  1. example Shiny app with sample discussion interaction data https://dartmouth-edtech.shinyapps.io/networkvisualizationprototype/
  2. application one Using social network analysis to model online interactions
  3. application two Role modeling in Online discussion forums/
  • LMS access data
  1. example Shiny app with sample LMS access data https://dartmouth-edtech.shinyapps.io/contentaccessexample/
  2. data interpretation and application LMS course content access analytics

Additional resources about building Shiny apps with R:

Leave a Reply

Your email address will not be published. Required fields are marked *