2024-03-26 11:26 청소년 설문 사항 수정
This commit is contained in:
parent
31bb97718e
commit
0876f35a89
@ -467,7 +467,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<label for="verySatisfied_${status1.index}" class="label">매우만족</label>
|
<label for="verySatisfied_${status1.index}" class="label">매우만족</label>
|
||||||
|
|
||||||
<input type="radio" class="popupInput" id="answer_${status1.count}" name="answer_${status1.count}" value="verySatisfied">
|
<input type="radio" class="popupInput" id="answer_${status1.count}" name="answer_${status1.count}" value="verySatisfied" checked>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -479,7 +479,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<label for="neither_${status1.index}" class="label">보통</label>
|
<label for="neither_${status1.index}" class="label">보통</label>
|
||||||
|
|
||||||
<input type="radio" class="popupInput" id="answer_${status1.count}" name="answer_${status1.count}" value="neither" checked>
|
<input type="radio" class="popupInput" id="answer_${status1.count}" name="answer_${status1.count}" value="neither">
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user