Search Header Logo

Understandable

Authored by Maria Lucia

Computers

12th Grade

Used 2+ times

Understandable
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a solution for this form where the label is missing for an input field?

<input type="text" id="username" name="username">

Add placeholder text.

Add a label with a "for" attribute.

Leave the input as is.

Use a <span> tag instead of a <label>.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options provides a clearer and more accessible label for this button?

<button>Click here</button>

button type="submit"

button>Submit your information</button>

button>Click here</button>

button>Submit</button>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should you improve this form to help users understand that the field is required?

<label for="email">Email:</label>

<input type="email" id="email" name="email">

Add a required attribute.

Add a placeholder with "Enter your email".

Provide instructions after the label.

Leave the form as is.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you improve this form field to be more understandable by including instructions?

<label for="password">Password:</label>

<input type="password" id="password" name="password">


Add a tooltip using the title attribute.

Provide clear instructions within the label.

Add a maxlength attribute.

Provide a separate instruction paragraph.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you improve error messages for users when an error occurs in a form input?

<span id="error-message" style="color:red;">This field is required.</span>

Use a <div>

for error messages.

Associate the error message with the form field using aria-describedby.

Leave the error message as is.

Use only aria-live for error messages.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done to fix the inconsistent tab order in this form?

<input type="text" id="name" name="name">

<input type="text" id="email" name="email">

<button type="submit">Submit</button>

Change the order of the input elements.

Add tabindex attributes to the elements.

Leave the form as is.

Add aria-label to the button.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option makes the link text more understandable for users?

<a href="/profile">Click here</a>

a href="/profile" >Go to Profile</a>

a href="/profile" >Click here</a>

a href="/profile" >More information</a>

a href="/profile" >Details</a>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?