1.
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?
2.
Given the following layout XML, what will be the expected result on the Magento frontend?
3.
Which code snippet shows the correct way to add a JavaScript file from your custom theme to all Magento pages?
4.
If a layout handle exists in the "base/default" package, your custom design package, and the custom package's "local.xml", which handles can be merged?
5.
Using prototype.js, which selector would be used to target a group of list items with the class of item?
6.
A website contains the three store views "English", "French", and "German", with the following settings configured: The template file template/page/lcolumn.phtml exists within the following frontend themes:
7.
In which of the following directories is a .xml file located?
8.
What is System -> Design used for?
9.
Which layout handle can be used to assign a customized template file to the filter navigation block in the left column?
10.
The underscore prefix ("_") in variable names in Magento template files marks these variables as __________?