2024-04-01 17:15 실무역량강화 설문 출력 수정
This commit is contained in:
parent
ba0fa0b091
commit
14cdb431fb
@ -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}">
|
<c:if test="${QestmInfo.verySatisfied eq 1}">
|
||||||
checked
|
checked
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
>
|
>
|
||||||
${QestmInfo.answer5}
|
${QestmInfo.answer5}
|
||||||
<br/>
|
|
||||||
|
|
||||||
<label for="satisfied_${status1.index}" class="label">만족</label>
|
</c:if>
|
||||||
<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>
|
<c:if test="${not empty QestmInfo.answer4}">
|
||||||
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
|
<br/>
|
||||||
title="보통" id="neither_${status1.index}" name="resultList[${status1.index}].responseRadio" value="3"
|
|
||||||
|
|
||||||
<c:if test="${QestmInfo.neither eq 1}">
|
<label for="satisfied_${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="satisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="4"
|
||||||
|
|
||||||
>
|
<c:if test="${QestmInfo.satisfied eq 1}">
|
||||||
${QestmInfo.answer3}
|
checked
|
||||||
<br/>
|
</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;"
|
${QestmInfo.answer4}
|
||||||
title="불만족" id="dissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="2"
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${QestmInfo.dissatisfied eq 1}">
|
|
||||||
checked
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
>
|
|
||||||
${QestmInfo.answer2}
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
<label for="veryDissatisfied_${status1.index}" class="label">매우불만족</label>
|
<c:if test="${not empty QestmInfo.answer3}">
|
||||||
<input type="radio" numberOnly class="popupInput" style="width: 20px;padding:0 5px;text-align:center;"
|
<br/>
|
||||||
title="매우불만족" id="veryDissatisfied_${status1.index}" name="resultList[${status1.index}].responseRadio" value="1"
|
|
||||||
|
<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/>
|
||||||
<br/>
|
<br/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user