diff --git a/FO/Views/CRoom/Estimation.cshtml b/FO/Views/CRoom/Estimation.cshtml index a6a00a9..38effe0 100644 --- a/FO/Views/CRoom/Estimation.cshtml +++ b/FO/Views/CRoom/Estimation.cshtml @@ -43,7 +43,7 @@ @foreach (var d in Model.Datas.Where(w => w.dtype > -1)) - { + { diff --git a/FO/Views/CRoom/EstimationSubject.cshtml b/FO/Views/CRoom/EstimationSubject.cshtml index ba26feb..029ea39 100644 --- a/FO/Views/CRoom/EstimationSubject.cshtml +++ b/FO/Views/CRoom/EstimationSubject.cshtml @@ -2,26 +2,28 @@ @{ } -

과제 안내

+

과제 작성방법 안내

-
과제내용
+ @*
과제내용
*@ +
+
@* @@ -60,11 +60,17 @@ @(d.dtype == 0 ? "진행평가" : d.dtype == 1 ? "최종평가" : d.dtype == 2 ? "과제" : d.dtype == 3 ? "토론" : "") @d.strval + @{ + + string trainingDateText = d.intval6 != 16 ? string.Format("/ 집체교육 참석일 ({0}) 전 까지", d.time.ToShortDateString()) : ""; + } + + @if (d.dtype == 1) { // 최종평가 if (d.intval6 == 16 || (d.time2 < Convert.ToDateTime("2024-08-19"))) { -

참여조건 : 진도율 @(d.intval2)% 이상 / 집체교육 참석일 (@d.time.ToShortDateString()) 전 까지

+

참여조건 : 진도율 @(d.intval2)% 이상 @trainingDateText

} else { @@ -73,7 +79,7 @@ } else if (d.dtype > 1) { // 기타 -

참여조건 : 진도율 @(d.intval2)% 이상 / 집체교육 참석일 (@d.time.ToShortDateString()) 전 까지

+

참여조건 : 진도율 @(d.intval2)% 이상 @trainingDateText

}
- + @* - + *@ - + @if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0) { @@ -33,9 +35,10 @@ } - +
과제제목 @Model.LectSD.sdname
제출시간 수강 종료일 (@Model.LectSD.edate.Value.ToString("yyyy-MM-dd")) 이내
@Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "
"))
+