NAME
Quizzer::Element::Container - Container input element
DESCRIPTION
This is a Container input element. A Container is an element that can hold other elements that are displayed when it is.
METHODS
question
This function sets/gets a Container's question property, as usual. It also handles creating and setting up all the Elements inside the container.
visible
Containers are visible if any of the items contained in them are visible. Or are they? This is still being decided -- TODO.
show
When a container is displayed, it displays all elements inside it.
AUTHOR
Joey Hess <joey@kitenet.net>