
|
Visitor Pages for Surveys How do you offer the visitors the opportunity to see all the questions you've entered, and vote on them? Just setup a link on your website that goes to: (Technical note: This assumes that index.php has been entered in the .htaccess files DirectoryIndex line.) Your visitors see a list of the survey questions that you have available. By clicking on a question, they are offered the opportunity to vote on that question, according to the answers that you have setup. By clicking on an answer, that's how they vote for that answer. When they vote, they then see the results of the voting so far, with the number of votes cast for each answer. Also seen is a pie chart of the results. the color of this pie chart can be set in the Configuration section. The visitors can only vote once. A cookie is set which disables them from voting again, on the same question. However, they can vote on other questions. Also note that the list of questions is displayed in the order you entered them in the system. In other words, chronologically. Thus, your most recently entered questions will appear first in the list. A technical note: You can setup your own pages for voting on the question, if you like. Each of the answers has a link that looks like: www.yourdomain.com/maxsurveys/index.php?question=1&answer=3 where question=1 is the number of the question (displayed in the View section in the Control Panel, and answer=3 is the number of the answer (also called the Sort Order.) |