what is the code to make a timer to my program that basically times how long it takes students to complete a quiz, the timer starts and stops once the 15 questions in the quiz are answered twice , Thank You

There's a fairly good example on using the timer class here.. Unless you need a lot of precision it might be easier to just use the elapsed time, take a datetime snapshot at the start and a datetime snapshot at the end, and compare the two.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.