Hi All,
I’m looking to build a timer for taking practice exams with two functions: an “overall count down timer” and a “problem timer.” I can think of two ways of this potentially working – the first is sort of complex (at least for me) and the second is a little bit simpler (but still beyond my excel knowledge). I’d appreciate your thoughts and help on either.
Thanks!
Dev
Approach 1 : Complex
In terms of layout, I would like to have the “Overall test countdown timer” at the top of the worksheet and input cell for the number of total problems. Column ‘A’ would have in its rows the problem numbers (e.g. 1, 2, 3…), in Column ‘B’ the student would enter his answer to each question (e.g. A, B, C, D or E) and then in Column ‘C’ the time it took the student to complete the problem would be recorded. There would also be one button called “Begin” to start the test timing.
The overall countdown timer would function something like Tushar Mehta’s timer (the user enters the total exam length in minutes) and the timer counts down (in minutes: seconds format).
The "problem timer" timer counts (and then records) the number of seconds it takes a student to complete a problem. It would be activated first when the test begins, and then would be re-set each time the student enters an answer in the appropriate cell in ‘Column B’.
Process
1. Student enters length of exam and number of problems
2. Worksheet automatically numbers rows in Column ‘A’ from ‘1’ to the total number of problems
3. Student clicks on “Begin”
4. Overall countdown clock begins ticking down and the problem timer clock begins counting (problem clock can tick away in the background, does not need to be seen by the student)
5. Student enters answer choice into Column ‘B’
6. Problem timer clock records the amount of time it took to do the problem and then resets.
7. Process continues until the end of the specified time is reached.
Approach 2: Simpler
Alternatively, a simpler approach might just have the following functionality:
1. Column A with problem numbers (1,2,3 …etc, as above)
2. Column B would be empty until answer choices are entered
3. Each cell in Column C would just record the time at which the cell immediately to itself changed from blank to non-blank (i.e. when something was entered into the corresponding cell in Column B)
4. After the exam the user could run a few simple calculations to get to the time it took to finish each question.
Any ideas on how to capture the time that something is entered into a cell (i.e. how to implement step 3)
Thanks everyone!
Dev
I’m looking to build a timer for taking practice exams with two functions: an “overall count down timer” and a “problem timer.” I can think of two ways of this potentially working – the first is sort of complex (at least for me) and the second is a little bit simpler (but still beyond my excel knowledge). I’d appreciate your thoughts and help on either.
Thanks!
Dev
Approach 1 : Complex
In terms of layout, I would like to have the “Overall test countdown timer” at the top of the worksheet and input cell for the number of total problems. Column ‘A’ would have in its rows the problem numbers (e.g. 1, 2, 3…), in Column ‘B’ the student would enter his answer to each question (e.g. A, B, C, D or E) and then in Column ‘C’ the time it took the student to complete the problem would be recorded. There would also be one button called “Begin” to start the test timing.
The overall countdown timer would function something like Tushar Mehta’s timer (the user enters the total exam length in minutes) and the timer counts down (in minutes: seconds format).
The "problem timer" timer counts (and then records) the number of seconds it takes a student to complete a problem. It would be activated first when the test begins, and then would be re-set each time the student enters an answer in the appropriate cell in ‘Column B’.
Process
1. Student enters length of exam and number of problems
2. Worksheet automatically numbers rows in Column ‘A’ from ‘1’ to the total number of problems
3. Student clicks on “Begin”
4. Overall countdown clock begins ticking down and the problem timer clock begins counting (problem clock can tick away in the background, does not need to be seen by the student)
5. Student enters answer choice into Column ‘B’
6. Problem timer clock records the amount of time it took to do the problem and then resets.
7. Process continues until the end of the specified time is reached.
Approach 2: Simpler
Alternatively, a simpler approach might just have the following functionality:
1. Column A with problem numbers (1,2,3 …etc, as above)
2. Column B would be empty until answer choices are entered
3. Each cell in Column C would just record the time at which the cell immediately to itself changed from blank to non-blank (i.e. when something was entered into the corresponding cell in Column B)
4. After the exam the user could run a few simple calculations to get to the time it took to finish each question.
Any ideas on how to capture the time that something is entered into a cell (i.e. how to implement step 3)
Thanks everyone!
Dev