@@ -214,8 +214,7 @@ function onFacePassed(isRealStudent: boolean) {
if (isRealStudent) {
void enterExam();
} else {
- // if (!course.faceCheck) curentStep++;
- curentStep++;
+ if (!course.faceCheck || jumpFaceStep) curentStep++;
}