inline statement ImageDisplay duration

27 views
Skip to first unread message

semeon...@gmail.com

unread,
Jul 13, 2014, 2:29:40 PM7/13/14
to e-p...@googlegroups.com
Hello - 

I'm attempting to create an inline statement that inputs a duration value for each 'Response' ImageDisplay. The duration value will depend on the block the experiment is running. Each run through of 'TalkerList' is one block, and there are 6 blocks in this experiment. I have no idea where to start with this inline. Any advice (or examples) is appreciated! I've provided some more information below.

Thanks,

SMR


TalkerList = 4 groups of 20 trials
Experiment = 6 * TalkerList = 480 trials

Experiment structure

TrainingList (List)
- TalkerProc (Proc)
  - TalkerList (Randomized List)
    - TalkerProc1 (Proc)
      - Talker1List (Randomized List)
         - Task (Proc)
           - Stimuli1 (ImageDisplay)
           - ISI  (ImageDisplay)
           - Stimuli2 (ImageDisplay)
           - Response (ImageDisplay)
    - TalkerProc2 (Proc)
      - Talker2List (Randomized List)
         - Task (Proc)
           - Stimuli1 (ImageDisplay)
           - ISI  (ImageDisplay)
           - Stimuli2 (ImageDisplay)
           - Response (ImageDisplay)
    - TalkerProc3 (Proc)
      - Talker3List (Randomized List)
         - Task (Proc)
           - Stimuli1 (ImageDisplay)
           - ISI  (ImageDisplay)
           - Stimuli2 (ImageDisplay)
           - Response (ImageDisplay)
    - TalkerProc4 (Proc)
      - Talker4List (Randomized List)
         - Task (Proc)
           - Stimuli1 (ImageDisplay)
           - ISI  (ImageDisplay)
           - Stimuli2 (ImageDisplay)
           - Response (ImageDisplay)

Paul Groot

unread,
Jul 14, 2014, 3:39:54 AM7/14/14
to e-p...@googlegroups.com
Hi Semeon,

Instead of using an inline, it should be possible (and easier) to define the duration as attribute at the blocklevel list. (I think that would be TalkerList in your script). 
Just add an attribute to the list (i.e. RespDuration) and use this attribute name as duration value in Response->Duration by using the square bracket reference method: [RespDuration]
EPrime will then use the duration values defined in the list for each block.

Best,
Paul


--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+u...@googlegroups.com.
To post to this group, send email to e-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/e-prime/a61f01dd-d635-4124-86c9-e0f63c21d249%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages