Automatic redirecting to next page..


Author
Message
Topher Hübel
Topher Hübel
Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)
Group: Forum Members
Posts: 12, Visits: 28
I want the instruction page to end after 3 mins. Normally it worked, but it doesn't anymore.


<page einfuehrung>
^^^Herzlich Willkommen zum zweiten Teil!
^^^^^^Sie haben nun 3 Minuten Pause!
^Danach geht es automatisch weiter...
^^
</page>

<instruct>
/ timeout = 180000
/ wait = 180000
/ lastlabel = "Bitte warten"
/ prevkey = (noresponse)
/ inputdevice = mouse
/ windowsize = (80%, 80%)
/ fontstyle = ("Arial", 4%)
/ txcolor = (0, 0, 0)
</instruct>


<expt>
/ blocks = [1=CERQ; 2=DAS; 3=RSQ; 4=CEQ; 5=LOT; 6=STAIT; 7=BDI; 8=Ende]
/ preinstructions=(einfuehrung)
</expt>


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
You can work around this by using a <block> / <trial> to display your instructions instead:

<block pauseblock>
/ trials = [1=pausetrial]
/ timeout = 180000
...
</block>

<expt>
/ blocks = [1=pauseblock; 2=CERQ; 3=DAS; 4=RSQ; 5=CEQ; 6=LOT; 7=STAIT; 8=BDI; 9=Ende]
</expt>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search