Description: Describes global item settings for authoring.
Describes what item types the will be supported.
To change, modify the itemConfig properties in the faces.config file.
Also developers could add an administrative configuration later.
Derived property. Get arraylist of item type SelectItems.
We are not lazy loading this so that we can change these dynamically.
Most are being injected from the faces-config, but whether we select from
question pools is always dynamic.
ArrayList of model SelectItems
Can we select items from a question pool?
If we are in question pools we cannot select items from pool.
If we are not in question pools we can select items from pool.
if we can select from question pool.
public void setSelectFromQuestionPool(boolean selectFromQuestionPool)(Code)
Set whether we can select items from a question pool.
If we are in question pools we cannot select items from pool.
If we are not in question pools we can select items from pool.
if we can select from question pool.