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