The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quizzer::Element - Base input element

DESCRIPTION

This is the base object on which many different types of input elements are built. Each element represents one user interface element in a FrontEnd.

METHODS

visible

Returns true if an Element is of a type that is displayed to the user. This is used to let confmodules know if the elements they have caused to be displayed are really going to be displayed, or not, so they can avoid loops and other nastiness.

show

Causes the element to be displayed, allows the user to interact with it to specify a value, and returns the value they enter (this value is later used to set the value of the accociated question).

AUTHOR

Joey Hess <joey@kitenet.net>