Flesh out the ResponseJSON test more. Add POD.

This commit is contained in:
Colin Kuskie 2008-12-10 02:25:42 +00:00
parent 869aa3e64d
commit 08bf6b5147
2 changed files with 62 additions and 1 deletions

View file

@ -139,7 +139,18 @@ sub freeze {
return to_json( \%temp );
}
#Hash the survey timed out?
#Has the survey timed out?
=head2 hasTimedOut ( $limit )
Checks to see whether this survey has timed out, based on the internally stored starting
time, and $limit.
=head3 $limit
How long the user has to take the survey, in minutes.
=cut
sub hasTimedOut{
my $self=shift;