(courseInstanceId, userId, options)
| 68 | }, |
| 69 | |
| 70 | resetProgressOfUserInCourseInstance (courseInstanceId, userId, options) { |
| 71 | if (options == null) { options = {} } |
| 72 | return fetchJson(`/db/course_instances/${courseInstanceId}/users/${userId}/reset-progress`, _.merge({}, options, { |
| 73 | method: 'DELETE' |
| 74 | })) |
| 75 | } |
| 76 | } |
nothing calls this directly
no outgoing calls
no test coverage detected