M
Size: a a a
M
DC
VK
M
VK
M
VK
M
VK
M
M
VK
D
AF
const questionOption = quizService.checkAnswerForAvailableOptions(
testStepAnswer,
curTestContext,
)
if (!questionOption) {
return await response.send(
new Message.Text(stubs.errors.wrongTestAnswer),
)
}
await session.update(id, {curTestContext: questionOption.nextContext})
IK
AF
RK
AF