From: Sipke O. <si...@8a...> - 2002-02-03 14:25:03
|
I was wondering if it would be possible to redirect people, based on the answers they give on a certain question to a certain section. For example you ask someone if he has a car, if he has jou direct him to section 2 where questions about what kind of car are asked. When he has no car you want to put him through to section 3. I thought you have to fetch a certain answer out of de database and edit this: <?php if($num_sections>1) { ?> <font size="-1"><?php echo(_('Page')); ?> <?php echo($section+1); ?> <?php echo(_('of')); ?> <?php echo($num_sections); ?></font><br> <?php } ?> sentence in survey_render.inc to display a certain section according to an answer on a certain question. Sipke |