Stopwatch
¶
- class mnemosyne.libmnemosyne.stopwatch.Stopwatch(component_manager)¶
The main use of the stop watch is to measure the time it takes the user to answer a question. ‘start_time’ is used to keep track of when the card was first shown.
- component_type = 'stopwatch'¶
- pause()¶
- start()¶
- stop()¶
- time()¶
- unpause()¶