Skip to content

CAHLR/Remote-Instruction-Analysis

Repository files navigation

Remote-Instruction-Analysis

Comparing pre (2019 Spring, 2018 Spring, 2017 Spring) and post (2020 Spring) pandemic student and instructor engagement analytics from university-wide LMS logs.

  • Set up hyperparameters in file utils.py, which includes name, start date, end date of each semester, when remote instruction took place, and directories of LMS logs.

  • Before the start of analysis, run the following code to preprocess users.

    • python preprocess_user.py

    • Two files will be generated:

      • user_id_groups.pkl: a dictionary mapping each role into user_IDs of that role. (roles including designer, observer, student, studentview, ta, teacher)
      • user_racial_groups.pkl: a dictionary mapping each racial group into student_IDs of that race.

Instructor Engagement:

Student Engagement:

Student Engagement by Race:

Enrollment Analysis:

  • Did student grades in Fall 2020 classes differ if the prerequisite for the class was satisfied in the emergency remote instruction semester?

About

Comparing pre and post pandemic student and instructor engagement analytics from university-wide LMS logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors