Quiz styles in Magento 2

Quiz styles in Magento 2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Piggy

Piggy

6th Grade - Professional Development

16 Qs

Leadership Essentials Level 1

Leadership Essentials Level 1

Professional Development

10 Qs

International Women's Day 2019

International Women's Day 2019

Professional Development

15 Qs

WWE Title History

WWE Title History

KG - Professional Development

12 Qs

FVM

FVM

Professional Development

20 Qs

Guess the Movie/TV Soundtrack

Guess the Movie/TV Soundtrack

Professional Development

17 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

Yoga 6 to 8

Yoga 6 to 8

6th Grade - 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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?