...
Code Block | ||||
---|---|---|---|---|
| ||||
<%@include file="include_questionnaire.jsp"%>
<%
if (redirectRandomOrderTo("Users", "RandomPageOrder", new String[]{"page1.jsp", "page2.jsp", "page3.jsp", " })) {
} else {
redirectTo("doneWithSurvey.jsp");
}
%>
<%@include file="survey_end.jsp"%>
|