Quiz styles in Magento 2

Quiz styles in Magento 2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Frontend Assignment

Frontend Assignment

Professional Development

20 Qs

Meet Your Supervisors

Meet Your Supervisors

Professional Development

10 Qs

Avaluació Inicial DAW2

Avaluació Inicial DAW2

Professional Development

17 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Tech Talk - Study Jam Frontend Development

Tech Talk - Study Jam Frontend Development

Professional Development

15 Qs

Sonic Movie 2 quiz

Sonic Movie 2 quiz

2nd Grade - Professional Development

10 Qs

one direction/harry

one direction/harry

1st Grade - Professional Development

13 Qs

Autopair

Autopair

Professional Development

20 Qs

Quiz styles in Magento 2

Quiz styles in Magento 2

Assessment

Quiz

Other

Professional Development

Medium

Created by

Dung Doan

Used 36+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a mixin in LESS?

.my-mixin(@arguments) {

...

}

@my-mixin($arguments) {

...

}

=my-mixin(@arguments) {

...

}

@mixin my-mixin($arguments) {

...

}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the special variable @arguments do in a LESS mixin?

Takes the arguments that were passed into the mixin an renders them in that order

Contains default arguments that are passed into the mixin an renders them in that order.

Defines additional arguments to be used in the mixin.

Contains default arguments that are passed to all mixins by the framework

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the main css files included in the default_head_blocks.xml file in a Magento theme? Select all that apply.

styles-m.css

styles-l.css

print.css

screen.css

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should overrides of existing LESS variables be added?

<theme_dir>/web/css/source/_layout.less

<theme_dir>/web/css/source/_variables.less

<theme_dir>/web/css/source/lib/_variables.less

<theme_dir>/web/css/source/_theme.less

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command would you use to create symlinks to LESS files for the Magento/luma theme in the fr_FR locale?

bin/magento setup:static-content:deploy -f

bin/magento setup:static-content:deploy --area frontend --theme Magento/luma

bin/magento dev:source-theme:deploy --theme Magento/luma

bin/magento dev:source-theme:deploy --locale fr_FR --theme Magento/luma

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between client-side and server-side compilation in Magento 2?

Client-side compilation is faster than server-side compilation

Server-side compilation is faster than client-side compilation

Client-side compilation is performed in the browser, while server-side compilation is performed on the server

Server-side compilation is performed in the browser, while client-side compilation is performed on the server

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you create an override for the core Magento UI library dropdowns in your theme?

theme_dir>/web/css/source/_dropdowns.less

<theme_dir>/Magento_Ui/web/css/source/lib/_dropdowns.less

<theme_dir>/lib/web/css/source/_dropdowns.less

<theme_dir>/web/css/source/lib/_dropdowns.less

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?