(date, options)
| 63 | }, |
| 64 | |
| 65 | fetchCompletedByDate (date, options) { |
| 66 | if (options == null) { options = {} } |
| 67 | return fetchJson(`/db/level.session/${me.id}/completed/${date}`, options) |
| 68 | }, |
| 69 | |
| 70 | resetProgressOfUserInCourseInstance (courseInstanceId, userId, options) { |
| 71 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected