public interface ISurveyPageText
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPageText(long surveyId,
int fromQuestionNo,
long respondentId)
Interface for plugins to produce content, displayed at the top of a page (below heading).
|
java.lang.String getPageText(long surveyId,
int fromQuestionNo,
long respondentId)
surveyId - Id of the surveyfromQuestionNo - Question number of the first question on the pagerespondentId - The respondent idBuilt on July 29 2025