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>
<td style="text-align:left;">
<br/>
<label for="verySatisfied_${status1.index}" class="label">매우만족</label>
<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="${not empty QestmInfo.answer5}">
<br/>
<label for="verySatisfied_${status1.index}" class="label">매우만족</label>
<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>
<c:if test="${QestmInfo.verySatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer5}
<br/>
>
${QestmInfo.answer5}
<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>
<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="${not empty QestmInfo.answer4}">
<br/>
<c:if test="${QestmInfo.neither eq 1}">
checked
</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"
>
${QestmInfo.answer3}
<br/>
<c:if test="${QestmInfo.satisfied eq 1}">
checked
</c:if>
<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"
>
${QestmInfo.answer4}
</c:if>
<c:if test="${QestmInfo.dissatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer2}
<br/>
<label for="veryDissatisfied_${status1.index}" class="label">매우불만족</label>
<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"
<c:if test="${not empty QestmInfo.answer3}">
<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}">
checked
</c:if>
>
${QestmInfo.answer3}
</c:if>
<c:if test="${not empty QestmInfo.answer2}">
<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>
<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"
<c:if test="${QestmInfo.veryDissatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer1}
</c:if>
<c:if test="${QestmInfo.veryDissatisfied eq 1}">
checked
</c:if>
>
${QestmInfo.answer1}
<br/>
<br/>
</td>