Update index.html

This commit is contained in:
SensoryEnvironmentTool 2022-03-29 12:55:06 +01:00 committed by GitHub
parent 2900cb86d7
commit d3e3b21e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +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>
<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>
@ -128,6 +129,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>
<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>
@ -174,6 +176,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>
<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>