()
| 1426 | } |
| 1427 | |
| 1428 | isMto () { |
| 1429 | return this.isMtoStem() || this.isMtoNeo() || this.isMtoCodingOlympiad() |
| 1430 | } |
| 1431 | |
| 1432 | isSchoology () { |
| 1433 | return this.get('oAuth2Identities')?.some(identity => identity.provider === 'schoology') |
no test coverage detected