Page Logic - Web Forms

From SmartWiki
Revision as of 12:39, 31 March 2009 by Madhulika (talk | contribs)

Jump to: navigation, search

Page logic section is used to specify visibility condition for the page. Visibility conditions are based on responses to previous questions.

Example,

We create three pages with one question per page.
WebForm1.png

Page 1 has variable name Papers and the question asked may have one of two responses 'Yes' or 'No'.

WebForm2.png

Page 2 will appear if value stored in the variable(or response to question on Page 1)Papers is 'Yes'. The condition is specified as follows:


Pagelogic1.png

Page 3 will appear if value stored in the variable(or response to question on Page 1)Papers is 'No'. The condition is specified as follows:


WebForm3.png