mirror of
https://github.com/kidwellj/SelfAssessmentUOB.git
synced 2025-01-08 21:02:21 +00:00
Update index.html
This commit is contained in:
parent
2900cb86d7
commit
d3e3b21e06
|
@ -98,6 +98,7 @@
|
|||
<div>
|
||||
<input type="radio" id="other" name="school" value="other" aria-label="other school radio button">
|
||||
<label for="other">Other (Please type):</label>
|
||||
<label for="otherschool"></label>
|
||||
<input type="text" id="otherschool" name="othertext" size="25" aria-label="text for other school">
|
||||
</div>
|
||||
<h3>Setting for evaluation</h3>
|
||||
|
@ -128,6 +129,7 @@
|
|||
<div>
|
||||
<input type="radio" id="other" name="setting" value="other" aria-label="Other">
|
||||
<label for="other">Other (Please type):</label>
|
||||
<label for="other-setting"></label>
|
||||
<input type="text" id="other-setting" name="other-setting" size="25" aria-label="other setting text">
|
||||
</div>
|
||||
<h3>In this environment, what sort of activities you usually participate in?</h3>
|
||||
|
@ -174,6 +176,7 @@
|
|||
<div>
|
||||
<input type="checkbox" id="other" name="activities" value="other" aria-label="checkbox for other">
|
||||
<label for="other">Other (Please type):</label>
|
||||
<label for="other-activities"></label>
|
||||
<input type="text" id="other-activities" name="other-activities" size="25" aria-label="text for other activities">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue