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?
A. page/html
B. page/wrapper
C. page/div wrapper
D. page/html_wrapper
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?
A. Copy app/design/base to app/design/screendesign
B. Create an empty folder app/design/frontend/screendesign and copy app/design/frontend/default/default into it
C. Create skin/frontend/screendesign, then copy the CSS and images folders and their files from /skin/ frontend/default/default/ to skin/frontend/screendesign/default
D. Inside app/design/frontend and skin/frontend, copy the folder "default" to the folder "custom"; then rename custom/default to custom/screendesign in both places
E. Create app/design/frontend/default/screendesign
You need to add a custom structural block template to a block that will render all children automatically. Which three attributes are required in the block's XML definition? (Choose THREE.)
A. after
B. as
C. before
D. name
E. template
F. type
Based on the code below, what color will a browser display in rendering the text inside the div tag?
A. green
B. blue
C. red
D. black
Where are the core module translations located?
A. app/code/locale/
B. app/locale/
C. app/design/frontend/default/default/locale/
D. app/etc/modules/locale/
Which three of the following folders should NOT be publicly accessible? (Choose THREE.)
A. /app/design/frontend/package/theme/layout
B. /app/design/frontend/package/theme/locale
C. /app/design/frontend/package/theme/template
D. /skin/frontend/package/theme/css
E. /skin/frontend/package/theme/js
F. /skin/frontend/package/theme/img
You want to add the file "somescript.js" in a template. The JS-file is in the folder "root: js/lib". Which piece of code should you use?
A. $this->getItemurl(`lib/somescript.js')
B. $this->getskinurl(`lib/somescript.js')
C. $this->getJsUrl(`lib/somescript.js')
D. $this->getFileurl(`lib/somescript.js')
E. $this->getLibUrl(`lib/somescript.js')
Given a configured package "mypackage", which of the following sequences of design fallback steps is correct?
A. Option A
B. Option B
C. Option C
D. Option D
Given the layout XML example below, which one of the following actions will cause the title, "Some Title," to be translated by Magento?
EXAMPLE:
A. Option A
B. Option B
C. Option C
D. Option D
Which type of block defines the HTML head section of the page, which contains elements for including JavaScript, CSS, etc.?
A. core/head
B. core/template
C. page/head
D. page/html_head
E. page/head_template