You are on page 1of 8

Bootstrap Quiz Results

Score: 7 of 25

28% Correct:

Question 1:
Bootstrap 3 is mobile-first.

False    Your answer  
True    Correct answer  

Question 2:
Which class provides a responsive fixed width container?

.container-fixed    Your answer  
.container    Correct answer  
.container-fluid

Question 3:
Which class provides a full width container, spanning the entire width of the viewport?

.container-fixed    Your answer  
.container
.container-fluid    Correct answer  
Question 4:
The Bootstrap grid system is based on how many columns?

6    Your answer  
12    Correct answer  
3
9

Question 5:
Which class adds zebra-stripes to a table?

.table-bordered    Your answer  
.table-striped    Correct answer  
.even and .odd
.table-zebra

Question 6:
Which class shapes an image to a circle?

.img-thumbnail    Your answer  
.img-circle    Correct answer  
.img-rounded
.img-round

Question 7:
Which class is used to create a big box for calling extra attention?

.jumbotron    Your answer  
.bigbox
.container

Question 8:
Which button class is used to create a large button?

.btn-l    Your answer  
.btn-xl
.btn-lg    Correct answer  
.btn-large

Question 9:
Which class is used to create a button group?

.group-btn    Your answer  
.button-group
.group-button
.btn-group    Correct answer  

Question 10:
How can you insert a search icon?

<span class="glyphicon-search"></span>    Your answer  


<span class="glyph glyph-search"></span>
<span class="glyphicon glyphicon-search"></span>    Correct answer  
<span class="glyphicon search"></span>
Question 11:
Which class is used to create a badge?

.badge    Your answer  
.label
.tag
.flag

Question 12:
Which class is used to create a basic pagination?

.pages    Your answer  
.navigation
.page
.pagination    Correct answer  

Question 13:
Which class is used to create a basic list group?

.grouped-list    Your answer  
.group-list
.list-group    Correct answer  

Question 14:
Which class adds a heading to a panel?

.panel-heading    Your answer  
.panel-footer
.panel-head
.panel-header

Question 15:
Which class indicates a dropdown menu?

.dropdown    Your answer  
.dropdown-list
.select

Question 16:
A standard navigation tab is created with:

<ul class="nav nav-tabs">    Your answer  


<ul class="nav nav-navbar">
<ul class="nav tabs">
<ul class="navigation-tabs">

Question 17:
A standard navigation bar is created with:

<nav class="nav navbar">    Your answer  


<nav class="navbar navbar-default">    Correct answer  
<nav class="navbar default-navbar">
<nav class="navigationbar navbar-default">
Question 18:
Which class is used to create a black navigation bar?

.navbar-black    Your answer  
.navbar-default
.navbar-inverse    Correct answer  
.navbar-dark

Question 19:
Which plugin is used to cycle through elements, like a slideshow?

Slideshow    Your answer  
Carousel    Correct answer  
Orbit
Scrollspy

Question 20:
Which plugin is used to create a modal window?

Dialog Box    Your answer  


Popup
Window
Modal    Correct answer  

Question 21:
Which plugin is used to create a tooltip?

Popup    Your answer  
Dialog Box
Tooltip    Correct answer  
Modal

Question 22:
Which contextual class indicates a succesful or positive action?

.text-success    Your answer  
.text-info
.text-warning
.text-primary

Question 23:
Which contextual class indicates a dangerous or potentially negative action?

.text-primary    Your answer  
.text-danger    Correct answer  
.text-info
.text-warning

Question 24:
Which class indicates uppercased text?

.text-uppercase    Your answer  
.ucase
.uppercase
.text-capitalize
Question 25:
The Bootstrap grid system works across multiple devices.

False    Your answer  
True    Correct answer

You might also like