Next Question Bug fixed
This commit is contained in:
parent
121be1e46c
commit
5e1124d01d
1 changed files with 2 additions and 1 deletions
|
|
@ -891,7 +891,8 @@ $self->session->errorHandler->warn("2-2 with $responseId");
|
||||||
}else{
|
}else{
|
||||||
$self->session->errorHandler->warn("2-3");
|
$self->session->errorHandler->warn("2-3");
|
||||||
$self->setCurrentSection($responseId,$currentSection);
|
$self->setCurrentSection($responseId,$currentSection);
|
||||||
return $self->www_loadQuestions($responseId);
|
# return $self->www_loadQuestions($responseId);
|
||||||
|
return $self->www_loadQuestions();
|
||||||
# $section = $self->getSpecificSection($currentSection);
|
# $section = $self->getSpecificSection($currentSection);
|
||||||
# $questions = $self->getQuestionsAndAnswers($responseId,$section);
|
# $questions = $self->getQuestionsAndAnswers($responseId,$section);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue