Foundations of Learning Analytics are designed for those seeking an introductory understanding of learning analytics and either basic R programming skills or basic Python skills, particularly in the context of STEM education research.
It consists of consists of four modules. Each module of the Foundation of LA includes:
Essential readings
Conceptual overview slidedeck
Code a-long slidedeck
Case study activity that correlates with the Learning Analytics workflow
Optional badge activity
Module 4 Objectives
Fundamentals of Data Visualization:
Learners will grasp the basic concepts and significance of data visualization in distilling complex educational data into comprehensible and actionable insights.
Variety of Visualization Techniques:
Participants will be able to identify and apply different types of visualizations, such as charts, graphs, and heatmaps, to represent educational data effectively.
Practical Application and Best Practices:
Learners will gain insights into real-world applications of data visualization in education and learn best practices to enhance the clarity and impact of their visual data presentations.
Who are some of the stakeholders that you communicate your findings?
What experiences have you had with communicating the results of data analysis and how did you communicate these findings?
What are some things you are normally asked to communicate? What types of products must you produce?
Communicating Effectively with Stakeholders
Data Storytelling
“Data storytelling is a method of communicating information that pairs data with visualization and narrative tailored to a particular audience” (Anderson, 2020).
Education stakeholders:
Administrators
Teachers
Other practitioners
Students & their families
More Points
Tell a story (characters, setting, conflict, resolution)
Use “signposts”
Explain the data and why it matters
Add graphs and visualizations (but not too much!) to enhance understanding
Code and its output appear together in the file/report*
Contains 3 types of content:
Optional YAML header
Chunks of R code
Text with simple formatting text
“Knit” to produce a complete report
Designed for communicating with:
Controls “whole document” settings
Here, we’ll focus on just two types of settings:
output:
bibliography:
Default table formatting in R Markdown is same as what appears in console. Add formatting with knitr::kable function For additional customization, see help within IDE (?knitr::kable).
Additional packages allow for further customization: