MCPcopy Create free account
hub / github.com/codecombat/codecombat / submitExam

Function submitExam

app/core/api/user-exams.js:10–15  ·  view source on GitHub ↗
(id, options)

Source from the content-addressed store, hash-verified

8}
9
10const submitExam = async (id, options) => {
11 return fetchJson(`/db/user-exams/${id}/submit`, {
12 method: 'POST',
13 json: options,
14 })
15}
16
17const getUserExam = async (examId, includeArchived) => {
18 let url = `/db/user-exams/${examId}`

Callers 1

submitExamFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected