|
|
export function submitQuizStudentAnswer ({ quizId, answers = {}, records = {} }) {
|
|
export function submitQuizStudentAnswer ({ quizId, answers = {}, records = {} }) {
|
|
|
.post(useQuizServer(`/${quizId}/student-answer`), { answers, records })
|
|
.post(useQuizServer(`/${quizId}/student-answer`), { answers, records })
|