Test::AskAnExpert::Question

Test::AskAnExpert::Question is a data wrapper for Test::AskAnExpert questions.
Download

Test::AskAnExpert::Question Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Edgar A. Bering
  • Publisher web site:
  • http://search.cpan.org/~trizor/

Test::AskAnExpert::Question Tags


Test::AskAnExpert::Question Description

Test::AskAnExpert::Question is a data wrapper for Test::AskAnExpert questions. Test::AskAnExpert::Question is a data wrapper for Test::AskAnExpert questions.This object provides basic semantics and data encapsulation for Test::AskAnExpert questions, feel free to subclass it as you need when writing Interfaces.SYNOPSIS use Test::AskAnExpert::Question; $Qobj = Test::AskAnExpert::Question->new(question => "I can has cheesburger?", name => "Cheesburger", id => "Uniq123"); $Qobj->skip("The person being asked doesn't know how to answer"); $Qobj->test; $Qobj->answer('yes','commentary or diagnostics'); ($answer,$comment) = $Qobj->answer; $answer = $Qobj->answer; Requirements: · Perl


Test::AskAnExpert::Question Related Software