diff --git a/FO/Views/CRoom/Grade.cshtml b/FO/Views/CRoom/Grade.cshtml
index 8ca7d8d..e0908e4 100644
--- a/FO/Views/CRoom/Grade.cshtml
+++ b/FO/Views/CRoom/Grade.cshtml
@@ -12,10 +12,10 @@
| 구분 |
진도율 |
- 진행평가 |
+ @*진행평가 | *@
최종평가 |
과제평가 |
- 토론평가 |
+ @*토론평가 | *@
총점 |
@@ -23,28 +23,28 @@
| 평가비율 |
@(Model.Lect.aportion)% |
- @(Model.Lect.mportion)% |
+ @*@(Model.Lect.mportion)% | *@
@(Model.Lect.fportion)% |
@(Model.Lect.sportion)% |
- @(Model.Lect.dportion)% |
+ @*@(Model.Lect.dportion)% | *@
100% |
| 수료기준 |
@(Model.Lect.acut)%이상 |
- @(Model.Lect.mcut)%이상 |
+ @*@(Model.Lect.mcut)%이상 | *@
@(Model.Lect.fcut)%이상 |
@(Model.Lect.scut)%이상 |
- @(Model.Lect.dcut)%이상 |
+ @*@(Model.Lect.dcut)%이상 | *@
@(Model.Lect.cut)점이상 |
| 나의성적 |
@(Model.Lect.attrate)% |
- @(Model.Lect.ex0lectpoint)점 |
+ @*@(Model.Lect.ex0lectpoint)점 | *@
@(Model.Lect.ex1lectpoint)점 |
@(Model.Lect.sd0lectpoint)점 |
- @(Model.Lect.sd1lectpoint)점 |
+ @*@(Model.Lect.sd1lectpoint)점 | *@
@(Model.Lect.apoint + Model.Lect.mpoint + Model.Lect.fpoint + Model.Lect.spoint + Model.Lect.dpoint)점 |
diff --git a/FO/Views/CRoom/Index.cshtml b/FO/Views/CRoom/Index.cshtml
index 116df0e..c371379 100644
--- a/FO/Views/CRoom/Index.cshtml
+++ b/FO/Views/CRoom/Index.cshtml
@@ -11,10 +11,10 @@
| 구분 |
진도율 |
- 진행평가 |
+ @*진행평가 | *@
최종평가 |
과제평가 |
- 토론평가 |
+ @*토론평가 | *@
총점 |
@@ -22,11 +22,12 @@
| 나의성적 |
@(Model.Lect.attrate)% |
- @(Model.Lect.ex0lectpoint)점 |
+ @*@(Model.Lect.ex0lectpoint)점 | *@
@(Model.Lect.ex1lectpoint)점 |
@(Model.Lect.sd0lectpoint)점 |
- @(Model.Lect.sd1lectpoint)점 |
+ @*@(Model.Lect.sd1lectpoint)점 | *@
@(Model.Lect.apoint + Model.Lect.mpoint + Model.Lect.fpoint + Model.Lect.spoint + Model.Lect.dpoint)점 |
+
@*@(Model.Lect.attrate)%(@(Model.Lect.apoint)점) |
@(Model.Lect.mpoint)점 |
@(Model.Lect.fpoint)점 |
@@ -37,16 +38,16 @@
| 수료기준 |
@(Model.Lect.acut)%이상 |
- @(Model.Lect.mcut)점이상 |
+ @*@(Model.Lect.mcut)점이상 | *@
@(Model.Lect.fcut)점이상 |
@(Model.Lect.scut)점이상 |
- @(Model.Lect.dcut)점이상 |
+ @*@(Model.Lect.dcut)점이상 | *@
@(Model.Lect.cut)점이상 |
@if (Model.Lect.iscomplete == null)
{
- | ※ 나의성적이 수료기준을 충족하였을 경우 성적 화면에서 수료요청을 해주셔야 합니다. |
+ ※ 나의성적이 수료기준을 충족하였을 경우 성적 화면에서 수료요청을 해주셔야 합니다. |
}