open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
As the timer in the UI belongs to the current stage, then maybe we should add the timer to the root stage object such that the experiment developer can do: stage.remainingSeconds in order to get the live countdown.
As the timer in the UI belongs to the current stage, then maybe we should add the
timer
to the rootstage
object such that the experiment developer can do:stage.remainingSeconds
in order to get the live countdown.