The current time.
object.name.currentTime
Read Only
string
The format of the time is hh:mm:ss where hours range from 1 to 24.
The following displays the value of currentTime in a text stimulus:
<text myText>
/ items= ("currentTime = <% script.currentTime %>")
</text>
The following displays the value of currentTime in an instruction page:
<page myPage>
currentTime = <% script.currentTime %>
</page>