Multiple Choice
To implement a standard Adminhtml form for a custom data model, which two of the following must you do? (Choose two)
A) Declare your module's block class prefix in the config.xml file.
B) Implement a sub-class of Mage_Adminhtml_Block_widget_Form.
C) Implement a sub-class of Mage_Adminhtml_Block_Form_Abstcact.
D) Create sub-classes of Mage_Adminhtml_Block_Form_Element_Abstract for each form field to be presented.
E) Add a set of configuration values in the module's config.xml defining the form fields to be displayed,
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which one of the following controller classes
Q5: You want to filter a product collection
Q6: Which of the following xpaths defines the
Q7: You want to define a list of
Q8: In which config areas are layout files
Q10: When setData ('some', 'value') is called on
Q11: What does Magento use to determine whether
Q12: Which two of the following methods can
Q13: Two modules, Foo and Moo, both rewrite
Q14: A native Magento EAV entity will use_.<br>A)