()
| 1375 | showGearRestrictionsInClassroom () { return features?.classroomItems != null ? features?.classroomItems : this.lastClassroomItems() && this.isStudent() } |
| 1376 | showGemsAndXpInClassroom () { return features?.classroomItems != null ? features?.classroomItems : this.lastClassroomItems() && this.isStudent() } |
| 1377 | showHeroAndInventoryModalsToStudents () { return features?.classroomItems != null ? features?.classroomItems : this.lastClassroomItems() && this.isStudent() } |
| 1378 | skipHeroSelectOnStudentSignUp () { return features?.classroomItems != null ? features?.classroomItems : false } |
| 1379 | useSocialSignOn () { return !((features?.chinaUx != null ? features?.chinaUx : false) || (features?.china != null ? features?.china : false)) } |
| 1380 | isTarena () { return features?.Tarena != null ? features?.Tarena : false } |
no test coverage detected