Making Polls or Quizes

Options

We need something simple, like the "4 questions, see how they voted", sort on so many sites. Most of the solutions I've found online require php or asp.

Tagged:

Comments

  • So you just want someone to respond to 4 questions, then have a page (e.g. the thank you page) display the total responses to each question, e.g. 10 people chose x, 12 people chose y, etc.? If so, I'd say take a look at the S28 tag available for Surveys. It allows you to display such reporting on Survey question responses.

  • Noah Cooper:

    So you just want someone to respond to 4 questions, then have a page (e.g. the thank you page) display the total responses to each question, e.g. 10 people chose x, 12 people chose y, etc.? If so, I'd say take a look at the S28 tag available for Surveys. It allows you to display such reporting on Survey question responses.

    We are looking for some widget like app that will give good visual feedback and handle right/wrong answers, surveys don't do that. We might have to use surveys as a fallback.

  • Carol Wheeler:

    We are looking for some widget like app that will give good visual feedback and handle right/wrong answers, surveys don't do that. We might have to use surveys as a fallback.

    I wonder if this idea might be of use?

    http://community.customer.convio.com/message/6735#6735

    "...I think what some people do is reverse engineer a standard survey form if they want to customize the presentation of a survey.  That is, create a survey, inspect the survey form HTML source to extract the field names, then write their own HTML form to submit the same fields."

    "...you can add a hidden input named ERRORURL to tell Convio where to send the user if there is an error..."

    So perhaps you can pass the status of each answer in the querystring via the errorurl, and then show something in the following page. Not very abstract, so each *quiz* would take alot of hand customization, but I bet there's something usable there.

    Regards,

    Brian P. Mucha

Categories