Update index.html

This commit is contained in:
SensoryEnvironmentTool 2022-03-29 13:23:18 +01:00 committed by GitHub
parent 97fa852771
commit c7442968e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +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>
<label for="otherschool" hidden> Other (Please type): </label>
<input type="text" id="otherschool" name="othertext" size="25" aria-label="text for other school">
</div>
<h3>Setting for evaluation</h3>
@ -133,7 +133,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>
<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">
</div>
<h3>In this environment, what sort of activities you usually participate in?</h3>
@ -180,7 +180,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>
<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">
</div>