antum
Posts: 7
|
| Posted: 02/15/2006, 12:38 PM |
|
Hi,
I would like to split a survey into multiple pages, about 5 questions per page with forward and backward buttons.
Is there a simple way to do this with one of the builders or should I start to look elsewhere?
Thanks,
:Ant
PS Database structure is
Survey contains Sections contains Questions contains Answers
Also Question has a link to a single Answer
This allows me to have multi choice questions
_________________
Anthony Brown
BICT, Zend Certified Engineer (PHP)
IT Manager
Anzatea
http://www.anzatea.co.nz/
03 374 6518 |
 |
 |
Walter Kempees
|
| Posted: 02/15/2006, 12:53 PM |
|
If you can follow my quick reply: (for a question per page scenario)
Just to give you a direction:
Amongst all other pages needed
Build 1 page
Display the contents of Question number NNN
On the page editableGrid with the Answers to Question number NNN
checkbox to tick, placed on a Panel
On the Page a Textbox for the freeform answers if any, placed on a Panel
Based upon a parameter set in the Question table decide which Panel to
display
Submit button would store the answer and redirect to same page next
Qnumber NNN
All directions would be part of the Question table,
Q_number
Q_text
Q-nextQ
Q_NextQ could also depend upon the chosen answers making in practice a
script like nedded in call centers.
Has been done, will assist on fee, or build according to project
description.
Walter
www.consultair.nl
"antum" <antum@forum.codecharge> schreef in bericht
news:243f391401edf2@news.codecharge.com...
> Hi,
>
> I would like to split a survey into multiple pages, about 5 questions per
> page
> with forward and backward buttons.
>
> Is there a simple way to do this with one of the builders or should I
> start to
> look elsewhere?
>
> Thanks,
> :Ant
>
> PS Database structure is
> Survey contains Sections contains Questions contains Answers
> Also Question has a link to a single Answer
>
> This allows me to have multi choice questions
> _________________
> Anthony Brown
> BICT, Zend Certified Engineer (PHP)
> IT Manager
> Anzatea
>
> http://www.anzatea.co.nz/
> 03 374 6518
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|