@using Bowin.Web.Controls.Mvc; @using EMISOnline.Entities; @using EMISOnline.Web.Controls; @{ ViewBag.Title = "PracticeSetting"; }
选择题型: | ||
---|---|---|
@Html.CheckList(new ListControlOptions() { ItemSourceUrl = Url.Content("~/Practice/ListAllQuestionType"), Name = "cklType", ID = "cklType", TextName = "Name", TextField = "Name", ValueField = "base_question_type_id", ColumnCount = 5 }) | ||
设置数量: | @Html.TextBox(new TextBoxOptions() { TextBoxType = TextBoxType.Normal, ID = "txtNum", Name="txtNum" ,IsRequired=true }) | |
练习全部: | @Html.CheckBox("ckbAll", false, new { @id = "ckbAll", @value = "true", @name = "rand_test_point_type" }) 提示:练习全部可保存做题记录,供下次继续做题。 | |
@if (ViewBag.ShowRecordButton) { 进入上一次练习} @Html.Button(new ButtonOptions() { ID = "btnSave", Text = "进入练习" }) |