@model NP.Model.VMCM @{ Layout = "~/Views/Shared/_PopupLayout.cshtml"; }
기본정보
@if (Model.RSC.rscno < 1) { @Html.Partial("./Partial/Radio", "0:강의평가;1:강사설문", new ViewDataDictionary { { "special", "stringlist" }, { "name", "RSC.rstype" }, { "checked", Model.RSC.rstype } }) } else { @Html.HiddenFor(m => m.RSC.rstype) @Model.RSC.rstypename }
@Html.TextBoxFor(m => m.RSC.rscname, new { @class = "form-control", @maxlength = "100" })
@Html.Partial("./Partial/Radio", "1:사용;0:미사용", new ViewDataDictionary { { "special", "stringlist" }, { "name", "RSC.isuse" }, { "checked", Model.RSC.isuse } })
문제정보
@foreach (var item in Model.RSCQs) { }
문제유형 분류 문제 문제순서
@item.atypename @item.eqtypenames
 
@Html.HiddenFor(m => m.IsSavedForParent) @Html.Partial("./Partial/DForm", Model)
@section styles{ } @section scriptsHeader{ @Html.Partial("./Partial/ScriptDate") } @section scripts{ }