1.
Which of the following is the correct code for assigning a custom template file using layout XML?
2.
You want to create a wrapper block that uses an HTML tag name which is set by the action setHtmlTagName. The wrapper block should render all its child blocks within the HTML tag. Which block type should you use to create the wrapper block?
3.
You want to figure out which phtml-files are rendering in the front end. Which developer tool helps you do that?
4.
Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
5.
Which piece of code creates a url that links to the store pages in transactional email templates?
6.
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r? EXAMPLE: var PhotoViewer = Class.create();
7.
Which element in layout XML specifies a method to be called on a referenced or newly defined block?
8.
Which one of these code samples will assign a root template to a specific page of native Magento?
9.
You want to create a new "screendesign" package based on the "default" package's "default" theme. Which ONE of the following steps do you have to take?
10.
Which ONE of the following adds links to the top links navigation?