Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6681839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:38:08+00:00 2026-05-26T04:38:08+00:00

I am doing a quiz application and I would like to know what’s the

  • 0

I am doing a quiz application and I would like to know what’s the way to go about creating a timer for the quiz?

Currently I am going to display all the quiz questions on one page and have a main timer like 30minutes counting down and also to record the time taken when the user clicks submit.

In the future I might add in multipage quiz and also time taken for individual questions.

Any advice on what tools to use and structure would be greatly appreciated! Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:38:09+00:00Added an answer on May 26, 2026 at 4:38 am

    Couldn’t find a nice simple example, so I just wrote my own (tested in FF only):

    <html>
    <head>
        <title>Test Page</title>
    </head>
    <body>
        <input id="time" readonly="true"></p>
        <script type="text/javascript">
            seconds = 0;
    
            function elapse()
            {
                seconds += 1;
                document.getElementById('time').value = seconds.toString();
            }
    
            setInterval(elapse, 1000);
        </script>
    </body>
    </html>
    

    You’ll want to tweak it, probably: If you don’t want to show the elapsed time, you can use a hidden field; if you do, you’ll want to format it a bit better. But it’s something to work with.

    Hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There's an open book quiz for a job application I'm doing, and it's obviously
I am doing a simple Quiz application that has several questions that the user
I am writing a quiz in HTML and I would like to insert a
Doing so select name from sqlite_master where type='table' but I need to display all
I am doing an Online Quiz project in C#. The test client is a
Doing my first SL4 MVVM RIA based application and i ran into the following
Doing something like this: from zipfile import ZipFile #open zip file zipfile = ZipFile('Photo.zip')
Doing a very simple loop to display various data, for _test in @test ...
I am doing a quiz and testing the user. If the user is wrong
I'm making a simple quiz application which has multiple questions. It has no back

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.