진행평가, 토론평가 열 숨김

This commit is contained in:
lch 2021-07-07 01:32:05 +00:00
parent fc2c561756
commit 2b408f468b
2 changed files with 16 additions and 15 deletions

View File

@ -12,10 +12,10 @@
<tr>
<th>구분</th>
<th>진도율</th>
<th>진행평가</th>
@*<th>진행평가</th>*@
<th>최종평가</th>
<th>과제평가</th>
<th>토론평가</th>
@*<th>토론평가</th>*@
<th>총점</th>
</tr>
</thead>
@ -23,28 +23,28 @@
<tr>
<td>평가비율</td>
<td>@(Model.Lect.aportion)%</td>
<td>@(Model.Lect.mportion)%</td>
@*<td>@(Model.Lect.mportion)%</td>*@
<td>@(Model.Lect.fportion)%</td>
<td>@(Model.Lect.sportion)%</td>
<td>@(Model.Lect.dportion)%</td>
@*<td>@(Model.Lect.dportion)%</td>*@
<td class="red">100%</td>
</tr>
<tr>
<td>수료기준</td>
<td>@(Model.Lect.acut)%이상</td>
<td>@(Model.Lect.mcut)%이상</td>
@*<td>@(Model.Lect.mcut)%이상</td>*@
<td>@(Model.Lect.fcut)%이상</td>
<td>@(Model.Lect.scut)%이상</td>
<td>@(Model.Lect.dcut)%이상</td>
@*<td>@(Model.Lect.dcut)%이상</td>*@
<td class="red">@(Model.Lect.cut)점이상</td>
</tr>
<tr>
<td>나의성적</td>
<td>@(Model.Lect.attrate)%</td>
<td>@(Model.Lect.ex0lectpoint)점</td>
@*<td>@(Model.Lect.ex0lectpoint)점</td>*@
<td>@(Model.Lect.ex1lectpoint)점</td>
<td>@(Model.Lect.sd0lectpoint)점</td>
<td>@(Model.Lect.sd1lectpoint)점</td>
@*<td>@(Model.Lect.sd1lectpoint)점</td>*@
<td class="red">@(Model.Lect.apoint + Model.Lect.mpoint + Model.Lect.fpoint + Model.Lect.spoint + Model.Lect.dpoint)점</td>
</tr>
</tbody>

View File

@ -11,10 +11,10 @@
<tr>
<th>구분</th>
<th>진도율</th>
<th>진행평가</th>
@*<th>진행평가</th>*@
<th>최종평가</th>
<th>과제평가</th>
<th>토론평가</th>
@*<th>토론평가</th>*@
<th>총점</th>
</tr>
</thead>
@ -22,11 +22,12 @@
<tr>
<td>나의성적</td>
<td>@(Model.Lect.attrate)%</td>
<td>@(Model.Lect.ex0lectpoint)점</td>
@*<td>@(Model.Lect.ex0lectpoint)점</td>*@
<td>@(Model.Lect.ex1lectpoint)점</td>
<td>@(Model.Lect.sd0lectpoint)점</td>
<td>@(Model.Lect.sd1lectpoint)점</td>
@*<td>@(Model.Lect.sd1lectpoint)점</td>*@
<td style="color:#ff0000;">@(Model.Lect.apoint + Model.Lect.mpoint + Model.Lect.fpoint + Model.Lect.spoint + Model.Lect.dpoint)점</td>
@*<td>@(Model.Lect.attrate)%(@(Model.Lect.apoint)점)</td>
<td>@(Model.Lect.mpoint)점</td>
<td>@(Model.Lect.fpoint)점</td>
@ -37,16 +38,16 @@
<tr>
<td>수료기준</td>
<td>@(Model.Lect.acut)%이상</td>
<td>@(Model.Lect.mcut)점이상</td>
@*<td>@(Model.Lect.mcut)점이상</td>*@
<td>@(Model.Lect.fcut)점이상</td>
<td>@(Model.Lect.scut)점이상</td>
<td>@(Model.Lect.dcut)점이상</td>
@*<td>@(Model.Lect.dcut)점이상</td>*@
<td style="color:#ff0000;">@(Model.Lect.cut)점이상</td>
</tr>
<tr style="display:none;">
@if (Model.Lect.iscomplete == null)
{
<td colspan="7" >※ 나의성적이 수료기준을 충족하였을 경우 성적 화면에서 수료요청을 해주셔야 합니다.</td>
<td colspan="5" >※ 나의성적이 수료기준을 충족하였을 경우 성적 화면에서 수료요청을 해주셔야 합니다.</td>
}
</tr>
</tbody>