<기능개선>

1. PMS NO : 5533, 5536
2. (주요)작업내용 
(1) 문구 수정
This commit is contained in:
jity7777 2022-03-03 00:41:12 +00:00
parent 4eadf11b5b
commit 5618ba53ce
2 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,7 @@
<tbody>
<tr>
<th>문제@(i++)</th>
<td>@Html.Raw(q.qtext) <br />( @(Model.EQs.Where(w => w.eqno == q.eqno).Count() > 0 ? Model.EQs.Where(w => w.eqno == q.eqno).First().rightrate : 0)% 정답률 )</td>
<td>@Html.Raw(q.qtext)</td>
</tr>
<tr style="@(q.atype == 2 ? "display:none;":"")">
<th>정답</th>
@ -56,7 +56,6 @@
{
@Html.Raw(((q.atext ?? "").Trim() == "" ? "무응답" : (string.Join(" | ", Model.QuestionItems.Where(w => ("," + q.atext + ",").Contains("," + w.qino + ",")).ToList().Select(s => s.qitext ?? ("<img src=\"" + Model.Files + s.fileurl + "\" style=\"max-width: 50%; max-height: 50px;\" /><br />"))))))
}
<br />@Html.Raw(q.atype == 0 ? ("(" + (Model.EQs2.Where(w => w.eqno == q.eqno).Count() > 0 ? Model.EQs2.Where(w => w.eqno == q.eqno).First().selectrate : 0) + "% 선택)<br />") : "")
</td>
</tr>
<tr style="@(string.IsNullOrEmpty(q.qdesc)?"display:none":"")">

View File

@ -27,14 +27,14 @@
<td>@(Model.Lect.fportion)%</td>
<td>@(Model.Lect.sportion)%</td>
@*<td>@(Model.Lect.dportion)%</td>*@
<td class="red">100%</td>
<td class="red">100%(점)</td>
</tr>
<tr>
<td>수료기준</td>
<td>@(Model.Lect.acut)%이상</td>
@*<td>@(Model.Lect.mcut)%이상</td>*@
<td>@(Model.Lect.fcut)%이상</td>
<td>@(Model.Lect.scut)%이상</td>
<td>@(Model.Lect.fcut)이상</td>
<td>@(Model.Lect.scut)이상</td>
@*<td>@(Model.Lect.dcut)%이상</td>*@
<td class="red">@(Model.Lect.cut)점이상</td>
</tr>