Author |
Message |
04/04/2003 00:06:59
|
Anonymous
|
Can you add more than one poll to a page and if so how do you do it. Also is there documentation on advance poll?
|
|
04/04/2003 04:29:42
|
Anonymous
|
perhaps you could just create a new folder on your website and put a new instance of advanced poll in it.
|
|
05/04/2003 00:07:32
|
Anonymous
|
I need to add more than one question to a page. Example:
Course met its stated objectives AAAAA
Course met my personal expectations AAAAA
Reference material, board use & examples AAAAA
Mixture of lecture, hands-on & exercises AAAAA
Overall course rating AAAAA
Instructor communication skill AAAAA
Instructor personalized the material AAAAA
Instructor knowledge AAAAA
Instructor put me at ease AAAAA
Instructor’s preparation and organization AAAAA
Instructor attentive to questions and needs of students AAAAA
("A" being answer choices)
HELP??
|
|
06/04/2003 06:02:29
|
Anonymous
|
I'm not sure if you can place multiple questions into one survey but you can add multiple surveys with each question being a different survey.
just add this code
echo $php_poll->poll_process(n);
print "<br>";
echo $php_poll->poll_process(n);
etc....
where n is the poll number.
|
|
07/04/2003 19:36:25
|
Anonymous
|
I am completely a newbie, where would you post this? Are there any instructions on how to use this poll?
|
|
07/04/2003 19:45:31
|
Anonymous
|
Also, do you have to have a button for each question?
|
|
|