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

Method showsCourseVideos

app/views/play/menu/GameMenuModal.js:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 showsCourseVideos () {
93 return me.isStudent() && this.options.courseID === utils.courseIDs.INTRODUCTION_TO_COMPUTER_SCIENCE
94 }
95
96 showsChooseHero () {
97 const useHero = this.level.usesSessionHeroThangType()

Callers

nothing calls this directly

Calls 1

isStudentMethod · 0.80

Tested by

no test coverage detected