()
| 134 | } |
| 135 | |
| 136 | isOnlineTeacher () { |
| 137 | const needle = this.constructor.PERMISSIONS.ONLINE_TEACHER |
| 138 | return this.get('permissions', true).includes(needle) |
| 139 | } |
| 140 | |
| 141 | isInGodMode () { |
| 142 | const needle = this.constructor.PERMISSIONS.GOD_MODE |
no test coverage detected