MCPcopy Create free account
hub / github.com/codecombat/codecombat / isStudentOnLockedCourse

Method isStudentOnLockedCourse

app/models/Classroom.js:414–416  ·  view source on GitHub ↗
(studentID, courseID)

Source from the content-addressed store, hash-verified

412 }
413
414 isStudentOnLockedCourse (studentID, courseID) {
415 return Classroom.isStudentOnLockedCourse(this.attributes, studentID, courseID)
416 }
417
418 isStudentOnLockedLevel (studentID, courseID, levelOriginal) {
419 return Classroom.isModifierActiveForStudent(this.attributes, studentID, courseID, levelOriginal, 'locked')

Calls

no outgoing calls

Tested by

no test coverage detected