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)점이상 |