(options)
| 96 | } |
| 97 | |
| 98 | initialize (options) { |
| 99 | if (window.tracker != null) { |
| 100 | window.tracker.trackEvent('Students Class Course Loaded', { category: 'Students' }) |
| 101 | } |
| 102 | return super.initialize(options) |
| 103 | } |
| 104 | |
| 105 | buildSessionStats () { |
| 106 | let concept, state, userID |
nothing calls this directly
no test coverage detected