+x raven - 11/7/2024Hi Dave,Is it possible to set a time limit at the /expt and/or /block level? For example, when 30 minutes is reached, the study will finish and go to a debrief screen.Thanks!
+x Dave - 11/7/2024+x raven - 11/7/2024Hi Dave,Is it possible to set a time limit at the /expt and/or /block level? For example, when 30 minutes is reached, the study will finish and go to a debrief screen.Thanks!You can define a /timeout at the <block>-level or work with /stop attributes (e.g. /stop = [script.elapsedtime >= 1800000]).https://www.millisecond.com/support/docs/v6/html/language/attributes/timeout.htmhttps://www.millisecond.com/support/docs/v6/html/language/attributes/stop.htmhttps://www.millisecond.com/support/docs/v6/html/language/properties/elapsedtime.htm