Authen::Quiz::FW - Framework for Authen::Quiz.


Authen-Quiz documentation  | view source Contained in the Authen-Quiz distribution.

Index


NAME

Top

Authen::Quiz::FW - Framework for Authen::Quiz.

SYNOPSIS

Top

  use Authen::Quiz::FW qw/ JS Memcached /;

  my $q= Authen::Quiz::FW->new(
    data_folder => '/path/to/authen_quiz',
    memcached   => { ...... },
    );

  my $js_source= $q->question2js('boxid');

DESCRIPTION

Top

The framework for Authen::Quiz makes the plugin available.

If use passes the list of the plugin at the time of reading Authen::Quiz::FW, it becomes available.

  use Authen::Quiz::FW qw/ JS Memcached /;

Authen::Quiz::Plugin::JS and Authen::Quiz::Plugin::Memcached was enclosed as a standard plugin.

METHODS

Top

plugins

The list of the read plug-in is returned.

SEE ALSO

Top

Authen::Quiz, UNIVERSAL::require, Class::C3,

http://egg.bomcity.com/wiki?Authen%3a%3aQuiz,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Authen-Quiz documentation  | view source Contained in the Authen-Quiz distribution.