javascript quiz and timer.... help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kenny
    New Member
    • Sep 2006
    • 1

    javascript quiz and timer.... help

    I'm making a quiz to be posted on the internet. but I'm facing difficulties in finding a simple timer for the quiz (unlimited timing) which will keep on running regardless to the change of the page throughout the quiz.
    And well how to display the result of the quiz and te grade of the person who has taken the quiz....
  • PLA
    New Member
    • Aug 2006
    • 44

    #2
    a simple timer for the quiz (unlimited timing) which will keep on running regardless to the change of the page
    You mean a timer that will run over more that 1 HTML page ? If yes, use a frame page with 2 frames (maybe invisible) and put your timer in one and the pages of the quizz in the other

    Comment

    • iam_clint
      Recognized Expert Top Contributor
      • Jul 2006
      • 1207

      #3
      yes the only way i can think of is what PLA said possibly a framesize of 0 or go with iframes (not recomended), iframes aren't supported by much... firefox only allows 1 iframe to be active at once while ie allows infinite...

      Comment

      Working...