()
| 314 | } |
| 315 | |
| 316 | hasAiJuniorAccess () { |
| 317 | return this.isAdmin() || this.isBetaTester() || this.isOnlineTeacher() || !this.isAnonymous() |
| 318 | } |
| 319 | |
| 320 | getHocCourseInstanceId () { |
| 321 | const courseInstanceIds = me.get('courseInstances') || [] |
nothing calls this directly
no test coverage detected