From 5618ba53ce8cdc9fd932d87a2c5361218e050fa4 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Thu, 3 Mar 2022 00:41:12 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=205533,=205536=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CRoom/ExamRecord.cshtml | 3 +-- FO/Views/CRoom/Grade.cshtml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/FO/Views/CRoom/ExamRecord.cshtml b/FO/Views/CRoom/ExamRecord.cshtml index e341318..8cfe554 100644 --- a/FO/Views/CRoom/ExamRecord.cshtml +++ b/FO/Views/CRoom/ExamRecord.cshtml @@ -30,7 +30,7 @@ 문제@(i++) - @Html.Raw(q.qtext)
( @(Model.EQs.Where(w => w.eqno == q.eqno).Count() > 0 ? Model.EQs.Where(w => w.eqno == q.eqno).First().rightrate : 0)% 정답률 ) + @Html.Raw(q.qtext) 정답 @@ -56,7 +56,6 @@ { @Html.Raw(((q.atext ?? "").Trim() == "" ? "무응답" : (string.Join(" | ", Model.QuestionItems.Where(w => ("," + q.atext + ",").Contains("," + w.qino + ",")).ToList().Select(s => s.qitext ?? ("
")))))) } -
@Html.Raw(q.atype == 0 ? ("(" + (Model.EQs2.Where(w => w.eqno == q.eqno).Count() > 0 ? Model.EQs2.Where(w => w.eqno == q.eqno).First().selectrate : 0) + "% 선택)
") : "") diff --git a/FO/Views/CRoom/Grade.cshtml b/FO/Views/CRoom/Grade.cshtml index 868e0bb..bfdaadb 100644 --- a/FO/Views/CRoom/Grade.cshtml +++ b/FO/Views/CRoom/Grade.cshtml @@ -27,14 +27,14 @@ @(Model.Lect.fportion)% @(Model.Lect.sportion)% @*@(Model.Lect.dportion)%*@ - 100% + 100%(점) 수료기준 @(Model.Lect.acut)%이상 @*@(Model.Lect.mcut)%이상*@ - @(Model.Lect.fcut)%이상 - @(Model.Lect.scut)%이상 + @(Model.Lect.fcut)점이상 + @(Model.Lect.scut)점이상 @*@(Model.Lect.dcut)%이상*@ @(Model.Lect.cut)점이상