Thank you very much for the quick answer.
It worked by adding two buttons, one that you click when starting the exam and another when you're done. It's not very elegant but efficient

Button1: FormTime.value = Time();
Button2: TotalTime.rawValue = (Time() - FormTime) / 1000.0 / 60.0;
Thank you,
Olivio