Web Analytics Made Easy -
StatCounter Does anyone know how to make these quizzes I see all over the net?? - CodingForum

Announcement

Collapse
No announcement yet.

Does anyone know how to make these quizzes I see all over the net??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Does anyone know how to make these quizzes I see all over the net??

    I am tryin to make one of these quizzes that I keep seeing all over the net in various livejournals etc. I've viewed several sources but I can't figure it out. Does anyone want to teach me, have any tips, or know of a website where I can read a tutorial? Any help is greatly appreciated

    Laree

    Here is an example of what I mean...


  • #2
    Creating such quiz programs are not very difficult, but it depends what you want the program to do after taking the quiz
    .whether you want to display the quiz result
    .whether you want to give scores based on answers
    .whether you want to store result in a database (you will need server-side scripting for this)
    Scripting | JavaScripts | PerlScripts | Python Scripts | Articles | My Journal

    Comment


    • #3
      Take a look at this, it may prove to be helpful. Good luck, and let us know when you have it finished.

      Mxx
      "Imagination is more important than knowledge" A. Einstein's 'Twin Paradox'

      Comment


      • #4
        Originally posted by premshree
        Creating such quiz programs are not very difficult, but it depends what you want the program to do after taking the quiz
        .whether you want to display the quiz result
        .whether you want to give scores based on answers
        .whether you want to store result in a database (you will need server-side scripting for this)
        I want to do it just like it is in the example I showed. Give a certain result based on the answers. If someone has a majority of answers that correlate, then they get a certain result. I dont necessarily want to give them a certain SCORE. And I dont want to store the result in a database.

        Comment

        Working...
        X