2024-04-01 17:15 실무역량강화 설문 출력 수정

This commit is contained in:
myname 2024-04-01 17:15:45 +09:00
parent ba0fa0b091
commit 14cdb431fb

View File

@ -454,65 +454,89 @@ $(document).ready(function(){
</th> </th>
<td style="text-align:left;"> <td style="text-align:left;">
<br/> <c:if test="${not empty QestmInfo.answer5}">
<label for="verySatisfied_${status1.index}" class="label">매우만족</label> <br/>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;" <label for="verySatisfied_${status1.index}" class="label">매우만족</label>
title="매우만족" id="verySatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="5" <input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="매우만족" id="verySatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="5"
<c:if test="${QestmInfo.verySatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer5}
<c:if test="${QestmInfo.verySatisfied eq 1}"> </c:if>
checked
</c:if>
<c:if test="${not empty QestmInfo.answer4}">
<br/>
<label for="satisfied_${status1.index}" class="label">만족</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="만족" id="satisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="4"
<c:if test="${QestmInfo.satisfied eq 1}">
checked
</c:if>
> >
${QestmInfo.answer5} ${QestmInfo.answer4}
<br/> </c:if>
<label for="satisfied_${status1.index}" class="label">만족</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="만족" id="satisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="4"
<c:if test="${QestmInfo.satisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer4}
<br/>
<label for="neither_${status1.index}" class="label">보통</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="보통" id="neither_${status1.index}" name="resultList[${status1.index}].responseRadio" value="3"
<c:if test="${QestmInfo.neither eq 1}"> <c:if test="${not empty QestmInfo.answer3}">
checked <br/>
</c:if>
>
${QestmInfo.answer3}
<br/>
<label for="dissatisfied_${status1.index}" class="label">불만족</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="불만족" id="dissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="2"
<c:if test="${QestmInfo.dissatisfied eq 1}"> <label for="neither_${status1.index}" class="label">보통</label>
checked <input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
</c:if> title="보통" id="neither_${status1.index}" name="resultList[${status1.index}].responseRadio" value="3"
<c:if test="${QestmInfo.neither eq 1}">
checked
</c:if>
>
${QestmInfo.answer3}
</c:if>
> <c:if test="${not empty QestmInfo.answer2}">
${QestmInfo.answer2} <br/>
<br/>
<label for="dissatisfied_${status1.index}" class="label">불만족</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="불만족" id="dissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="2"
<c:if test="${QestmInfo.dissatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer2}
</c:if>
<c:if test="${not empty QestmInfo.answer1}">
<br/>
<label for="veryDissatisfied_${status1.index}" class="label">매우불만족</label> <label for="veryDissatisfied_${status1.index}" class="label">매우불만족</label>
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;" <input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
title="매우불만족" id="veryDissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="1" title="매우불만족" id="veryDissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="1"
<c:if test="${QestmInfo.veryDissatisfied eq 1}"> <c:if test="${QestmInfo.veryDissatisfied eq 1}">
checked checked
</c:if> </c:if>
> >
${QestmInfo.answer1} ${QestmInfo.answer1}
</c:if>
<br/> <br/>
<br/> <br/>
</td> </td>