diff --git a/Source/CourseDashboardViewController.swift b/Source/CourseDashboardViewController.swift index 2c39321db2..56ca6b904f 100644 --- a/Source/CourseDashboardViewController.swift +++ b/Source/CourseDashboardViewController.swift @@ -53,6 +53,12 @@ class CourseDashboardViewController: UITabBarController, InterfaceOrientationOve } } } + + override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) + + environment.analytics.trackScreen(withName: OEXAnalyticsScreenCourseDashboard, courseID: courseID, value: nil) + } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning()