minor changes
This commit is contained in:
parent
c2fc74ae85
commit
32e4208a0c
1 changed files with 2 additions and 3 deletions
|
|
@ -658,12 +658,11 @@ $self->session->errorHandler->error("Can take survey");
|
|||
return $self->surveyEnd();
|
||||
}
|
||||
|
||||
return $self->surveyEnd() if($seslf->response->surveyEnd());
|
||||
|
||||
my $questions = $self->response->nextQuestions();
|
||||
$self->session->errorHandler->error("Load Questions had ".@$questions." questions");
|
||||
|
||||
if(@$questions < 1){
|
||||
return $self->surveyEnd();
|
||||
}
|
||||
|
||||
my $section = $self->response->nextSection();
|
||||
#$self->session->errorHandler->error(Dumper $section);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue