Test::Smart::Question

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

Test::Smart::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::Smart::Question Tags


Test::Smart::Question Description

Test::Smart::Question is a data wrapper for Test::Smart questions. Test::Smart::Question is a data wrapper for Test::Smart questions.SYNOPSIS use Test::Smart::Question; $Qobj = Test::Smart::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::Smart::Question Related Software