(options)
| 45 | }, |
| 46 | |
| 47 | getAllClassroomLevels (options) { |
| 48 | if (options == null) { options = {} } |
| 49 | return fetchJson(`/db/course/${options.courseId}/get-all-classroom-levels`) |
| 50 | }, |
| 51 | |
| 52 | addLevelsForAllClassroomsDryRun (options) { |
| 53 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected