(e)
| 301 | } |
| 302 | |
| 303 | onStudentRemoved (e) { |
| 304 | this.users.remove(e.user) |
| 305 | this.render() |
| 306 | return (application.tracker != null ? application.tracker.trackEvent('Classroom removed student', { category: 'Courses', classroomID: this.classroom.id, userID: e.user.id }) : undefined) |
| 307 | } |
| 308 | |
| 309 | levelPopoverContent (level, session, i) { |
| 310 | if (!level) { return null } |
nothing calls this directly
no test coverage detected