From bb8f0b6a0617a118940bd01fd1acd2109a59c710 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Wed, 24 Nov 2021 01:17:45 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20578=20FO/Views/CRoom/Exam.cshtml=20FO/Views/Open/ViewQue?= =?UTF-8?q?stion.cshtml=20=EB=AC=B8=EA=B5=AC=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CRoom/Exam.cshtml | 5 ++++- FO/Views/Open/ViewQuestion.cshtml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/FO/Views/CRoom/Exam.cshtml b/FO/Views/CRoom/Exam.cshtml index 389d38f..7e64d7d 100644 --- a/FO/Views/CRoom/Exam.cshtml +++ b/FO/Views/CRoom/Exam.cshtml @@ -63,7 +63,10 @@ else { -
※ 단어를 잘못 입력했을 경우, 감점 처리됩니다.
+
+ ※ 전산으로 자동 채점 되므로 정확한 단어를 써야 정답으로 처리됩니다.
+ ※ 특수문자, 기호, 괄호 등이 포함되면 오답처리 될 수 있습니다. +
} } diff --git a/FO/Views/Open/ViewQuestion.cshtml b/FO/Views/Open/ViewQuestion.cshtml index 0d8540a..ff17412 100644 --- a/FO/Views/Open/ViewQuestion.cshtml +++ b/FO/Views/Open/ViewQuestion.cshtml @@ -47,7 +47,10 @@ else { -
※ 단어를 잘못 입력했을 경우, 감점 처리됩니다.
+
+ ※ 전산으로 자동 채점 되므로 정확한 단어를 써야 정답으로 처리됩니다.
+ ※ 특수문자, 기호, 괄호 등이 포함되면 오답처리 될 수 있습니다. +
} }