| learning_activities | R Documentation |
Simulated binary time-series data for 200 students across 30 time points. At each time point, one or more learning activities may be active (1) or inactive (0). Activities: Reading, Video, Forum, Quiz, Coding, Review. Includes temporal persistence (activities tend to continue across adjacent time points).
learning_activities
A data frame with 6,000 rows and 7 columns:
Integer. Student identifier (1–200).
Integer (0/1). Reading activity indicator.
Integer (0/1). Video watching indicator.
Integer (0/1). Discussion forum indicator.
Integer (0/1). Quiz/assessment indicator.
Integer (0/1). Coding practice indicator.
Integer (0/1). Review/revision indicator.
head(learning_activities)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.