Next Question Bug fixed

This commit is contained in:
Kaleb Murphy 2008-04-22 15:59:35 +00:00
parent 121be1e46c
commit 5e1124d01d

View file

@ -891,7 +891,8 @@ $self->session->errorHandler->warn("2-2 with $responseId");
}else{
$self->session->errorHandler->warn("2-3");
$self->setCurrentSection($responseId,$currentSection);
return $self->www_loadQuestions($responseId);
# return $self->www_loadQuestions($responseId);
return $self->www_loadQuestions();
# $section = $self->getSpecificSection($currentSection);
# $questions = $self->getQuestionsAndAnswers($responseId,$section);
}