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

Method isStudentOnLockedLevel

app/models/Classroom.js:418–420  ·  view source on GitHub ↗
(studentID, courseID, levelOriginal)

Source from the content-addressed store, hash-verified

416 }
417
418 isStudentOnLockedLevel (studentID, courseID, levelOriginal) {
419 return Classroom.isModifierActiveForStudent(this.attributes, studentID, courseID, levelOriginal, 'locked')
420 }
421
422 isStudentOnOptionalLevel (studentID, courseID, levelOriginal) {
423 return Classroom.isModifierActiveForStudent(this.attributes, studentID, courseID, levelOriginal, 'optional')

Callers 3

statsForSessionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected