diff --git a/BO/Views/cm/cmregest.cshtml b/BO/Views/cm/cmregest.cshtml index 635107f..3baca26 100644 --- a/BO/Views/cm/cmregest.cshtml +++ b/BO/Views/cm/cmregest.cshtml @@ -1,111 +1,134 @@ @model NP.Model.VMCM -
+ +
+ +
+
@if (Model.CM.ismaster == 1) {
-
+
+ +
} else {
-
+
+ +
}
+ +
-
평가기준 및 비율
+
+ 평가기준 및 비율 +
- - @**@ + + + + + + + + + + + + + + + + + + + + + - + - + - - - + + + - + - - + + - @* - - - - - - - - - - - - - - - - - - - - *@
기준평가항목진도율진행평가(%)최종평가(%)과제(%)토론(%)기타(%)합계(총점)
기준평가항목진도율최종평가(%)과제(%)토론(%)기타(%)합계(총점)
비환급비환급 비율(점수)
수료기준
환급비율(점수)
수료기준
- @if (Model.CM.cshape == 2)//혼합유형 + + + @if (Model.CM.cshape == 1 || Model.CM.cshape == 2) { -
- + +
+
+ } + +
※ 비율의 합은 100%가 되어야 하며, 합계(총점) 수료기준은 반드시 입력하셔야 합니다.
※ 수료기준은 각 평가기준별 받아야하는 최소 점수를 의미합니다.

- + + +
+ +
-
평가내용 설정
+
+ 평가내용 설정 +
- @**@ @@ -113,43 +136,59 @@ - @foreach (var item in Model.ESTs) - { - - - @**@ - - @if (item.rstype == 1) - { - - } - else - { - - } - - - + @{ + var estList = Model.ESTs.ToList(); + foreach (var item in estList) + { + + + + + + + + } }
평가구분회차평가명 참여조건 총점
@item.estkindname@item.rno@(item.iseq + "회차" + " (" + item.teachername + ")") 출석 @item.econdition 이상@(item.estkind < 30 ? (item.tpoint.ToString() + "점") : "-")[삭제]
@item.estkindname + @if (item.rstype == 1) + { + @(item.iseq + "회차" + " (" + item.teachername + ")") + } + else + { + @:출석 @item.econdition 이상 + } + @(item.estkind < 30 ? item.tpoint.ToString() + "점" : "-")[삭제]
+ + + +
@Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
-@section styles{ + +@section styles { } -@section scriptsHeader{ -} -@section scripts{ +@section scriptsHeader { } + +@section scripts { -} +} \ No newline at end of file