(options)
| 37 | } |
| 38 | |
| 39 | constructor (options) { |
| 40 | super(options) |
| 41 | this.wsBus = globalVar.application.wsBus |
| 42 | this.teaching = utils.getQueryVariable('teaching') |
| 43 | this.askAiBot = options.classroomAceConfig?.levelChat !== 'none' |
| 44 | } |
| 45 | |
| 46 | getRenderData (c) { |
| 47 | c = c || {} |
nothing calls this directly
no outgoing calls
no test coverage detected