Hey there!
I’m trying to add a quiz on a site I am working on that has ten questions as follows:
- Do you feel this way about something
- Strongly Agree
- Agree
- Disagree
- Strongly Disagree
With each option being a radio button so you can only select one, as well as each having a point value.
Then, when the user clicks a submit button, the point values are tallied and he is given a result based off one of three totals.
I assume this can be done with JavaScript and/or PHP, but a few weeks of google searches for various combinations of search terms I can think up has yielded nothing concrete. And I know Quizilla.com does this, but I’d like it implemented internally as opposed to an external site.
Can anyone point me towards a tutorial site that I can read up to learn how to do this?
Thank you