(options)
| 29 | } |
| 30 | |
| 31 | initialize (options) { |
| 32 | if (options == null) { options = {} } |
| 33 | this.forceCourseNumbering = options.forceCourseNumbering |
| 34 | return super.initialize(...arguments) |
| 35 | } |
| 36 | |
| 37 | static getLevels (campaign) { |
| 38 | let { levels } = campaign |
nothing calls this directly
no outgoing calls
no test coverage detected