Bootstrap Quiz

Bootstrap Quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

SpringBoot Quiz!

SpringBoot Quiz!

Professional Development

9 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

Boostrap 4.6 Quiz

Boostrap 4.6 Quiz

4th Grade - Professional Development

5 Qs

EIT237-bases de php7-7

EIT237-bases de php7-7

Professional Development

7 Qs

Quiz Pertemuan 3

Quiz Pertemuan 3

Professional Development

5 Qs

CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

Web tech 2

Web tech 2

Professional Development

8 Qs

Javascript + JQuery (Parte 1)

Javascript + JQuery (Parte 1)

Professional Development

10 Qs

Bootstrap Quiz

Bootstrap Quiz

Assessment

Quiz

Computers

Professional Development

Medium

DOK Level 1: Recall, DOK Level 2: Skill/Concept, DOK Level 3: Strategic Thinking

Standards-aligned

Created by

Max Rolseth

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default number of columns in Bootstrap's grid system?

10

12

16

24

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Bootstrap class is used to create a responsive navigation bar?

.navbar-responsive

.navbar-default

.navbar

.navbar-responsive-collapse

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Bootstrap, which class would you use to make a button look like a primary action button?

.btn-default

.btn-primary

.btn-secondary

.btn-action

Tags

DOK Level 1: Recall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Bootstrap class is used to create a carousel component?

.carousel

.slider

.slideshow

.carousel-slider

Tags

DOK Level 1: Recall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain how the Bootstrap grid system works to create responsive layouts.

It uses a series of containers, rows, and columns to layout and align content.

It uses a single container to align all content.

It uses a series of rows and columns without containers.

It uses only columns to align content.

Tags

DOK Level 2: Skill/Concept

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe the purpose of the .form-control class in Bootstrap forms.

It is used to style buttons.

It is used to style form inputs, textareas, and selects.

It is used to style navigation bars.

It is used to style modal windows.

Tags

DOK Level 2: Skill/Concept

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you make a navigation bar collapse into a hamburger menu on smaller screens using Bootstrap?

By using the .navbar-collapse class and the .navbar-toggle button.

By using the .navbar-responsive class.

By using the .navbar-hamburger class.

By using the .navbar-small class.

Tags

DOK Level 2: Skill/Concept

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a scenario where you need to create a multi-item carousel with indicators and controls, outline the steps and classes you would use in Bootstrap.

Use the .carousel class for the container, .carousel-inner for the items, .carousel-item for each item, .carousel-indicators for the indicators, and .carousel-control-prev and .carousel-control-next for the controls.

Use the .slider class for the container, .slider-inner for the items, .slider-item for each item, .slider-indicators for the indicators, and .slider-control-prev and .slider-control-next for the controls.

Use the .slideshow class for the container, .slideshow-inner for the items, .slideshow-item for each item, .slideshow-indicators for the indicators, and .slideshow-control-prev and .slideshow-control-next for the controls.

Use the .carousel-slider class for the container, .carousel-slider-inner for the items, .carousel-slider-item for each item, .carousel-slider-indicators for the indicators, and .carousel-slider-control-prev and .carousel-slider-control-next for the controls.

Tags

DOK Level 3: Strategic Thinking

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Analyze the impact of using the .container-fluid class instead of the .container class in a Bootstrap layout.

The .container-fluid class creates a full-width container that spans the entire width of the viewport, while the .container class creates a fixed-width container that is responsive to different screen sizes.

The .container-fluid class creates a fixed-width container, while the .container class creates a full-width container.

The .container-fluid class creates a container with a fixed height, while the .container class creates a container with a variable height.

The .container-fluid class creates a container with padding, while the .container class creates a container without padding.

Tags

DOK Level 3: Strategic Thinking