@model EMIS.ViewModel.EvaluationManage.StudentEvaluation.EvaluationStudentView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "EnterEdit"; } @section scripts{ }
准确的评价是你成熟的表现 |
|
||
学年学期:@Html.DisplayTextFor(x => x.SchoolyearCode) | 授课班级:@Html.DisplayTextFor(x => x.MissionClassName) | ||
任课教师:@Html.DisplayTextFor(x => x.StaffName) | 任课方式:@Html.DisplayTextFor(x => x.TeachingMethodName) | 授课方式:@Html.DisplayTextFor(x => x.TeachingModeName) | |
课程名称:@Html.DisplayTextFor(x => x.CourseName) | 课程类型:@Html.DisplayTextFor(x => x.CourseTypeName) | ||
|
|||
简要评语或建议: |
@Html.TextAreaFor(x => x.Advice, new Dictionary |
||
可评次数为:@Html.DisplayTextFor(x => x.Number) 次,您对此已评过:@Html.DisplayTextFor(x => x.Numbered) 次, | 您的本次评分为:0 @Html.HiddenFor(x => x.TotalScore) | ||