sub new_question { my $self = shift; my $question = new NHB::QuizMaster::Custom::NHMCC::Question( @_ ); push @{ $self->questions }, $question; $question; }