XQuestionPage is a page class that provides support for questionaires by way
of a QuestionManager.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
Saves the responses given by the user in this survey.
Parameters: Vector - containing user's responses
setGroupQuestion
publicString setGroupQuestion(int groupId, int questionId)(Code)
Sets the current group of questions and the current question
Parameters: groupId - the group id Parameters: questionId - the id of the question the caption of the question
Stores the current question page in the survey history
and shows the specified page.
Parameters: the - name of the page to be shown false if there is no more question pages to show,false otherwise