{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Input Elements Flashcards

(10 cards)

1
Q

What are Dropdowns?

A

Interactive elements that allow users to select one option from a list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Combo Boxes?

A

A combination of a text field and a dropdown list, enabling users to enter text or select from a list of predefined options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Buttons?

A

Interactive elements that users click to perform an action, such as submitting a form or moving to the next step.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Toggle Switches?

A

Elements that allow users to switch between two states, such as on/off or enabled/disabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are Text Fields?

A

Areas where users can enter text, often used for alphanumeric input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Password Fields?

A

Specialized fields where characters are hidden to ensure privacy while typing passwords.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Date Pickers?

A

UI elements that allow users to select dates from a calendar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Checkboxes?

A

UI components that let users select or deselect multiple independent options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Radio Buttons?

A

Selection buttons that allow users to choose only one option from a group of mutually exclusive options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are Confirmation Dialogs?

A

Pop-up messages that ask users for confirmation before performing an action, preventing accidental operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly