Sure.  Around line 128 of rotation.pbl, there is the following code:

     resp <-  UpperCase(WaitForListKeyPress(["S","D"]))


Change it to:
    resp <-Uppercase(WaitForListKeyPressWithTimeout(["S","D"],3000,1))

Change 3000 to whatever you want the timeout to be (in ms).

Best,
Shane


> Hello,
>
> I've got a very important question about the mental rotation task in Pebl.
> I'm currently planning a study of mental workload by the help of the
> mental rotation task. For my experimental design it is necessary to
> implement a Timer in the mental rotation task. So if the tested person
> doesn't answer in between 3 seconds the next stimulus should appear and
> this try has to be rated as incorrect due to time. Is this possible?
> I'm not very familiar with programming in C++, so that I've no clue how to
> realize this. I would be very happy if you can help me.
>
> I'm looking forward hearing from you,
>
> Marc Schneider
>
> +++++++++++++++++++++++++++++++++++++++++++++++++
> Karlsruher Institut für Technologie (KIT)
> ifab - Institut für Arbeitswissenschaft und Betriebsorganisation
>
> M.Sc. Marc Schneider
> Wissenschaftlicher Mitarbeiter
>
> Engler-Bunte-Ring 4
> Geb. 40.29, Raum 105
> 76131 Karlsruhe
>
> Telefon:    +49 721-608-4 4831
> Fax:         +49 721-608-4 7935
> E-Mail:     [email protected]<mailto:[email protected]>
>
> http://www.kit.edu/
>
> KIT - Universität des Landes Baden-Württemberg und nationales
> Forschungszentrum in der Helmholtz-Gemeinschaft
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk_______________________________________________
> Pebl-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebl-list
>



------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Pebl-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebl-list

Reply via email to