- First click on the New Poll button on the main Admin Panel.
- Enter in the poll name and question. The name of the poll is not displayed to the user.
- You can also enter the starting and ending dates for the poll. The dates are included if you want to set a time limit for your polls. The way you limit the time duration of the poll is up to you.
- Check the Active check box.
- Then click on Save.
After you create a new poll, you will have the ability to add options or answers to the poll question..
Adding Options to a Poll
Insert the option or answer into the Option field. With each option, you have the ability to add a Memo. If an option has a Memo, the option is changed to a link and once clicked on, a tiny window will appear that contains the Memo. Memos are designed to give the user more clarification or more information about the option.
Finally, A Poll
When you poll is created, it is ready to be posted.
To post a poll, you can include a line of ASP code like this one.
<!--#include file="Poll.asp?ID=1" -->
This example uses ID=1. However, you can change the ID to the Poll ID you want to show.
|