but i didnt understand how to use it, is that any posibilities to put certain limit time (eq 15 munites),so countdown timer is running during the quiz, and when the time is over the web view will be automaticly closed.
Multiple timers extensions are there… once quiz started set final time in millis in a variable, then every second just subtract 1000 from the millis and show the millis in second and min using another extension or same…
Once timer started set the button enabled to flase and in extension there will be another block called On finished. By using index method(to guess which test started) just use web viewer visible to false and button enabled to true
If possible just try
(PS : in the milliduration just add 15min values interns of millis… which mean 900000)
my purpose is when the button test clicked the timer will show and start in decreasing manner, and when the time is over the webview will be closed with notification
Many thanks, how if Test 1 maximum time limit 2 minute until the time ended &Test 1 maximum time limit 3 minute until the time ended (with different condition, is it possible?)
Why not? It is quite possible… in the start procedure, in the place of millli just set procedure variable block, so you can change the milli depending upon your needs in the tests