@model NP.Model.VMCRoom @{ }

과제 안내

과제내용
@**@ @if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0) { }
과제회차 1회
과제제목 @Model.LectSD.sdname
제출시간 수강 종료일 (@Model.LectSD.edate.Value.ToString("yyyy-MM-dd")) 이내
@Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "
"))
@foreach (var f in Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno)) { @f.orgname
}
제출내용
@Html.Partial("./Partial/file", Model.FileList.Where(w => w.fgno == Model.LectSD.fgno).ToList(), new ViewDataDictionary { { "fgn", "fgno" }, { "fgv", Model.LectSD.fgno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "read", Model.LectSD.checktime == null && Model.LectSD.sstime < DateTime.Now && Model.LectSD.setime > DateTime.Now ? 0 : 1 },{"issubject",1 } })
    @if (Model.LectSD.sdate < DateTime.Now && Model.LectSD.edate > DateTime.Now && Model.LectSD.checktime == null) {
  • 제출
  • }
@if (Model.LectSD.checktime != null) {
평가결과 : @(Model.LectSD.cpoint)점
@Html.Raw((Model.LectSD.feedb ?? "").Replace(System.Environment.NewLine, "
").Replace("\n","
"))
}
@Html.HiddenFor(m => m.croomlectno) @Html.HiddenFor(m => m.croomcmno) @Html.HiddenFor(m => m.tabidx) @Html.HiddenFor(m => m.estno)
@section scriptsHeader{ @Html.Partial("./Partial/filescript") } @section scripts{ }